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
12 changes: 12 additions & 0 deletions docs/apache-airflow-providers-fab/commits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ Commit
`c8c5756530 <https://github.com/apache/airflow/commit/c8c5756530b95de7f53b1f4cfc296d04627c7b25>`_ 2024-11-19 ``Prepare FAB provider to set next version as major version (#43939)``
================================================================================================= =========== ====================================================================================================================================

1.5.2
.....

Latest change: 2024-12-24

================================================================================================= =========== ===========================================================================
Commit Committed Subject
================================================================================================= =========== ===========================================================================
`111e82634a <https://github.com/apache/airflow/commit/111e82634a807885a8f9b74d191505284a4dd698>`_ 2024-12-24 ``Correctly import isabs from os.path (#45178)``
`c95b84cfed <https://github.com/apache/airflow/commit/c95b84cfed7554e4fe0370600be6af3130a0d1c6>`_ 2024-12-24 ``[providers-fab/v1-5] Invalidate user session on password reset (#45139)``
================================================================================================= =========== ===========================================================================

1.5.1
.....

Expand Down
9 changes: 9 additions & 0 deletions providers/src/airflow/providers/fab/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ Breaking changes
* ``Set up JWT token authentication in Fast APIs (#42634)``
* ``Prepare FAB provider to set next version as major version (#43939)``

1.5.2
.....

Misc
~~~~

* ``Correctly import isabs from os.path (#45178)``
* ``Invalidate user session on password reset (#45139)``

1.5.1
.....

Expand Down
1 change: 1 addition & 0 deletions providers/src/airflow/providers/fab/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ source-date-epoch: 1731570160
# note that those versions are maintained by release manager - do not update them manually
versions:
- 2.0.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
Expand Down