1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/Changes.md
2012-06-29 20:22:42 -07:00

403 B

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.