No changes
- Fix memory leak
- Fix bug with DateTime and wrong timezone offsets
- Fix compile issue with do_postgres on stock OS X Ruby
- Ruby 2.2 support
- Double after free fix in do_postgres
- Windows support on 2.1.x and 2.2.x
- Don't do DNS lookup in transaction loading
- Set datestyle to ISO
- Fix segfault on invalid API usage
- Windows binary for Ruby 2.0
- jdbc-postgres driver loading fix
- Rename C symbols to prevent name collitions
No changes
- Improved RETURNING handling on JRuby
- Allow for an empty database name
- Ruby 1.9.3 compatibility on Windows
- Fix crash issue when reading a reader twice
- Ruby 1.9.3 compatibility
Bugfixes
- Fix an issue on some platforms when multiple DO drivers are loaded
No changes
New features
- Add save point to transactions (all)
- JRuby 1.9 mode support (encodings etc.)
Bugfixes
- Fix segfault when no tuples are returned from a non select statement (do_postgres)
- Fix bug when using nested transactions in concurrent scenarios (all)
- Use column aliases instead of names (jruby)
- DST calculation fixes (all)
- Fix handling sub second precision for Time objects (do_postgres)
Other
- Refactor to DRY up the adapters (all)
- Many style fixes
- Switch back to RSpec
- Reworked transactions
- Fix a DST bug that could cause datetimes in the wrong timezone
- Make Encoding.default_internal aware
- Rework logging for making callbacks possible
- Remove handling Object types directly
- Support for Ruby 1.8 and 1.9 on Windows.
- Switch to Jeweler for Gem building tasks (this change may be temporary).
- Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, pave the road for our own IronRuby and MacRuby support.
- Switch to the newly added rake-compiler
JavaExtensionTask
for compiling JRuby extensions, instead of our (broken) home-grown solution.
- Improvements
- Windows support
- Improvements
- Ruby 1.9 support
- Fixes
- Fix build issue on certain platforms introduces with 0.9.10
- No changes since 0.9.8