All Versions
59
Latest Version
Avg Release Cycle
63 days
Latest Release
368 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.15.7 Changes
October 17, 2020- โจ Enhancements
- Add
compare
andto_string
toPostgrex.Interval
- Add
- ๐ Bug fixes
- Allow deallocated queries to be re-prepared
- โจ Enhancements
-
v0.15.6 Changes
September 21, 2020- โจ Enhancements
- Support Decimal 2.0
- ๐ Bug fixes
- Do not keep credentials in state in
Postgrex.Notifications
- Do not keep credentials in state in
- โจ Enhancements
-
v0.15.5 Changes
June 03, 2020- โจ Enhancements
- Support optional decoding of infinite timestamps
- ๐ Bug fixes
- Remove cache statements that cannot be described from cache when on a savepoint transaction (such as when inside the SQL sandbox)
- โจ Enhancements
-
v0.15.4 Changes
May 09, 2020- โจ Enhancements
- Fix warnings on Elixir v1.11.0-dev
- โจ Enhancements
-
v0.15.3 Changes
December 11, 2019โจ Enhancements
- Allow dynamic connection configuration with the
:configure
for notifications - Add
:auto_reconnect
option for notifications - Accept
listen
commands even if the notifications connection is down or yet to first connect
- Allow dynamic connection configuration with the
๐ Bug fixes
- Encode empty arrays in a mechanism compatible with CockroachDB
- Cleanly terminate connection started with a socket
-
v0.15.2 Changes
October 08, 2019- โจ Enhancements
- Improve performance of the bootstrap query
- โจ Enhancements
-
v0.15.1 Changes
September 16, 2019- โจ Enhancements
- Add support for microseconds in Postgrex.Interval
- Reduce bootstrap log message to debug and clarify error message
- โจ Enhancements
-
v0.15.0 Changes
July 18, 2019Postgrex v0.15+ requires Elixir v1.6+.
โจ Enhancements
- Filter bootstrap more efficiently by avoiding loading tables information on startup
- Only bootstrap new oids during describe: this means reconnects don't run a bootstrap query and describe runs minimal query
- Parse Postgrex 12beta new version format
- Raise error when :ssl is required and not started in child_spec/1
๐ Bug fixes
- Don't encode DateTime, NaiveDateTime or Time unless Calendar.ISO
-
v0.14.3 Changes
May 08, 2019- โจ Enhancements
- Make bootstrap query compatible with CockroachDB 19.1
- Improve error message when encoding bad tuple
- โจ Enhancements
-
v0.14.2 Changes
April 12, 2019- ๐ Bug fixes
- Fix Elixir deprecation warnings
- Do not crash when receiving notices during authentication
- Do not crash when receiving an error (caused by a raise) during query execution
- ๐ Bug fixes