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 7ad7baf commit d14c545Copy full SHA for d14c545
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+0.53.4 (2023-06-22)
2
+-------------------
3
+
4
+- Bugfix for trigger unwanted tables syncing trigger
5
+- Bugfix for building `wal2json` in PostgreSQL Docker image
6
+- Bump `pipelinewise-tap-mysql` from `1.5.3` to `1.5.4`
7
8
9
0.53.3 (2023-05-16)
10
-------------------
11
setup.py
@@ -7,7 +7,7 @@
setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
- version='0.53.3',
+ version='0.53.4',
description='PipelineWise',
12
long_description=LONG_DESCRIPTION,
13
long_description_content_type='text/markdown',
0 commit comments