Firebird ODBC Driver v3.5.0-rc1 (Release Candidate) is out
We’re happy to share the Firebird ODBC Driver v3.5.0-rc1 release candidate, published on April 11, 2026. This RC focuses on improved Windows/ARM64 support, modernized build and CI tooling, installer updates, and a number of compatibility and correctness fixes.
Release page: https://github.com/FirebirdSQL/firebird-odbc-driver/releases/tag/v3.5.0-rc1
Highlights
- Windows ARM64 support: new ARM64 Windows builds and packaging work to make installation smoother on ARM devices.
- Installer improvements: MSI installer work, plus better handling of Windows “x64 compatible” scenarios.
- Build modernization: introduction of a CMake build system and removal of obsolete build configurations.
- CI and regression testing: a new GoogleTest baseline suite and GitHub Actions automation for build/test.
- Documentation: README expanded with a new Connection String Parameters section.
What’s changed (RC changelog)
This release candidate includes the following changes and merged pull requests:
- Feature ARM64 Windows (PR #256)
- Update OdbcJdbcSetup.iss(PR #257)
- Allow installing as x64compatible (PR #263)
- Windows x64 build installation behavior on ARM Windows (related to #262) (PR #265)
- Issue #251: fix/refactor to preserve quotes in default value column (PR #266)
- Update WriteBuildNo.h (PR #267)
- SQL_ATTR_CONNECTION_DEAD query always returns SQL_CD_FALSE (issue #270) (PR #274)
- Add “Connection String Parameters” section to README (PR #278)
- [1/3] Add GoogleTest suite baseline for regression testing (PR #276)
- Fix bug in null-indicator offset calculation (SQLINTEGER → SQLLEN) (PR #279)
- [2/3] Add CMake build system; remove obsolete build configurations (PR #281)
- [3/3] Add GitHub Actions CI with build and test automation (PR #282)
- Add API_GITHUB_ACCESS_TOKEN (Fix #284) (PR #285)
- MSI installer, semantic versioning, and GitHub Releases (PR #286)
New contributors
- @KoudelkaB (first contribution in PR #263)
- @fdcastel (first contribution in PR #278)
Full changelog comparison: https://github.com/FirebirdSQL/firebird-odbc-driver/compare/v3-0-1-release…v3.5.0-rc1
Downloads
You can grab prebuilt artifacts from the release assets. This RC includes:
- Linux: linux-x64, linux-arm64 (tar.gz)
- Windows: win-x86, win-x64, win-arm64 (MSI and ZIP)
Download them from the GitHub release page (linked above) and test in your environment—especially if you rely on specific ODBC client tools, BI integrations, or custom applications.
Why a release candidate?
Release candidates are published to collect real-world feedback before a final stable release. If you can, please test v3.5.0-rc1 on your key workflows (connectivity, metadata discovery, parameter handling, and installer behavior on Windows) and report regressions or edge cases.
Feedback / issues
If you hit problems, file an issue on the project tracker with details about OS, architecture (x86/x64/ARM64), Firebird version, client application, and a minimal repro if possible.
Issues: https://github.com/FirebirdSQL/firebird-odbc-driver/issues

