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
3 changes: 2 additions & 1 deletion RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,6 @@ Airflow 3.0 completes the migration of several core operators, sensors, and hook
- ``PythonOperator``
- ``BashOperator``
- ``EmailOperator``
- ``SimpleHttpOperator``
- ``ShortCircuitOperator``

These operators were previously bundled inside ``airflow-core`` but are now treated as provider-managed components to
Expand All @@ -959,6 +958,8 @@ replaced with:

from airflow.providers.standard.operators.python import PythonOperator

The SimpleHttpOperator has been migrated to apache-airflow-providers-http and renamed to HttpOperator

UI & Usability Improvements
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 2 additions & 2 deletions reproducible_build.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release-notes-hash: 6f266812d7639b6204f98b6450b4518e
source-date-epoch: 1752521016
release-notes-hash: 0c440473e3360412ce1ade38a7956f84
source-date-epoch: 1753228213