Subject | Jaybird 3.0.5 released |
---|---|
Author | Mark Rotteveel |
Post date | 2018-09-07T15:20:37Z |
The Firebird JDBC team is happy to announce the release of Jaybird 3.0.5.
This release is largely a bugfix release, but contains additional
support for Firebird 3.0.4 and Firebird 4.
Jaybird 3.0.5 contains the following fixes and changes:
- Fixed: FBManager does not accept page size of 32768 (Firebird 4 and
higher) (JDBC-468)
- Fixed: Jaybird cannot parse Firebird version numbers with revisions
(JDBC-534)
- Fixed: Incorrect parsing of Firebird version numbers (JDBC-535)
- New feature: Added support for the Srp256 authentication plugin
(JDBC-536)
- Fixed: Incorrect warning "Specified statement was not created by this
connection" logged for statements that fail with an exception on prepare
(JDBC-538)
- Fixed: Remote close of event channel (eg on Firebird server stop or
crash) leads to high CPU usage and excessive error logging as socket
channel is not removed from selector (JDBC-542)
- Fixed: Properties wireCrypt and dbCryptConfig not available on
FBEventManager (JDBC-544)
- Documentation: wire protocol encryption requires unlimited strength
Cryptographic Jurisdiction Policy (or equivalent), this was previously
not documented (JDBC-545)
See the [Jaybird 3.0.5 release notes][1] for more information. Jaybird
3.0.5 can be downloaded from the [JDBC Driver page][2].
The release is also available on maven:
groupId: org.firebirdsql.jdbc
artifactid: jaybird-jdkXX*
version: 3.0.5
* The artifactId depends on your target Java version: jaybird-jdk18, or
jaybird-jdk17
[1]:
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.4/release_notes.html
[2]: https://www.firebirdsql.org/en/jdbc-driver/
--
Mark Rotteveel
This release is largely a bugfix release, but contains additional
support for Firebird 3.0.4 and Firebird 4.
Jaybird 3.0.5 contains the following fixes and changes:
- Fixed: FBManager does not accept page size of 32768 (Firebird 4 and
higher) (JDBC-468)
- Fixed: Jaybird cannot parse Firebird version numbers with revisions
(JDBC-534)
- Fixed: Incorrect parsing of Firebird version numbers (JDBC-535)
- New feature: Added support for the Srp256 authentication plugin
(JDBC-536)
- Fixed: Incorrect warning "Specified statement was not created by this
connection" logged for statements that fail with an exception on prepare
(JDBC-538)
- Fixed: Remote close of event channel (eg on Firebird server stop or
crash) leads to high CPU usage and excessive error logging as socket
channel is not removed from selector (JDBC-542)
- Fixed: Properties wireCrypt and dbCryptConfig not available on
FBEventManager (JDBC-544)
- Documentation: wire protocol encryption requires unlimited strength
Cryptographic Jurisdiction Policy (or equivalent), this was previously
not documented (JDBC-545)
See the [Jaybird 3.0.5 release notes][1] for more information. Jaybird
3.0.5 can be downloaded from the [JDBC Driver page][2].
The release is also available on maven:
groupId: org.firebirdsql.jdbc
artifactid: jaybird-jdkXX*
version: 3.0.5
* The artifactId depends on your target Java version: jaybird-jdk18, or
jaybird-jdk17
[1]:
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.4/release_notes.html
[2]: https://www.firebirdsql.org/en/jdbc-driver/
--
Mark Rotteveel