From 522c131e844af37ad8b864b310b6d4566610f18f Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Sat, 16 Dec 2023 22:17:50 +0100 Subject: [PATCH] bump version to 4.1.0 --- Cargo.toml | 2 +- Changelog.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 96a1327..4645e26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow-odbc" -version = "4.0.0" +version = "4.1.0" authors = ["Markus Klein"] edition = "2021" license = "MIT" diff --git a/Changelog.md b/Changelog.md index 7d10b51..6d44f8d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,9 @@ # Changelog -## 4.0.1 +## 4.1.0 * Update odbc-api `>= 4, < 5` -> `>= 4.1, < 5` +* Support for fetching text from IBM DB2. This has been difficult because of a bug in the IBM DB2 driver which causes it to return garbage memory instead of string lengths. A workaround can now be activated using `with_shims` on `OdbcReaderBuilder`. ## 4.0.0