WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 57599af

Browse files
committed
v1.5.0
1 parent 9c81f72 commit 57599af

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.5.0
2+
3+
* Adapters - internally, most (all?) adapters now inherit from a base Adapter class
4+
* Adapters - adapter configuration is now accessed via a `config` method on
5+
each adapter - see the code for examples. This shouldn't affect
6+
users unless they were directly modifying adapters' attributes.
7+
* Redis - fix deprecation warnings for Redis 4.6+ multi/pipelined handling (#215)
8+
* Mongo - slight improvement to error handling
9+
110
1.4.2
211

312
* Pool - fix busy-loop issue (#197)

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Alastair Pharo <[email protected]>
33
Alejandro Crosa <[email protected]>
44
Alessio Signorini <[email protected]>
55
Anthony Eden <[email protected]>
6+
Antonio Terceiro <[email protected]>
67
Atoxhybrid <[email protected]>
78
89
Ben Schwarz <[email protected]>
@@ -32,6 +33,7 @@ Potapov Sergey <[email protected]>
3233
Quin Hoxie <[email protected]>
3334
Ryan T. Hosford <[email protected]>
3435
Scott Wadden <[email protected]>
36+
Sven Riedel <[email protected]>
3537
Timo Goebel <[email protected]>
3638
Tom Meier <[email protected]>
3739

lib/moneta/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Moneta
22
# Moneta version number
33
# @api public
4-
VERSION = '1.4.2'.freeze
4+
VERSION = '1.5.0'.freeze
55
end

0 commit comments

Comments
 (0)