All Versions
59
Latest Version
Avg Release Cycle
63 days
Latest Release
726 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.5.1 Changes
May 24, 2014- Backwards incompatible changes
Postgrex.Error
exception converted to struct
- Backwards incompatible changes
-
v0.5.0 Changes
May 01, 2014- Backwards incompatible changes
Postgrex.Result
andPostgrex.TypeInfo
converted to structs
- Backwards incompatible changes
-
v0.4.2 Changes
April 21, 2014- โจ Enhancements
- Add timeouts to all synchronous calls. When a timeout is hit an exit error will be raised in the caller process and the connection process will exit
- Add automatic fallback to environment variables
PGUSER
,PGHOST
andPGPASSWORD
- โจ Enhancements
-
v0.4.0 Changes
January 16, 2014- โจ Enhancements
- Numerics decode and encode to Decimal
- โจ Enhancements
-
v0.3.1 Changes
January 15, 2014- โจ Enhancements
- Compact state before printing to logs and hide password
- Concurrency support, safe to use connection from multiple processes concurrently
- โจ Enhancements
-
v0.3.0 Changes
December 16, 2013๐ Bug fixes
- Don't try to decode values of text format
Backwards incompatible changes
- Types are stored as binaries instead of atoms, update your custom encoders and decoders
-
v0.2.1 Changes
December 10, 2013โจ Enhancements
- Add support for SSL
๐ Bug fixes
- Fix decoding of unknown type when using custom decoder
-
v0.2.0 Changes
November 14, 2013โจ Enhancements
- Floats handles NaN, inf and -inf
- Add support for numerics
- Custom encoders and decoders works on elements in arrays
- Add support for composite types
- Add functions that raise on error
๐ Bug fixes
- INSERT query works with extended query parameters
- Return proper
num_rows
on PostgreSQL 8.4 - Fix race condition
Backwards incompatible changes
- Simplify custom decoding and encoding with default function
-
v0.1.0 Changes
October 14, 2013๐ First release!