Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/.last_release_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-04-07
2026-04-08
6 changes: 5 additions & 1 deletion providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Bug Fixes

* ``Fix AwsBaseWaiterTrigger losing error details on deferred task failure (#64085)``
* ``Fix assume_role_with_web_identity not using botocore config for STS calls (#64216)``
* ``Fix GlueJobOperator verbose logs not showing in deferrable mode (#64342)``

Misc
~~~~
Expand All @@ -53,12 +54,15 @@ Misc
* ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
* ``Remove obsolete boto3 extra from aiobotocore dependency (#64330)``
* ``Replace AWS keys with placeholder text in documentation and code examples (#63577)``
* ``Fix stale system test documentation links (#65071)``
* ``add more debugging logs when emr_eks system tests fail (#64817)``
* ``Compat sdk conf follow-up for multiple providers (#64161)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Revert "fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable mode (#63086)" (#64340)``
* ``fix(glue): Fix GlueJobOperator verbose logs not showing in deferrable mode (#63086)``
* ``Compat sdk conf follow-up for multiple providers (#64161)``
* ``Prepare providers release 2026-04-07 (#64864)``

9.24.0
......
Expand Down
2 changes: 2 additions & 0 deletions providers/common/compat/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ Misc

* ``Add OpenLineage parent and transport info injection to 'EmrServerlessStartJobOperator' (#64807)``
* ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
* ``Fix RESOURCE_ASSET compatibility with Airflow 2.x in common-compat (#64933)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare providers release 2026-04-07 (#64864)``
1.14.2
......
Expand Down
9 changes: 9 additions & 0 deletions providers/openlineage/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,18 @@ Features

* ``Add OpenLineage parent and transport info injection to 'EmrServerlessStartJobOperator' (#64807)``
* ``Add OpenLineage parent info injection to GlueJobOperator (#64513)``
* ``Add dagrun partition info to OpenLineage events (#64897)``
* ``Fix OpenLineage SQL utils emitting duplicate datasets for tables in multiple schemas (#64622)``

Misc
~~~~

* ``Fix example dags documentation links (#65071)``


.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Prepare providers release 2026-04-07 (#64864)``

2.13.0
......
Expand Down
2 changes: 1 addition & 1 deletion providers/vespa/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can install this package on top of an existing Airflow installation (see ``R
for the minimum Airflow version supported) via
``pip install apache-airflow-providers-vespa``

The package supports the following python versions: 3.10,3.11,3.12,3.13
The package supports the following python versions: 3.10,3.11,3.12,3.13,3.14

Requirements
------------
Expand Down
1 change: 1 addition & 0 deletions providers/vespa/docs/commits.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down
Loading