From 3cb0be5540a31895ff42e740abb1f3d242c70387 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:05:07 +0300 Subject: [PATCH] Release 1.5.1 (#103) --- .github/workflows/ci.yaml | 2 +- CHANGELOG.md | 5 +++++ setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 442105b..e92e25c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.7, 3.8 ] + python-version: [ 3.7, 3.8, 3.9 ] steps: - name: Checkout repository diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c90ae2..27bf998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.5.1 (2022-04-04) +------------------ +* Fix: Handle case when BINLOG_GTID_POS returns multiple comma separated GTIDs + + 1.5.0 (2022-03-11) ------------------ * Support logical replication using GTID, for both Mariadb & MySql diff --git a/setup.py b/setup.py index 34fb473..df681e7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.5.0', + version='1.5.1', description='Singer.io tap for extracting data from MySQL & MariaDB - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',