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
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
-
### Tag v1.13.0 (2025-05-06)
1
+
### Tag v1.13.0 (2025-08-17)
2
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))
3
5
* Fix canal.GetMasterPos() for mariadb. [#1030](https://github.com/go-mysql-org/go-mysql/pull/1030) ([alarbada](https://github.com/alarbada))
* 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))
* 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))
0 commit comments