Subject Jaybird 3.0.4 released
Author Mark Rotteveel
The Firebird JDBC team is happy to announce the release of Jaybird 3.0.4.

This release of Jaybird introduces two new features: wire protocol
encryption and database encryption callback support.

Jaybird 3.0.4 contains the following fixes and changes:

- New feature: Back-ported wire encryption support from Jaybird 4
(JDBC-415)
- Fixed: Native/embedded (JNA) connections truncate varchars to length
255 on read (JDBC-518)
- New feature: Database encryption callback support in pure Java
protocol (JDBC-527)

See the [Jaybird 3.0.4 release notes][1] for more information. Jaybird
3.0.4 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.4

* 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