We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abb7b7 commit de5096eCopy full SHA for de5096e
.changeset/shy-kings-eat.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @powersync/mysql-zongji
2
3
+## 0.5.0
4
+
5
+### Minor Changes
6
7
+- 1abb7b7: Added binlog hearbeat parsing and type definitions
8
+ Updated the CodeEvent enum to include the newer MySQL BinLog types
9
10
+ Exposed startAtEnd option in the Zongji start options. Thank you @svenpaulsen!
11
12
## 0.4.0
13
14
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@powersync/mysql-zongji",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "A MySQL 8.0 >= compatible fork of ZongJi - a MySQL binlog listener for Node.js.",
"main": "index.js",
"types": "types/index.d.ts",
0 commit comments