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