pgadapter icon indicating copy to clipboard operation
pgadapter copied to clipboard

PostgreSQL wire-protocol proxy for Cloud Spanner

Results 89 pgadapter issues
Sort by recently updated
recently updated
newest added

Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.40.0 to 1.41.0. Release notes Sourced from io.opentelemetry:opentelemetry-bom's releases. Version 1.41.0 API Move experimental suppress instrumentation context key to api internal package (#6546) Incubator Fix bug in...

dependencies
java

Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.40.0 to 1.41.0. Release notes Sourced from io.opentelemetry:opentelemetry-bom's releases. Version 1.41.0 API Move experimental suppress instrumentation context key to api internal package (#6546) Incubator Fix bug in...

dependencies
java

Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.5.2.Final to 6.6.0.Final. Release notes Sourced from org.hibernate.orm:hibernate-core's releases. Hibernate ORM 6.6.0.CR1 released Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1. What's new...

dependencies
java

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cloud.google.com/go/spanner](https://togithub.com/googleapis/google-cloud-go) | `v1.65.0` -> `v1.66.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/cloud.google.com%2fgo%2fspanner/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/GoogleCloudPlatform/pgadapter/wrappers/golang](https://togithub.com/GoogleCloudPlatform/pgadapter) | require | digest | `6b6f887` -> `384455b` | ---...

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.43.0 to 26.44.0. Release notes Sourced from com.google.cloud:libraries-bom's releases. v26.44.0 GCP Libraries BOM 26.44.0 Here are the differences from the previous version (26.43.0) New Addition com.google.cloud:google-cloud-privilegedaccessmanager:0.1.0 The...

dependencies
java

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.43.0 to 26.44.0. Release notes Sourced from com.google.cloud:libraries-bom's releases. v26.44.0 GCP Libraries BOM 26.44.0 Here are the differences from the previous version (26.43.0) New Addition com.google.cloud:google-cloud-privilegedaccessmanager:0.1.0 The...

dependencies
java

:robot: I have created a release *beep* *boop* --- ## [0.37.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.36.1...v0.37.0) (2024-08-08) ### Features * support max_commit_delay for COPY ([#2147](https://github.com/GoogleCloudPlatform/pgadapter/issues/2147)) ([a3df306](https://github.com/GoogleCloudPlatform/pgadapter/commit/a3df306c99c7cf6e6800a0e728d3d21d2637ea39)) ### Dependencies * exclude OpenTelemetry incubator API ([#2154](https://github.com/GoogleCloudPlatform/pgadapter/issues/2154)) ([73df33e](https://github.com/GoogleCloudPlatform/pgadapter/commit/73df33e483d1cd242d7742fceea383411b78c9b4))...

autorelease: pending

Register signal handlers for SIGTERM, SIGINT, and SIGQUIT to allow graceful shutdown, and add support for the SMART shutdown mode from PostgreSQL. The SMART shutdown mode allows the server to...