Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asppsa committed Mar 13, 2023
1 parent 15f7c3c commit 01e493f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES
@@ -1,3 +1,15 @@
1.6.0

* 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

1.5.2

* Proxy - handle returning config when the adapter does not use config
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2009 - 2019 Daniel Mendler, Yehuda Katz, Alastair Pharo
Copyright (c) 2009 - 2023 Daniel Mendler, Yehuda Katz, Alastair Pharo

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion lib/moneta/version.rb
@@ -1,5 +1,5 @@
module Moneta
# Moneta version number
# @api public
VERSION = '1.5.2'.freeze
VERSION = '1.6.0'.freeze
end

0 comments on commit 01e493f

Please sign in to comment.