Releases: GoogleCloudPlatform/pgadapter
Releases · GoogleCloudPlatform/pgadapter
v0.14.1
0.14.1 (2023-01-06)
Bug Fixes
- enable gracefully stopping Docker container (#554) (80e9c8b)
Performance Improvements
- reduce conversion time for timestamptz, date and bytea (#572) (bb73990)
v0.14.0
0.14.0 (2022-12-16)
Features
- support Connection API options in connection string (#542) (6247412)
- support force_autocommit (#541) (52fba80)
Documentation
- added sample application model for Django (#539) (72b173a)
v0.13.1
0.13.1 (2022-12-09)
Bug Fixes
- allow start ddl batch / run batch in one query string (#529) (2ffb290)
- always return timestamp in microsecond precision (#513) (e385dd3)
Documentation
v0.13.0
0.13.0 (2022-12-07)
Features
- accept UUID as a parameter value (#518) (46941ab)
- support 'select version()' and similar (#495) (fbd16ec)
- Support Describe message for DDL statements and other no-result statements (#501) (cb616d8)
- support DML RETURNING clause (#498) (c1d7e4e)
- support more than 50 query parameters (#527) (9fca9ba)
- use session timezone to format timestamps (#470) (d84564d)
Bug Fixes
- client side results were not returned (#493) (5e9e85e)
- pg_catalog tables were not replaced for information_schema queries (#494) (e1f02fe)
Documentation
v0.12.0
0.12.0 (2022-11-02)
Features
- reimplement COPY parser to support more options and legacy syntax (#410) (b8a38dd)
- replace sequences query with empty table (#366) (170dc7c)
Bug Fixes
v0.11.0
0.11.0 (2022-10-28)
Features
Bug Fixes
- close buffers used by Converter after use (#434) (4b0b500)
- memory leak caused by ConnectionHandler not removed from map (#437) (6ef7240)
- use copy commit timeout for all RPCs (#427) (0381a0c)
Documentation
v0.10.1
0.10.1 (2022-10-21)
Performance Improvements
Documentation
v0.10.0
0.10.0 (2022-10-14)
Features
- add experimental support for node-postgres (#362) (9e3e952)
- added support for Django specific statement (#382) (1137ed1)
Performance Improvements
- copy binary can write directly to a byte buffer (#385) (18ddbdd)
- do not create a new parser for each column (#383) (5352f79)
- write converted values directly to a byte buffer (#384) (bec1657)
Documentation
- document how to set a statement timeout (#390) (2db00f9)
v0.9.0
0.9.0 (2022-10-11)
Features
- added support for the set and show time zone (#361) (66e3788)
Bug Fixes
- bind to all loopback addresses (#375) (82bc566)
- exceptions without messages could cause NullPointerExceptions (#381) (3a9a55e)
Documentation
v0.8.0
0.8.0 (2022-09-25)
Features
Bug Fixes
Documentation