All Versions
45
Latest Version
Avg Release Cycle
101 days
Latest Release
985 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.20.0 Changes
December 17, 2019- ๐ bugfix: negative bigint decoding (thanks @asterite)
- โก๏ธ Update crystal db support to 0.8.0 (thanks @bcardiff)
-
v0.19.0 Changes
September 21, 2019- ๐ fix ipv6 hostnames (thanks @j8r)
- โก๏ธ Update crystal db support to 0.7.0 (thanks @bcardiff)
-
v0.18.1 Changes
August 09, 2019- ๐ bugfix: Fix Time encoding for non-zero-offset times (thanks @straight-shoota)
-
v0.18.0 Changes
August 04, 2019- โ Add SCRAM-SHA-256 support
- NOTE: SASLPrep is missing as of this realease, so not all passwords work
- ๐ Fix reading large number of UUIDs (thanks @asterite)
- Correctly encode timestamp values to consider microseconds (thanks @asterite)
- โก๏ธ Update crystal db support to 0.6.0 (thanks @bcardiff)
- โ Add SCRAM-SHA-256 support
-
v0.17.0 Changes
July 19, 2019- โ Add
Enumerable
channels overload forPG.connect_listen
(thanks @vladfaust) - ๐ Fixes Time.new deprecation warning (thanks @bcardiff)
- Ensure PQ::Connection#do_close does not raise (thanks @bcardiff)
- ๐ Fix IOError on closed connection (thanks @omarroth)
- ๐ Array fixes (thanks @asterite)
- properly handle exceptions during decoding array
- add Numeric#inspect
- prevent decoding array of numeric as floats
- internal: map each type to decoder
- โ Add
-
v0.16.1 Changes
April 15, 2019- ๐ Support Crystal v0.28.0 (thanks @bcardiff)
- ๐ Fix support for reading a NoticeResponse at row start (thanks @straight-shoota)
-
v0.16.0 Changes
April 02, 2019- ๐ Support connection negotiation without BackendKeyData frame (thanks @rx14)
- ๐ Make connection client encoding check case insesitive (thanks @yumoose)
- ๐ Support client cert auth (thanks @sanderhahn)
- ๐ Fix reading null when expecting array (thanks @straight-shoota)
- ๐ Fix encoding string arrays with special characters (thanks @straight-shoota)
- ๐ Fix version parser (thanks @straight-shoota)
-
v0.15.0 Changes
June 15, 2018- ๐ Support Crystal v0.25 (thanks @greenbigfrog)
- ๐ fix PG::Numeric#to_s on numbers with >= weight than ndigits, eg 800000 (#133)
- ๐ fix PG::Numeric#to_s on numbers where the
digits
expected to be zero padded and other cases (#134) - Set cause when raising DB::ConnectionRefused (thanks @rx14)
-
v0.14.1 Changes
December 26, 2017- โก๏ธ Update crystal db support to 0.5.0 (thanks @bcardiff)
-
v0.14.0 Changes
December 26, 2017- ๐ Support Crystal v0.24, breaks support for older versions
- ๐ Support Postgres v10.0+ new two digit version scheme in #version