File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 210
210
* Enhance Data Integrity with Binlog Event Checksum Verification
211
211
* Fix Bug table map event read null_bitmask packet
212
212
* Fix Timestamp conversion to return UTC instead of local timezone
213
- * Optimize Handler_read_rnd by removing ORDER BY clause
213
+ * Optimize Handler_read_rnd by removing ORDER BY clause
214
+
215
+ 0.45.0 02/10/2023
216
+ * Fix Json object, Array parse Error
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.44 '
51
+ version = '0.45 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.44 '
53
+ release = '0.45 '
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.44 .0"
32
+ version = "0.45 .0"
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