Subject | Jaybird 3.0.1 released |
---|---|
Author | Mark Rotteveel |
Post date | 2017-06-05T11:23:35Z |
We are happy to announce the release of Jaybird 3.0.1.
The release can be downloaded from
https://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v3.0.1
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>3.0.1</version>
* The artifactId depends on your target Java version: jaybird-jdk18, or
jaybird-jdk17.
The following has been changed or fixed in Jaybird 3.0.1:
* Fixed: FBTraceManager.loadConfigurationFromFile strips line breaks
(JDBC-493)
* Fixed: FBDatabaseMetaData.getTables does not list tables where
rdb$relation_type is null (JDBC-494)
* Improvement: Character sets are now initialized lazily (JDBC-495)
* Fixed: Memory leak caused by retaining blob handles until connection
close (JDBC-497)
Full release notes on
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.1/release_notes.html
# Documentation crowd-funding #
The Firebird Project is currently holding a crowd-funding for the
Firebird Developer Guide. Your donation is much appreciated!
See https://www.firebirdsql.org/en/doc-funding-2017/ for details.
--
Mark Rotteveel
The release can be downloaded from
https://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v3.0.1
The release is also available on maven(*):
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>3.0.1</version>
* The artifactId depends on your target Java version: jaybird-jdk18, or
jaybird-jdk17.
The following has been changed or fixed in Jaybird 3.0.1:
* Fixed: FBTraceManager.loadConfigurationFromFile strips line breaks
(JDBC-493)
* Fixed: FBDatabaseMetaData.getTables does not list tables where
rdb$relation_type is null (JDBC-494)
* Improvement: Character sets are now initialized lazily (JDBC-495)
* Fixed: Memory leak caused by retaining blob handles until connection
close (JDBC-497)
Full release notes on
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.1/release_notes.html
# Documentation crowd-funding #
The Firebird Project is currently holding a crowd-funding for the
Firebird Developer Guide. Your donation is much appreciated!
See https://www.firebirdsql.org/en/doc-funding-2017/ for details.
--
Mark Rotteveel