Sha256: 3d03a488221bdacdda6354a8f07d66f652f3124d15211b843f9e15323d50b392
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
1.0.0 ----- - `#with_connection` is now gone in favor of `#with`. - We no longer pollute the top level namespace with our internal `TimedStack` class. 0.9.3 -------- - `#with_connection` is now deprecated in favor of `#with`. A warning will be issued in the 0.9 series and the method will be removed in 1.0. - We now reuse objects when possible. This means that under no contention, the same object will be checked out from the pool after subsequent calls to `ConnectionPool#with`. This change should have no impact on end user performance. If anything, it should be an improvement, depending on what objects you are pooling. 0.9.2 -------- - Fix reentrant checkout leading to early checkin. 0.9.1 -------- - Fix invalid superclass in version.rb 0.9.0 -------- - Move method\_missing magic into ConnectionPool::Wrapper (djanowski) - Remove BasicObject superclass (djanowski) 0.1.0 -------- - More precise timeouts and better error message - ConnectionPool now subclasses BasicObject so `method_missing` is more effective.
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
sidekiq-statsd-0.1.1 | vendor/ruby/1.9.1/gems/connection_pool-1.0.0/Changes.md |
sidekiq-statsd-0.1.0 | vendor/ruby/1.9.1/gems/connection_pool-1.0.0/Changes.md |
connection_pool-1.0.0 | Changes.md |