Skip to content

Releases: GoogleCloudPlatform/pgadapter

v0.33.1

10 May 17:58
2879ca4
Compare
Choose a tag to compare

0.33.1 (2024-05-10)

Dependencies

  • update dependency testcontainers to v4 (#1700) (e6f305a)
  • update eclipse-temurin docker tag to v22 (#1701) (bfa3ed3)
  • update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v474 (#1702) (1351a6c)
  • update module github.com/docker/docker to v26 (#1703) (2839f6f)

v0.33.0

01 May 10:37
8910752
Compare
Choose a tag to compare

0.33.0 (2024-05-01)

Features

  • log info to stdout and warnings and errors to stderr (#1626) (19fbe8e)

Bug Fixes

  • add a random service name for OpenTelemetry (#1629) (3cfabdd)
  • add default replacement for obj_description (#1686) (dc0555b)
  • fix auto-detection of npgsql on Windows (#1674) (6a31bb9)
  • skip test on emulator (444e133)

Dependencies

  • update alpine docker tag (#1655) (0d6b9ec)
  • update codecov/codecov-action action to v4 (#1687) (825348c)
  • update dependency @google-cloud/spanner to v7 (#1688) (e72bb70)
  • update dependency com.google.cloud.tools:jib-maven-plugin to v3.4.2 (#1656) (cc82ef7)
  • update dependency django to ~=4.2.11 (#1657) (e6e0144)
  • update dependency flask to v2.3.3 (#1667) (3268268)
  • update dependency flask to v3 (#1690) (1ec7503)
  • update dependency google.auth to ~=2.29.0 (#1668) (f44b056)
  • update dependency io.hypersistence:hypersistence-utils-hibernate-63 to v3.7.5 (#1676) (bc9fd09)
  • update dependency org.postgresql:postgresql to v42.7.3 (#1648) (72c5c26)
  • update dependency sinatra to v4 (#1695) (ed9f78c)
  • update dependency sqlalchemy to v1.4.52 (#1649) (333facb)
  • update dependency ts-node to v10.9.2 (#1650) (27b4262)
  • update dependency typescript to v5.4.5 (#1670) (950209f)
  • update golang docker tag (#1671) (def1e60)
  • update junixsocket.version to v2.9.1 (#1672) (d469790)
  • update maven docker tag to v3.9.6 (#1651) (c836a30)
  • update module cloud.google.com/go/spanner to v1.60.0 (#1673) (df6445b)
  • update module cloud.google.com/go/spanner to v1.61.0 (#1682) (2753893)
  • update module github.com/jackc/pgx/v4 to v4.18.3 (#1652) (08d8d52)
  • update module github.com/jackc/pgx/v5 to v5.5.5 (#1653) (a916cff)
  • update module github.com/testcontainers/testcontainers-go to v0.30.0 (#1680) (b34aeac)
  • update module golang.org/x/oauth2 to v0.19.0 (#1681) (076db91)
  • update module google.golang.org/api to v0.176.1 (#1683) (16501dd)
  • update module google.golang.org/api to v0.177.0 (#1697) (9be8009)
  • update python docker tag to v3.12 (#1685) (296bf3a)
  • update spring-boot.version to v2.7.18 (#1654) (b886b67)

Documentation

v0.32.0

27 Mar 14:43
4835601
Compare
Choose a tag to compare

0.32.0 (2024-03-26)

Features

Documentation

  • document how to get 32-bit integers in node-postgres (#1512) (d49e678)
  • sleep 2s to ensure PGAdapter has started (#1533) (8b1475c)
  • support read/write tx in latency comparison (#1532) (7c14284)

v0.31.1

07 Mar 10:55
9088240
Compare
Choose a tag to compare

0.31.1 (2024-03-07)

Bug Fixes

v0.31.0

21 Feb 11:38
53fcd48
Compare
Choose a tag to compare

0.31.0 (2024-02-21)

Features

Bug Fixes

  • respect the SPANNER_EMULATOR_HOST env var (#1432) (2f059f7)

Dependencies

  • remove junit dependency from compile path (#1423) (9c315d1)

Documentation

  • Ruby ActiveRecord bit-reversed sequence sample (#1434) (176dd15)
  • run Ruby ActiveRecord sample on emulator (#1433) (cd6c9dc)

v0.30.0

16 Feb 17:59
658ebf4
Compare
Choose a tag to compare

0.30.0 (2024-02-16)

Features

Bug Fixes

Performance Improvements

  • support virtual threads on Java 21 and higher (#1406) (ebdf1dd)

Dependencies

Documentation

  • add sample for using bit-reversed sequence with plain Hibernate (#1416) (ca23785)
  • remove samples for Cloud Run that embed PGAdapter in Docker image (#1415) (d60dc31)

v0.29.1

09 Feb 15:00
f045f14
Compare
Choose a tag to compare

0.29.1 (2024-02-09)

Bug Fixes

Performance Improvements

  • reduce memory consumption during conversion of JSONB in binary format (#1346) (adbbd2b)

v0.29.0

06 Feb 17:03
08054bf
Compare
Choose a tag to compare

0.29.0 (2024-02-06)

Features

Bug Fixes

  • do not allocate statement name if it fails (#1252) (d438ce5)

Documentation

v0.28.0

29 Dec 10:54
534e68a
Compare
Choose a tag to compare

0.28.0 (2023-12-29)

Features

  • translate integrity constraint error codes (#1266) (9d1ed5a)

Bug Fixes

Dependencies

Documentation

v0.27.1

23 Nov 16:06
63ab1c7
Compare
Choose a tag to compare

0.27.1 (2023-11-23)

Bug Fixes

  • re-instante public constructor for ProxyServer (#1216) (a8ce633)