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
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,4 +195,19 @@
195
195
* Fix release error
196
196
197
197
0.43.0 23/07/2023
198
-
* Bump PyMySQL to 1.1.0 to solve : LookupError: unknown encoding: utf8mb3
198
+
* Bump PyMySQL to 1.1.0 to solve : LookupError: unknown encoding: utf8mb3
199
+
200
+
0.44.0
201
+
* Add MariadbAnnotateRowsEvent
202
+
* Add RandEvent
203
+
* Add MariadbStartEncryptionEvent
204
+
* Add RowsQueryLogEvent
205
+
* Add MariadbBinLogCheckPointEvent
206
+
* Add PreviousGtidsEvent
207
+
* Add UserVarEvent
208
+
* Fix Bug increase history list length and snapshot : Mysql 8.0 version connection was being created along with the opening of a transaction. This led to a problem with looking at the snapshot before creating the table
209
+
* Fix Avoid UnicodeDecodeError for non-utf8 QueryEvents
210
+
* Enhance Data Integrity with Binlog Event Checksum Verification
0 commit comments