Skip to content

Commit 4dea9fe

Browse files
dveedenlance6716
andauthored
Release v1.13.0 (#1032)
* Version v1.13.0 * update CHANGELOG Signed-off-by: lance6716 <[email protected]> --------- Signed-off-by: lance6716 <[email protected]> Co-authored-by: lance6716 <[email protected]>
1 parent 2c27d94 commit 4dea9fe

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### Tag v1.13.0 (2025-08-17)
2+
3+
* Change FillZeroLog config name and add to canal. [#1053](https://github.com/go-mysql-org/go-mysql/pull/1053) ([nickchomey](https://github.com/nickchomey))
4+
* Fix(replication): calculate LogPos for non-artificial events in MariaDB 11.4+. [#1052](https://github.com/go-mysql-org/go-mysql/pull/1052) ([mefcorvi](https://github.com/mefcorvi))
5+
* Fix canal.GetMasterPos() for mariadb. [#1030](https://github.com/go-mysql-org/go-mysql/pull/1030) ([alarbada](https://github.com/alarbada))
6+
* Fix MariaDB compressed event decoding panic. [#1049](https://github.com/go-mysql-org/go-mysql/pull/1049) ([krajcik](https://github.com/krajcik))
7+
* Enhancement to allow backup binlogs using a specified GTID set. [#1050](https://github.com/go-mysql-org/go-mysql/pull/1050) ([dgupta2323](https://github.com/dgupta2323))
8+
* Replication: return string when datetime's day or month is 00. [#1047](https://github.com/go-mysql-org/go-mysql/pull/1047) ([serprex](https://github.com/serprex))
9+
* Prefer atomic values to atomic operations. [#1048](https://github.com/go-mysql-org/go-mysql/pull/1048) ([serprex](https://github.com/serprex))
10+
* Add visible field to schema Index. [#1043](https://github.com/go-mysql-org/go-mysql/pull/1043) ([chenhuiyeh](https://github.com/chenhuiyeh))
11+
* Client: make CLIENT_QUERY_ATTRIBUTES opt-out to restore proxy compatibility. [#1041](https://github.com/go-mysql-org/go-mysql/pull/1041) ([masahide](https://github.com/masahide))
12+
* Patch float with trailing zero for JSON and add useFloatWithTrailingZero flag. [#1038](https://github.com/go-mysql-org/go-mysql/pull/1038) ([chenhuiyeh](https://github.com/chenhuiyeh))
13+
* Replace broken links to mysqlhighavailability.com. [#1039](https://github.com/go-mysql-org/go-mysql/pull/1039) ([serprex](https://github.com/serprex))
14+
* Update CI. [#1034](https://github.com/go-mysql-org/go-mysql/pull/1034) ([dveeden](https://github.com/dveeden))
15+
* Set source_heartbeat_period as well as master_heartbeat_period.. [#1033](https://github.com/go-mysql-org/go-mysql/pull/1033) ([dveeden](https://github.com/dveeden))
16+
* Remove semver. [#1028](https://github.com/go-mysql-org/go-mysql/pull/1028) ([serprex](https://github.com/serprex))
17+
* CI: Test on 32-bit arm. [#1000](https://github.com/go-mysql-org/go-mysql/pull/1000) ([dveeden](https://github.com/dveeden))
18+
* Golangci-lint 2. [#1024](https://github.com/go-mysql-org/go-mysql/pull/1024) ([serprex](https://github.com/serprex))
19+
* Server: Fix formatting of credential provider note. [#1023](https://github.com/go-mysql-org/go-mysql/pull/1023) ([dveeden](https://github.com/dveeden))
20+
121
### Tag v1.12.0 (2025-04-01)
222

323
> **Note:**

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,15 +524,15 @@ For the old logging package `github.com/siddontang/go-log/log`, a converting pac
524524
## How to migrate to this repo
525525
To change the used package in your repo it's enough to add this `replace` directive to your `go.mod`:
526526
```
527-
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.12.0
527+
replace github.com/siddontang/go-mysql => github.com/go-mysql-org/go-mysql v1.13.0
528528
```
529529

530530
This can be done by running this command:
531531
```
532-
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.12.0
532+
go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-mysql@v1.13.0
533533
```
534534

535-
v1.12.0 - is the last tag in repo, feel free to choose what you want.
535+
v1.13.0 - is the last tag in repo, feel free to choose what you want.
536536

537537
## Credits
538538

0 commit comments

Comments
 (0)