mirror of
https://github.com/mperham/connection_pool
synced 2023-03-27 23:22:21 -04:00
Bump ver, release
This commit is contained in:
parent
674157d8dd
commit
a24fe8f244
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2.1.2
|
||||
------
|
||||
|
||||
- The connection\_pool will now close any connections which respond to
|
||||
`close` (Dalli) or `disconnect!` (Redis). This ensures discarded connections
|
||||
from the fix in 2.1.1 are torn down ASAP and don't linger open.
|
||||
|
||||
|
||||
2.1.1
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class ConnectionPool
|
||||
VERSION = "2.1.1"
|
||||
VERSION = "2.1.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue