Skip to content

Commit

Permalink
Merge pull request #6252 from EnterpriseDB/DOCS-953-JDBC
Browse files Browse the repository at this point in the history
DOCS-953 JDBC 42.7.3.2
  • Loading branch information
gvasquezvargas authored Nov 22, 2024
2 parents 8fd0c59 + 6a9dc24 commit 70b5322
Show file tree
Hide file tree
Showing 80 changed files with 52 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Release notes"
navigation:
- jdbc_42.7.3.2_rel_notes
- jdbc_42.7.3.1_rel_notes
- jdbc_42.5.4.2_rel_notes
- jdbc_42.5.4.1_rel_notes
Expand All @@ -15,6 +16,7 @@ These release notes describe what's new in each release. When a minor or patch r

| Version | Release Date |
| ---------------------------------------- | ------------ |
| [42.7.3.2](jdbc_42.7.3.2_rel_notes) | 21 Nov 2024 |
| [42.7.3.1](jdbc_42.7.3.1_rel_notes) | 10 Sep 2024 |
| [42.5.4.2](jdbc_42.5.4.2_rel_notes) | 26 Feb 2024 |
| [42.5.4.1](jdbc_42.5.4.1_rel_notes) | 16 Mar 2023 |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "EDB JDBC Connector 42.7.3.2 release notes"
navTitle: Version 42.7.3.2
---

Released: 22 Nov 2024

The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database.

New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.7.3.2 include:

| Type | Description
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Performance | Improved parsing performance with large SQL (MTK/SQL Plus). |
| Enhancement | Added support for EDB Postgres Advanced Server 17.2. |
| Bug fix | Fixes an incompatibility issue with JDK 8 that found in version 42.7.3.1 of the `edb-jdbc18` driver. |
| Fix | edb-jdbc installation should not install a lower JDK version when a higher version is installed. |
| Fix | Fixed issue where `Message.getJMSMessageID()` returns `null`. |
| Fix | Fixed issue with determining the queue table for a queue when there is more than one queue defined within a single schema. |
| Fix | Fixed issue where EDBJmsMessageConsumer.receiveNoWait() always returns null even when messages are available on the queue.
| Fix | Fixed issue where EDBJmsMessageConsuder() [without time parameter] is supposed to block until a message is available. |












Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,22 @@ The JDBC Connector is supported on the same platforms as EDB Postgres Advanced S

This table lists the latest JDBC Connector versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions.

| JDBC Connector | EPAS16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 |
| ---------------------------------------------------------- | --------|-------- | ------- | ------- | ------- | ------- |
| [42.7.3.1](01_jdbc_rel_notes/jdbc_42.7.3.1_rel_notes) | Y | Y | Y | Y | Y | N |
| [42.5.4.2](01_jdbc_rel_notes/jdbc_42.5.4.2_rel_notes) | Y | Y | Y | Y | Y | Y |
| [42.5.4.1](01_jdbc_rel_notes/jdbc_42.5.4.1_rel_notes) | N | Y | Y | Y | Y | Y |
| [42.5.1.2](01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes) | N | Y | Y | Y | Y | Y |
| [42.5.1.1](01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.5.0.1](01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.3.3.1](01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.3.2.1](01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.2.24.1](01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.2.19.1](01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.2.12.3](01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes) | N | N | N | Y | Y | Y |
| [42.2.9.1](01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes) | N | N | N | N | Y | Y |
| [42.2.8.1](01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes) | N | N | N | N | Y | Y |
| JDBC Connector | EPAS17 | EPAS16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 |
| ---------------------------------------------------------- |--------|--------|-------- | ------- | ------- | ------- |
| [42.7.3.2](01_jdbc_rel_notes/jdbc_42.7.3.2_rel_notes) | Y | Y | Y | Y | Y | Y |
| [42.7.3.1](01_jdbc_rel_notes/jdbc_42.7.3.1_rel_notes) | N | Y | Y | Y | Y | Y |
| [42.5.4.2](01_jdbc_rel_notes/jdbc_42.5.4.2_rel_notes) | N | Y | Y | Y | Y | Y |
| [42.5.4.1](01_jdbc_rel_notes/jdbc_42.5.4.1_rel_notes) | N | N | Y | Y | Y | Y |
| [42.5.1.2](01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes) | N | N | Y | Y | Y | Y |
| [42.5.1.1](01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.5.0.1](01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.3.3.1](01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.3.2.1](01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.2.24.1](01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes) | N | N | N | Y | Y | Y |
| [42.2.19.1](01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes) | N | N | N | N | Y | Y |
| [42.2.12.3](01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes) | N | N | N | N | Y | Y |
| [42.2.9.1](01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes) | N | N | N | N | N | Y |
| [42.2.8.1](01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes) | N | N | N | N | N | Y |

## Supported JDK distribution

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "EDB JDBC Connector"
directoryDefaults:
description: "EDB JDBC Connector Version 42.7.3.1 Documentation and release notes."
description: "EDB JDBC Connector Version 42.7.3.2 Documentation and release notes."
navigation:
- 01_jdbc_rel_notes
- 02_requirements_overview
Expand Down

0 comments on commit 70b5322

Please sign in to comment.