Skip to content

Releases: GoogleCloudPlatform/pgadapter

v0.14.1

06 Jan 17:11
353232c
Compare
Choose a tag to compare

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

19 Dec 06:26
370e993
Compare
Choose a tag to compare

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

09 Dec 19:45
54ca435
Compare
Choose a tag to compare

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

08 Dec 05:57
45984ad
Compare
Choose a tag to compare

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

02 Nov 13:04
fab14bb
Compare
Choose a tag to compare

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

  • DDL batch errors halfway were not propagated (#444) (fc6efa4), closes #443

v0.11.0

28 Oct 06:36
ecc1ee1
Compare
Choose a tag to compare

0.11.0 (2022-10-28)

Features

  • add setting for copy_commit_priority (#426) (6d23184)

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

21 Oct 19:26
4378f9a
Compare
Choose a tag to compare

0.10.1 (2022-10-21)

Performance Improvements

Documentation

v0.10.0

14 Oct 11:29
3acd025
Compare
Choose a tag to compare

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

11 Oct 09:12
b4a4c18
Compare
Choose a tag to compare

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

25 Sep 18:44
63d28d7
Compare
Choose a tag to compare

0.8.0 (2022-09-25)

Features

Bug Fixes

Documentation