Author: mariuz
Firebird 3.0.8 Docker image is released
Firebird 3.0.8 Docker image is released and the following tags can be used : 3.0, v3.0, v3.0.8 .
Firebird Foreign Data Wrapper firebird_fdw 1.2.2 released
Firebird Foreign Data Wrapper firebird_fdw is now available as version 1.2.2 with minor bugfixes and improvements and PostgreSQL 14 support.
Firebird GitHub Action sets up a Firebird database running on a docker container.
Firebird GitHub Action sets up a Firebird database running on a docker container. Default container is now based on Firebird 4 docker image.
Julia Firebird Driver version 0.2.1 released with a few Firebird 4 features and fixes
Julia Firebird Driver version 0.2.1 released with a few Firebird 4 features and fixes
Add ChaCha20 wire encryption algoritm
Accept protocol version 16 (The wire protocol version for the Firebird 4.0 API is 16.)
IBX 2.4.3 is now available for download
MWA Software is pleased to announce the release of version 2.4.3 of IBX for Lazarus. This version rolls together recent bug fixes and is also necessary for compilation with the fixes3_2 branch of the Free Pascal Compiler. The latest FPC fixes branch has added additional elements to TFieldType. Earlier versions of IBX will not compile with this update to TFieldType. You must upgrade to IBX 2.4.3 in order to use the latest version of FPC.
IBX 2.4.3 and the underlying Firebird Pascal API now include support for Firebird scrollable cursors. However, due to a limitation in Firebird (there is no wire protocol implementation for scrollable cursors) this feature is only available for local database connections.
It is available for download from
Erlang Firebird client library : efirebirdsql 0.8.1 is released with Firebird 4 changes
Erlang Firebird client library : efirebirdsql 0.8.1 is released with Firebird 4 changes:
Add ChaCha20 wire encryption algoritm
Accept protocol version 16 (The wire protocol version for the Firebird 4.0 API is 16.)
Golang Firebird Driver version 0.9.3 released with a few Firebird 4 features and fixes
Golang Firebird Driver version 0.9.3 released with a few Firebird 4 features and fixes :
Add ChaCha20 wire encryption algoritm
Accept protocol version 16 (The wire protocol version for the Firebird 4.0 API is 16.)
You can install it with go get github.com/nakagami/firebirdsql
PyFirebirdSql 1.2.1 is released
PyFirebirdSql 1.2.1 is released with following Firebird4 changes:
Add ChaCha20 wire encryption algoritm
Accept protocol version 16 (The wire protocol version for the Firebird 4.0 API is 16.)
Docker Firebird Base image is now on based on Debian bullseye for 2.5-ss, 2.5-sc, 3.0 and 4.0
Docker Firebird Base image is now based on Debian bullseye for 2.5-ss, 2.5-sc, 3.0 and 4.0 branches.
This required a script to replace the libicu supplied by bullseye with the preferred one for the relevant firebird versions. If for some reason you do get a Collation unicode for character set utf8 is not installed error you can use gfix -icu <database> to correct the issue as of firebird 3.0.
Both 2.5 branches are now included as well. Unfortunately the gfix -icu <database> option is not available for 2.5 so instead I have opted to add tags for v2.5.9-sc-jessie and v2.5.9-ss-jessie If you find your setup works with the jessie tags but not the newer v2.5.9-sc or v2.5.9-ss tags please switch back to the jessie tags and open an issue to let me know. This will probably be the last major update for v2.5 as version 2.5 has been discontinued for 2 years now.