File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 183
183
* Mariadb 10.6.12: Mitigate corrupt binlog event bug
184
184
185
185
0.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:
335
335
Zero-pad fixed-length binary fields (https://github.com/oseemann )
336
336
* Mahadir Ahmad: Handle null json payload (https://github.com/mahadirz )
337
337
* 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 )
338
339
339
340
Thanks to GetResponse for their support
340
341
Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.41 '
51
+ version = '0.42 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.41 '
53
+ release = '0.42 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run(self):
29
29
unittest .main (tests , argv = sys .argv [:1 ])
30
30
31
31
32
- version = "0.41 "
32
+ version = "0.42 "
33
33
34
34
this_directory = Path (__file__ ).parent
35
35
long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments