Path to this page:
Subject: CVS commit: pkgsrc/databases/ruby-moneta
From: Takahiro Kambe
Date: 2019-10-23 18:12:05
Message id: 20191023161205.2B6E3FA81@cvs.NetBSD.org
Log Message:
databases/ruby-moneta: update to 1.2.0
1.2.0
* Adapters::Sequel - fix for compatibility with new version of JDBC SQLite
* Adapters::Couch - refactor of error handling, #clear, #merge!, #slice, rev caching
* Fallback - add fallback proxy (#162)
* Pool - rewrite to enable limiting of size, gradual shrinking
* Enumerable - add proxy providing Enumerable API (using #each_key)
* Adapters::Couch, Adapters::RestClient - add Faraday :adapter option
* Adapters::Couch - add :full_commit and :batch options to some operations
* Adapters::LRUHash - rewrite to take advantage of ordered hashes
* Adapters::ActiveRecord - recover from deadlock during increment
Files: