All Versions
59
Latest Version
Avg Release Cycle
63 days
Latest Release
368 days ago

Changelog History
Page 2

  • v0.15.7 Changes

    October 17, 2020
    • โœจ Enhancements
      • Add compare and to_string to Postgrex.Interval
    • ๐Ÿ› Bug fixes
      • Allow deallocated queries to be re-prepared
  • v0.15.6 Changes

    September 21, 2020
    • โœจ Enhancements
      • Support Decimal 2.0
    • ๐Ÿ› Bug fixes
      • Do not keep credentials in state in Postgrex.Notifications
  • 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)
  • v0.15.4 Changes

    May 09, 2020
    • โœจ Enhancements
      • Fix warnings on Elixir v1.11.0-dev
  • 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
    • ๐Ÿ› 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
  • 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
  • v0.15.0 Changes

    July 18, 2019

    Postgrex 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
  • 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