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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,23 @@ Changelog (English)
2
2
=======================
3
3
( **English** / [Japanese](CHANGELOG_ja.md) )
4
4
5
-
- Fixed an issue where the version string was empty when built without GNU Make.
6
-
The version string is now updated via make bump during the release process. (#46)
5
+
v0.27.5
6
+
-------
7
+
May 10, 2026
8
+
9
+
This release is the last version supporting Windows 7/8/Server 2008R2 and Go 1.20.x. Future releases will be built with newer Go toolchains in order to keep database drivers and dependencies up to date.
10
+
11
+
- Fixed an issue where the version string was empty when built without GNU Make. The version string is now updated via make bump during the release process. (#46)
7
12
- Rename release note files to CHANGELOG.md and CHANGELOG\_ja.md. (#47)
8
13
- Update dependencies to the last versions compatible with Go 1.20.14 (#48)
14
+
- github.com/microsoft/go-mssqldb v1.7.2 to v1.8.2
15
+
- github.com/mattn/go-isatty v0.0.20 to v0.0.22
16
+
- github.com/nyaosorg/go-readline-ny v1.14.1 to v1.15.1
17
+
- github.com/nyaosorg/go-ttyadapter v0.3.0 to v0.7.0
18
+
- github.com/hymkor/go-multiline-ny v0.22.4 to v0.23.1
19
+
- github.com/hymkor/csvi v1.22.0 to v1.23.2
9
20
- Fixed an issue where updates to Oracle tables could affect zero rows because datetime values retrieved without timezone information failed to match in WHERE clauses. (#49)
10
-
- go-ora v2.9.0 changed DATE/TIMESTAMP timezone handling, which broke datetime comparisons used by SQL-Bless updates. The Oracle driver version has been pinned to v2.8.22 for compatibility. (#49)
21
+
-github.com/sijms/go-ora v2.9.0 changed DATE/TIMESTAMP timezone handling, which broke datetime comparisons used by SQL-Bless updates. The Oracle driver version has been pinned to v2.8.22 for compatibility. (#49)
0 commit comments