Releases: julien-duponchelle/python-mysql-replication
Releases · julien-duponchelle/python-mysql-replication
Release list
1.0.16
- Parse FormatDescriptionEvent post-header lengths and use them to align event payloads.
- Add malformed binlog event validation for invalid post-header lengths.
- Support MySQL 8.4 binary log coordinate discovery with SHOW BINARY LOG STATUS.
Full Changelog: 1.0.15...1.0.16
1.0.15
What's Changed
- Fix sensitive info logging (fixes #640) by @julien-duponchelle in #641
- Add Python 3.14 support by @julien-duponchelle in #642
Full Changelog: 1.0.14...1.0.15