File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 183183* Mariadb 10.6.12: Mitigate corrupt binlog event bug
184184
1851850.41 03/06/2023
186- * Zero-pad fixed-length binary fields
186+ * Zero-pad fixed-length binary fields
187+
188+ 0.42 25/06/2023
189+ * Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent
Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ Other contributors:
335335Zero-pad fixed-length binary fields (https://github.com/oseemann )
336336* Mahadir Ahmad: Handle null json payload (https://github.com/mahadirz )
337337* Axel Viala: Removal of Python 2.7 (https://github.com/darnuria )
338+ * Etern: Add XAPrepareEvent, parse last_committed & sequence_number of GtidEvent (https://github.com/etern )
338339
339340Thanks to GetResponse for their support
340341
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '0.41 '
51+ version = '0.42 '
5252# The full version, including alpha/beta/rc tags.
53- release = '0.41 '
53+ release = '0.42 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run(self):
2929 unittest .main (tests , argv = sys .argv [:1 ])
3030
3131
32- version = "0.41 "
32+ version = "0.42 "
3333
3434this_directory = Path (__file__ ).parent
3535long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments