Skip to content

Commit 5e2d422

Browse files
authored
0.44.0 Change log (julien-duponchelle#472)
except : refactor and fix typo
1 parent c977dd8 commit 5e2d422

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,19 @@
195195
* Fix release error
196196

197197
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
211+
* Fix Bug table map event read null_bitmask packet
212+
* Fix Timestamp conversion to return UTC instead of local timezone
213+
* Optimize Handler_read_rnd by removing ORDER BY clause

0 commit comments

Comments
 (0)