Sourced from org.postgresql:postgresql's releases.
v42.7.5
Changes
- update changelogs and increment version in gradle.properties for release
@davecramer
(#3478)- regression: revert change in https://github.com/pgjdbc/pgjdbc/commit/fc60537
@davecramer
(#3476)- Fix PgDatabaseMetaData implementation of catalog as param and return value
@SophiahHo
(#3390)- Support default GSS credentials in the Java Postgres client
@nrhall
(#3451)- fix: return only the transactions accessible by the current_user in XAResource.recover
@vlsi
(#3450)- feat: don't force send extra_float_digits for PostgreSQL >= 12 (#3432)
@damienb-opt
(#3446)- fix: exclude "include columns" from the list of primary keys
@priteshranjan01
(#3434)- Enhance the meta query performance by specifying the oid.
@dh-cloud
(#3427)- feat: support getObject(int, byte[].class) for bytea
@anesterenok
(#3274)- docs: document infinity and some minor edits
@davecramer
(#3407)- Added way to check for major server version, fixed check for RULE
@davecramer
(#3402)- fixed remaining paragraphs
@Zopsss
(#3398)- fixed paragraphs in javadoc comments
@Zopsss
(#3397)- Reuse buffers and reduce allocations in GSSInputStream addresses Issue #3251
@davecramer
(#3255)- chore: Update Gradle to 8.10.2
@jorsol
(#3388)- ci: Test with Java 23
@jorsol
(#3381)- Fix getSchemas()
@SophiahHo
(#3386)- Update rpm postgresql-jdbc.spec.tpl with scram-client
@jorsol
(#3324)- Clearing thisRow and rowBuffer on close() of ResultSet
@reallyinsane
(#3384)- Package was renamed to maven-bundle-plugin
@ljavorsk
(#3382)- As of version 18 the RULE privilege has been removed
@davecramer
(#3378)- fix: use buffered inputstream to create GSSInputStream
@Sasasu
(#3373)- get rid of 8.4, 9.0 pg versions and use >= jdk version 17
@davecramer
(#3372)- Changed docker-compose version and renamed script file in instructions to match the real file name
@MohanadKh03
(#3363)- Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest
@nvanbenschoten
(#3364)- try to categorize dependencies
@davecramer
(#3362)⬆️ Dependencies
- chore(deps): update dependency gradle to v8.12
@renovate-bot
(#3473)- chore(deps): update codecov/codecov-action digest to adfacf2
@renovate-bot
(#3468)- chore(deps): update dependency sbt/sbt to v1.10.7
@renovate-bot
(#3470)- fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15
@renovate-bot
(#3471)- fix(deps): update junit5 monorepo to v5.11.4
@renovate-bot
(#3472)- fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.1.0
@renovate-bot
(#3469)- chore(deps): update plugin biz.aqute.bnd.builder to v7.1.0
@renovate-bot
(#3455)- chore(deps): update dependency gradle to v8.11.1
@renovate-bot
(#3454)- chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.6
@renovate-bot
(#3452)- chore(deps): update dependency sbt/sbt to v1.10.6
@renovate-bot
(#3453)- chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0
@renovate-bot
(#3456)- chore(deps): update codecov/codecov-action digest to 015f24e
@renovate-bot
(#3438)- chore(deps): update dependency sbt/sbt to v1.10.5
@renovate-bot
(#3439)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.4
@renovate-bot
(#3440)- fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.0.26
@renovate-bot
(#3441)
... (truncated)
Sourced from org.postgresql:postgresql's changelog.
[42.7.5] (2025-01-14 08:00:00 -0400)
Added
- ci: Test with Java 23 [PR #3381](pgjdbc/pgjdbc#3381)
Fixed
- regression: revert change in fc60537 [PR #3476](pgjdbc/pgjdbc#3476)
- fix: PgDatabaseMetaData implementation of catalog as param and return value [PR #3390](pgjdbc/pgjdbc#3390)
- fix: Support default GSS credentials in the Java Postgres client [PR #3451](pgjdbc/pgjdbc#3451)
- fix: return only the transactions accessible by the current_user in XAResource.recover [PR #3450](pgjdbc/pgjdbc#3450)
- feat: don't force send extra_float_digits for PostgreSQL >= 12 fix [Issue #3432](pgjdbc/pgjdbc#3432) [PR #3446](pgjdbc/pgjdbc#3446)
- fix: exclude "include columns" from the list of primary keys [PR #3434](pgjdbc/pgjdbc#3434)
- perf: Enhance the meta query performance by specifying the oid. [PR #3427](pgjdbc/pgjdbc#3427)
- feat: support getObject(int, byte[].class) for bytea [PR #3274](pgjdbc/pgjdbc#3274)
- docs: document infinity and some minor edits [PR #3407](pgjdbc/pgjdbc#3407)
- fix: Added way to check for major server version, fixed check for RULE [PR #3402](pgjdbc/pgjdbc#3402)
- docs: fixed remaining paragraphs [PR #3398](pgjdbc/pgjdbc#3398)
- docs: fixed paragraphs in javadoc comments [PR #3397](pgjdbc/pgjdbc#3397)
- fix: Reuse buffers and reduce allocations in GSSInputStream addresses [Issue #3251](pgjdbc/pgjdbc#3251) [PR #3255](pgjdbc/pgjdbc#3255)
- chore: Update Gradle to 8.10.2 [PR #3388](pgjdbc/pgjdbc#3388)
- fix: getSchemas() [PR #3386](pgjdbc/pgjdbc#3386)
- fix: Update rpm postgresql-jdbc.spec.tpl with scram-client [PR #3324](pgjdbc/pgjdbc#3324)
- fix: Clearing thisRow and rowBuffer on close() of ResultSet [Issue #3383](pgjdbc/pgjdbc#3383) [PR #3384](pgjdbc/pgjdbc#3384)
- fix: Package was renamed to maven-bundle-plugin [PR #3382](pgjdbc/pgjdbc#3382)
- fix: As of version 18 the RULE privilege has been removed [PR #3378](pgjdbc/pgjdbc#3378)
- fix: use buffered inputstream to create GSSInputStream [PR #3373](pgjdbc/pgjdbc#3373)
- test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 [PR #3372](pgjdbc/pgjdbc#3372)
- Changed docker-compose version and renamed script file in instructions to match the real file name [PR #3363](pgjdbc/pgjdbc#3363)
- test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest [PR #3364](pgjdbc/pgjdbc#3364)
- try to categorize dependencies [PR #3362](pgjdbc/pgjdbc#3362)
94a1693
update changelogs and increment version in gradle.properties for release
(#3478)ce54dfd
chore: replace deprecated kotlinOptions with a replacement API398029e
chore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing
at t...7245443
test: skip :pgjdbc-osgi-test:test when runnning tests with Java 87747527
chore(deps): update dependency gradle to v8.12bb07a4b
chore(deps): update codecov/codecov-action digest to adfacf2f545514
chore(deps): update dependency sbt/sbt to v1.10.745df56c
fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to
v2.6.15b87e106
fix(deps): update junit5 monorepo to v5.11.45603477
fix(deps): update dependency
com.github.spotbugs:com.github.spotbugs.gradle.p...