Skip to content

Commit

Permalink
Release 1.8.0 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaths010494 authored Aug 18, 2022
1 parent 78b6a84 commit a2a2925
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
=========

1.8.0 (2022-08-16)
------------------

Bug Fixes
"""""""""

- Add poll interval to ``HttpSensorAsync``
(`#554 <https://github.com/astronomer/astronomer-providers/pull/554>`_)
- Replace execution_timeout with timeout in all the async sensors
(`#555 <https://github.com/astronomer/astronomer-providers/pull/555>`_)
- Get default 'resource_group_name' and 'factory_name' for
AzureDataFactoryPipelineRunStatusSensorAsync
(`#589 <https://github.com/astronomer/astronomer-providers/pull/589>`_)

Enhancements
""""""""""""

- Add elaborate documentation and use cases for ``SnowflakeOperatorAsync``
(`#556 <https://github.com/astronomer/astronomer-providers/pull/556>`_)
- Improve telemetry for Async Databricks Operators
(`#582 <https://github.com/astronomer/astronomer-providers/pull/582>`_)
- Enhance ``S3KeySensorAsync`` to accept multiple keys and
deprecate ``S3PrefixSensorAsync`` and ``S3KeySizeSensorAsync``
(`#577 <https://github.com/astronomer/astronomer-providers/pull/577>`_)


1.7.1 (2022-07-25)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 = [email protected]
Expand Down

0 comments on commit a2a2925

Please sign in to comment.