Skip to content

Commit 47756b6

Browse files
committed
Add newsfragment for deprecations
1 parent d84281a commit 47756b6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

newsfragments/47264.significant.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Removed leftover deprecations prior to 3.0.0.
2+
3+
* Removed the ``RemovedInAirflow3Warning`` warning class.
4+
* Removed the deprecated module ``airflow.api.auth.backend.session``. Please use ``airflow.providers.fab.auth_manager.api.auth.backend.session`` instead.
5+
* Removed the deprecated ``cleanup_stuck_queued_tasks`` method from the ``BaseExecutor`` interface. It is replaced by function ``revoke_task``.
6+
7+
* Types of change
8+
9+
* [ ] Dag changes
10+
* [ ] Config changes
11+
* [ ] API changes
12+
* [ ] CLI changes
13+
* [ ] Behaviour changes
14+
* [ ] Plugin changes
15+
* [ ] Dependency changes
16+
* [x] Code interface changes
17+
18+
19+
dict[str, dict[str, Collection[str]]]
20+
None
21+
22+
!=
23+
24+
dict[str, dict[str, Collection[str]]]
25+
dict[str, Collection[str]]
26+
None

0 commit comments

Comments
 (0)