Skip to content

Commit

Permalink
Added release notes and updated support table.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe442 committed Nov 19, 2024
1 parent fe451bd commit 1f3ae19
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 15 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) | 20 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: 20 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 |
| Fix | The JDK 8 compatibility is broken in ver 42.7.3.1 of 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

0 comments on commit 1f3ae19

Please sign in to comment.