Skip to content

Commit

Permalink
Release 1.12.0 (#796)
Browse files Browse the repository at this point in the history
* Release 1.12.0

* Fix change log message

* Fix change log

* Fix change log
  • Loading branch information
bharanidharan14 authored Dec 2, 2022
1 parent 9853f6c commit 98e8eb4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

1.12.0 (2022-12-02)
-------------------

Feature
"""""""

- Add custom XCom backend for GCS.
(`#681 <https://github.com/astronomer/astronomer-providers/pull/681>`_)

Bug Fixes
"""""""""

- Change return value of ``SnowflakeOperatorAsync`` to be same as that of ``SnowflakeOperator``.
(`#781 <https://github.com/astronomer/astronomer-providers/pull/781>`_)
- Add poke_interval to ``S3KeySensorAsync``.
(`#782 <https://github.com/astronomer/astronomer-providers/pull/782>`_)
- Use ``AwsConnectionWrapper`` to get connection details to create AWS async client.
(`#758 <https://github.com/astronomer/astronomer-providers/pull/758>`_)
- Fix ADF Sensor broken docs.
(`#779 <https://github.com/astronomer/astronomer-providers/pull/779>`_)
- Log warning message when ``response_check`` attribute is passed in ``HttpSensorAsync``.
(`#780 <https://github.com/astronomer/astronomer-providers/pull/780>`_)


1.11.2 (2022-11-19)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion astronomer/providers/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_provider_info() -> Dict[str, Any]:
"package-name": "astronomer-providers",
"name": "Astronomer Providers",
"description": "Apache Airflow Providers containing Deferrable Operators & Sensors from Astronomer",
"versions": "1.12.0.dev1",
"versions": "1.12.0",
# Optional.
"hook-class-names": [],
"extra-links": [],
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.12.0.dev1"
release = "1.12.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.12.0.dev1
version = 1.12.0
url = https://github.com/astronomer/astronomer-providers/
author = Astronomer
author_email = [email protected]
Expand Down

0 comments on commit 98e8eb4

Please sign in to comment.