We are happy to announce the release of Jaybird 6.0.1 and Jaybird 5.0.7. Both releases provide a number of performance improvements to blob handling, and some bug fixes.
We plan to offer more blob performance improvements in upcoming releases of Jaybird 5 and 6, for Firebird 5.0.3 and higher (see also New Article: Data access methods used in Firebird).
The following was fixed or changed since Jaybird 6.0.0:
NullPointerException
in getGeneratedKeys()
with blob columns after (auto)commit (#846)net.java.dev.jna:jna-jpms
from 5.16.0 to 5.17.0 (used by jaybird-native
) (#854)org.bouncycastle:bcprov-jdk18on
from 1.79 to 1.80 (used by chacha64-plugin
) (#856)Jaybird 6 supports Firebird 3.0 and higher, on Java 17, Java 21, and Java 24.
Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to Firebird-java or reported on the issue tracker https://github.com/FirebirdSQL/jaybird/issues.
See also:
The following has been changed or fixed since Jaybird 5.0.6:
NullPointerException
in getGeneratedKeys()
with blob columns after (auto)commit (#846)net.java.dev.jna:jna-jpms
from 5.15.0 to 5.17.0 (used by native and embedded protocols) (#855)Jaybird 5 supports Firebird 2.5 and higher, on Java 8, Java 11, Java 17, Java 21, and Java 24 (support for Java 11 and higher using the Java 11 version of the driver).
Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to Firebird-java or reported on the issue tracker https://github.com/FirebirdSQL/jaybird/issues.
See also: