Skip to content

Commit b6bdb94

Browse files
committed
Bump to v0.27.5
1 parent 7fa4780 commit b6bdb94

3 files changed

Lines changed: 29 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@ Changelog (English)
22
=======================
33
( **English** / [Japanese](CHANGELOG_ja.md) )
44

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)
712
- Rename release note files to CHANGELOG.md and CHANGELOG\_ja.md. (#47)
813
- 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
920
- 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)
1122

1223
v0.27.4
1324
-------

CHANGELOG_ja.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@ Changelog (Japanese)
22
========================
33
( [English](CHANGELOG.md) / **Japanese** )
44

5-
- GNU Make なしでビルドした場合に、バージョン文字列が空になってしまう問題を修正
6-
今後、バージョンアップ時に make bump を実行する (#46)
5+
v0.27.5
6+
-------
7+
May 10, 2026
8+
9+
本リリースは Windows 7/8/Server 2008R2 と Go 1.20.14 をサポートする最終バージョンとなります。今後のリリースはデータベースドライバーとその依存ライブラリに追随するため、より新しい Go のツールチェーンでビルドされることになります。
10+
11+
- GNU Make なしでビルドした場合に、バージョン文字列が空になってしまう問題を修正。今後、バージョンアップ時に make bump を実行する (#46)
712
- リリースノートのファイルを CHANGELOG.md と CHANGELOG\_ja.md へリネーム (#47)
813
- 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
920
- edit文で、Oracle のテーブルを更新しようとした時、timezone 情報が空で取得される日時カラムの照合失敗が原因で、更新が0件になってしまう不具合を修正 (#49)
10-
- go-ora v2.9.0 で DATE/TIMESTAMP の timezone の扱いが変更され、SQL-Bless で使われている日時の比較が壊れてしまった。そのため、Oracle ドライバーのバージョンを v2.8.22 へ固定した。 (#49)
21+
- github.com/sijms/go-ora v2.9.0 で DATE/TIMESTAMP の timezone の扱いが変更され、照合に問題が発生したため、v2.8.22 へ固定 (#49)
1122

1223
v0.27.4
1324
-------

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package sqlbless
22

3-
var version = "v0.27.4-goinstall"
3+
var version = "v0.27.5-goinstall"

0 commit comments

Comments
 (0)