Path to this page:
./
databases/ruby-moneta,
Unified interface to key/value stores
Branch: CURRENT,
Version: 1.6.0,
Package name: ruby31-moneta-1.6.0,
Maintainer: pkgsrc-usersMoneta provides a standard interface for interacting with various kinds of
key/value stores. Moneta supports the well-known NoSQL and document based
stores.
Required to run:[
lang/ruby31-base]
Master sites:
Filesize: 77.5 KB
Version history: (Expand)
- (2023-03-15) Updated to version: ruby31-moneta-1.6.0
- (2022-11-11) Updated to version: ruby31-moneta-1.5.2
- (2022-06-06) Updated to version: ruby27-moneta-1.5.1
- (2021-10-07) Updated to version: ruby27-moneta-1.4.2
- (2021-05-22) Updated to version: ruby26-moneta-1.4.2
- (2021-01-10) Updated to version: ruby26-moneta-1.4.1
CVS history: (Expand)
2023-03-15 15:15:53 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
databases/ruby-moneta: update to 1.6.0
1.6.0 (2023-03-13)
* Adapters - Support for Rails 6.1 and above (Adapters::ActiveRecord,
Adapters::ActiveSupportCache, ActiveSupportCache::MonetaStore)
* Adapters::YAML - add theadsafe option
* Adapters::Sequel - fix deadlock issue with #increment on MySQL in newer
Sequel versions (#244)
* Adapters::Sequel - fix issue with Postgres HStore on newer Postgres (#243)
* Adapters - fixed an issue many adapters had where #merge! errored if
passed an empty hash (#246)
* Support changes - Drop support for 2.3 and 2.4, add support for 3.x
|
2022-11-11 13:59:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
databases/ruby-moneta: update to 1.5.2
1.5.2 (2022-11-10)
* Proxy - handle returning config when the adapter does not use config
* Avoid calling supports?(:expires) when expiry isn't needed
* Adapters::Mongo - fix merge! behaviour when no values are inserted
|
2022-06-06 15:28:06 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
databases/ruby-moneta: update to 1.5.1
1.5.0 (2022/04/06)
* Adapters - internally, most (all?) adapters now inherit from a base
Adapter class
* Adapters - adapter configuration is now accessed via a config method on
* each adapter - see the code for examples. This shouldn't affect
* users unless they were directly modifying adapters' attributes.
* Redis - fix deprecation warnings for Redis 4.6+ multi/pipelined handling
(#215)
* Mongo - slight improvement to error handling
1.5.1 (2022/04/13)
* Adapters::File - fix an implicit hash issue in Ruby 3 (#222)
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2021-05-22 16:58:04 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
databases/ruby-moneta: update to 1.4.2
1.4.2 (2021-05-11)
* Pool - fix busy-loop issue (#197)
|
2021-01-10 15:27:25 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
databases/ruby-moneta: update to 1.4.1
1.4.1 (2020-10-27)
* Adapters::Mongo - deprecate :db option, document :database option (#194)
* Adapters::Mongo - add retries to increment operation
|
2020-09-13 17:07:38 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
databases/ruby-moneta: update to 1.4.0
Update ruby-moneta to 1.4.0.
1.4.0 (2020-08-23)
* Adapters::Mongo - drop support for moped gem (#182)
* Adapters::Redis - use #exists? where available (#189)
* Some reorganisation of code into more separate files (#177)
|