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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
### Tag v1.9.0 (2024-08-20)
2
+
* Handle null index column names in sql.DB loader. [#904](https://github.com/go-mysql-org/go-mysql/pull/904) ([shauns](https://github.com/shauns))
3
+
* Add `DisableFlushBinlogWhileWaiting` config and almost every query event triggers `OnPosSynced`. [#900](https://github.com/go-mysql-org/go-mysql/pull/900) ([morgo](https://github.com/morgo))
* Fix(canal): do not ignore events with LogPos=0, use timestamp to distinguish fake rotate events. [#894](https://github.com/go-mysql-org/go-mysql/pull/894) ([mefcorvi](https://github.com/mefcorvi))
6
+
* Add support for driver.NamedValueChecker on driver connection. [#887](https://github.com/go-mysql-org/go-mysql/pull/887) ([dvilaverde](https://github.com/dvilaverde))
7
+
* Support DSN without 'user:password@'. [#888](https://github.com/go-mysql-org/go-mysql/pull/888) ([dvilaverde](https://github.com/dvilaverde))
8
+
* Allow packet.Conn buffer size to be adjustable. [#892](https://github.com/go-mysql-org/go-mysql/pull/892) ([dvilaverde](https://github.com/dvilaverde))
9
+
* Time column type string formatting and test coverage. [#891](https://github.com/go-mysql-org/go-mysql/pull/891) ([jnewmano](https://github.com/jnewmano))
10
+
* Additional Driver args for compression and connection read/write timeouts. [#885](https://github.com/go-mysql-org/go-mysql/pull/885) ([dvilaverde](https://github.com/dvilaverde))
11
+
* Reduce memory allocations when zlib compression is enabled. [#880](https://github.com/go-mysql-org/go-mysql/pull/880) ([dvilaverde](https://github.com/dvilaverde))
12
+
* Fix no table is replicated when excludeTableRegex is set while includeTableRegex is nil. [#874](https://github.com/go-mysql-org/go-mysql/pull/874) ([gaojijun](https://github.com/gaojijun))
13
+
* Make protocol version check more strict. [#878](https://github.com/go-mysql-org/go-mysql/pull/878) ([dveeden](https://github.com/dveeden))
14
+
1
15
### Tag v1.8.0 (2024-05-10)
2
16
* Fix bug in handling sub events of replication.TransactionPayloadEvent. [#875](https://github.com/go-mysql-org/go-mysql/pull/875) ([froot](https://github.com/froot))
3
17
* CI: Add tests for various MySQL versions. [#870](https://github.com/go-mysql-org/go-mysql/pull/870) ([dveeden](https://github.com/dveeden))
0 commit comments