From 3150892db98591f902072b2d3459fe8590588df2 Mon Sep 17 00:00:00 2001 From: Pankaj Singh <98807258+pankajastro@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:28:42 +0530 Subject: [PATCH] Release 2.1.0 (#102) * Release 2.1.0 * Add changelog * Update release date Co-authored-by: Tatiana Al-Chueyr --------- Co-authored-by: Tatiana Al-Chueyr --- CHANGELOG.md | 14 ++++++++++++++ fivetran_provider_async/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4097e66..89a671a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2.1.0 (2024-07-24) + +### Feature +- Add methods to get the connector_id by @natanlaverde in https://github.com/astronomer/airflow-provider-fivetran-async/pull/101 + +### Bug Fixes +- Set correct default_conn_name in class by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/95 +- Add return statement after yield in trigger to avoid infinite loop by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/94 + +### Misc +- Enable Python3.12 test by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/91 +- Remove old Async operator name from docstring by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/96 +- Clean example DAG by @pankajastro in https://github.com/astronomer/airflow-provider-fivetran-async/pull/97 + ## 2.0.2 (2024-01-17) ### Feature diff --git a/fivetran_provider_async/__init__.py b/fivetran_provider_async/__init__.py index 6d56432..cce835b 100644 --- a/fivetran_provider_async/__init__.py +++ b/fivetran_provider_async/__init__.py @@ -1,5 +1,5 @@ # flake8: noqa F401 -__version__ = "2.0.2" +__version__ = "2.1.0" import logging