You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Ruby 4.0 to the cross-compile list
* No longer ship a precompiled gem for Ruby 2.7
* Update OpenSSL and FreeTDS in precompiled gem
* Relax bigdecimal version requirement
* Bump Rake to v13.2.0
This removes the `ostruct` dependency from `rake` itself
* Add `ostruct` for Ruby v4.0
* Remove dependency on `logger`
* Add `benchmark` for Ruby v4.0
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
## (unreleased)
2
2
3
+
## 3.4.0
4
+
5
+
* Add Ruby 4.0 to the cross compile list
6
+
* No longer ship a precompiled Gem for Ruby 2.7
7
+
* This is due to an [upstream change](https://github.com/rake-compiler/rake-compiler-dock/releases/tag/v1.11.0). Users on Windows and Linux on Ruby v2.7 are advised to either upgrade or install FreeTDS manually.
8
+
* Use freetds v1.5.10 and OpenSSL v3.6.0 for Windows and Linux builds.
9
+
* Lower `bigdecimal` requirement to `>= 2.0.0` (was 3.0 only) to allow `bigdecimal` 4.0 on Ruby 4.0. Closes #601.
10
+
3
11
## 3.3.0
4
12
5
13
* Use freetds v1.5.4 and OpenSSL v3.5.2 for Windows and Linux builds.
0 commit comments