From a2a2925a447e7e07fa475f8e0f3c230d6c1239e4 Mon Sep 17 00:00:00 2001 From: Rajath <92459020+rajaths010494@users.noreply.github.com> Date: Thu, 18 Aug 2022 14:07:38 +0530 Subject: [PATCH] Release 1.8.0 (#600) --- CHANGELOG.rst | 26 ++++++++++++++++++++++++++ docs/conf.py | 2 +- setup.cfg | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index beff97880..4882c077d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,32 @@ Changelog ========= +1.8.0 (2022-08-16) +------------------ + +Bug Fixes +""""""""" + +- Add poll interval to ``HttpSensorAsync`` + (`#554 `_) +- Replace execution_timeout with timeout in all the async sensors + (`#555 `_) +- Get default 'resource_group_name' and 'factory_name' for + AzureDataFactoryPipelineRunStatusSensorAsync + (`#589 `_) + +Enhancements +"""""""""""" + +- Add elaborate documentation and use cases for ``SnowflakeOperatorAsync`` + (`#556 `_) +- Improve telemetry for Async Databricks Operators + (`#582 `_) +- Enhance ``S3KeySensorAsync`` to accept multiple keys and + deprecate ``S3PrefixSensorAsync`` and ``S3KeySizeSensorAsync`` + (`#577 `_) + + 1.7.1 (2022-07-25) ------------------ diff --git a/docs/conf.py b/docs/conf.py index e4ebacd12..17a00765b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "Astronomer Inc." # The full version, including alpha/beta/rc tags -release = "1.8.0.dev1" +release = "1.8.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index ad1de5371..5b5819440 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = astronomer-providers -version = 1.8.0.dev1 +version = 1.8.0 url = https://github.com/astronomer/astronomer-providers/ author = Astronomer author_email = humans@astronomer.io