-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
kind:metaHigh-level information important to the communityHigh-level information important to the community
Description
Body
We are kindly requesting that contributors to Apache Airflow RC 3.1.4rc2 help test the RC.
Please let us know by commenting if the issue is addressed in the latest RC.
- Fix refresh token middleware error handling (#56892): @pierrejeambrun
- Handle invalid token in
JWTRefreshMiddleware(#56904): @vincbeck - [v3-1-test] Fix inconsistent Dag hashes when template fields contain unordered dicts (#59091) (#59175): @ephraimbuddy
- [v3-1-test] Update release candidate commands (#59186) (#59187): @ephraimbuddy
- UI Fix for backfill date picker (#57880): @matthieuauger @Tomi-1997
Linked issues: - Add number of queries guard for ui grid (#57977): @pierrejeambrun
- Add Consuming Tasks in asset page header (#58060): @guan404ming
- [v3-1-test] Patch pools should have an optional description (#58066) (#58169): @shubhamraj-git
- [v3-1-test] Fix CI upgrade script to not delete branch from origin remote (#58163) (#58179): @potiuk
- [v3-1-test] fix(migration): disable sqlite fkeys (#58130) (#58192): @Lee-W
- [v3-1-test] Make sure regenerating provider dependencies happens only once (#58198) (#58214): @potiuk
- [v3-1-test] Fix check_files.py script after source tar was renamed (#58216) (#58220): @jscheffl
- [v3-1-test] Fix a few typos in release process for Airflow (#58219) (#58240): @potiuk
- [v3-1-test] Update pyproject.toml files with pytest>=9.0.0 TOML synta… (#58241): @potiuk @Lee-W
- [v3-1-test] Add check for schedule parameter for system tests (#58254) (#58255): @VladaZakharova
- [v3-1-test] Add support for "reconnecting" Supervisor Comms and logs in task processes (#57212) (#58263): @gsaivenkateshzs @ashb @Neon-Face
Linked issues: - [v3-1-test] Support for "reconnecting" Supervisor Comms from task process when
dag.test()is used (#58147) (#58266): @ashb
Linked issues: - [v3-1-test] Fix atomicity issue in SerializedDagModel.write_dag preventing orphaned DagVersions (#58259) (#58281): @ephraimbuddy
- [v3-1-test] Mask kwargs on illegal args (#58252) (#58283): @jscheffl
- fix(hitl): fix HITLTrigger params dump (#58297): @Lee-W
- [v3-1-test] Fix: TriggerDagRunOperator stuck in deferred state with reset_dag_run (#57756) (#57968) (#58333): @mykola-shyshov
- [v3-1-test] Breeze: Automatically set CHOKIDAR_USEPOLLING for WSL use… (#58345): @potiuk @Lohith625
- [v3-1-test] Fix config list output for multi-line values (#58115) (#58378): @potiuk @nailo2c @zachliu
Linked issues: - [v3-1-test] Respect default_args in DAG when its set to a "falsy" value (#57853) (#58396): @amoghrajesh
- [v3-1-test] Fix TypeError in parseStreamingLogContent for non-string data (#58314) (#58399): @feluelle
- [v3-1-test] Update Airflow version references to
3.XinREADME_RELEASE_PROVIDER.md(#58392) (#58402): @jroachgolf84 - [v3-1-test] Add changelog for python client 3.1.3 release (#58394) (#58427): @ephraimbuddy
- [v3-1-test] Minor fixes to the release command (#58426) (#58431): @ephraimbuddy
- make sure the taskInstances's endDate is not null (#58435): @gvergnolle @Pei-Cheng-Yu
Linked issues: - [v3-1-test] Limit Python prek hooks to use Python 3.10 (#58439) (#58458): @potiuk
- [v3-1-test] Bump glob in React core UI (#58452) (#58461): @jscheffl
- [v3-1-test] Bump glob from 10.4.5 to 10.5.0 in /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui (#58443) (#58463): @dependabot[bot]
- [v3-1-test] Minor updates to the python client release guide (#58442) (#58465): @ephraimbuddy
- [v3-1-test] Fix release process for Python Client (#58447) (#58471): @potiuk
- [v3-1-test] Manages cross-distribution dependencies better (#58430) (#58472): @potiuk
- [v3-1-test] Fix task retry logic to respect retries for all exit codes (#58478): @amoghrajesh
- [v3-1-test] Fix Asset URI normalization for user info without password (#51877) (#57650) (#58485): @jgoedeke
- [v3-1-test] Fix operator extra links not appearing on failed tasks (#58227) (#58508): @sunank200
- [v3-1-test] Popup is getting automatically closed when there is a DAG… (#58538): @bbovenzi
- [v3-1-test] Fix group TI tab memory (#58288) (#58557): @guan404ming @RoyLee1224
- [v3-1-test] Fix tag filter with special characters (#58280) (#58558): @guan404ming @steveahnahn
- [v3-1-test] Properly highlight TaskGroup nodes when selected (#58118) (#58559): @guan404ming @steveahnahn
- [v3-1-test] Fix duration chart duration format (#58561) (#58564): @pierrejeambrun
- Add missing Dag run table translation (#58572): @RoyLee1224
- Fix for object rendering in HITL interface (#58611): @stuart23
- [v3-1-test] Use filelock to fix race condition in version suffix test for xdist runs (#58608) (#58616): @amoghrajesh
- [v3-1-test] Fix race condition in test_execute_wildcard for LocalFile… (#58617): @potiuk @sunank200
- [v3-1-test] Improve 404 handling by adding fallback route for invalid URLs (#58546) (#58629): @choo121600
- [v3-1-test] Add number of queries guard for ui structure (#58051) (#58632): @pierrejeambrun
- [v3-1-test] Update refresh token flow (#58649): @vincbeck @xartii
Linked issues: - [v3-1-test] Fix connection retrieval from secrets backend without conn_type (#58528) (#58664): @amoghrajesh
- [v3-1-test] 56058: Removing refresh state consumption for Dag header (#58389) (#58692): @viveknanda
- [v3-1-test] Make click group naming consistent - all contain now _gro… (#58699): @potiuk
- [v3-1-test] BUGFIX: Fixed timeout_after in run_trigger method of TriggerRunner (#58282) (#58703): @dabla @Lee-W
- [v3-1-test] Fix automatic backport workflow race condition (#58705) (#58706): @amoghrajesh
- [v3-1-test] fix(asset-alias): Preserve
Asset.extrawhen usingAssetAlias(#58038) (#58712): @Lee-W - [v3-1-test] Mask secrets properly when using deprecated import path (#58662) (#58726): @amoghrajesh
- [v3-1-test] Add one as a fallback grid value for number of dagruns (#58680) (#58735): @pierrejeambrun
- [v3-1-test] Redact secrets in rendered templates properly to not expose them on UI (#58767) (#58772): @amoghrajesh
- [v3-1-test] fix(models/dag): handle pre AIP-39 DagRuns (#58229) (#58773): @Lee-W
- [v3-1-test] build: upgrade hatch to 1.16.1 (#58800) (#58804): @Lee-W
- [v3-1-test] Fix incorrect backfill duration calculation in Grid view (#58813) (#58816): @ephraimbuddy
- Manual backport 160db5b from PR #58835 (#58847): @jscheffl
- [v3-1-test] Fix(UI): Improve mobile responsiveness of Dashboard sections (#58811) (#58853): @anshuksi282-ksolves
- [v3-1-test] update zizmor prek hook to version 1.18.0 (#58860) (#58862): @bugraoz93
- [v3-1-test] Fix trigger ui parameter field is dict when param.value is null (#58682) (#58899): @Tomi-1997
- [v3-1-test] Return dag tags in alphabetical order (#58883) (#58904): @stuart23
- [v3-1-test] Select deadlines by id so that deadlines associated with other dagruns of same run_id are not pruned. (#58574) (#58910): @tirkarthi
- [v3-1-test] fix string to datetime pydantic and test (#58791) (#58916): @steveahnahn
- [v3-1-test] Improve startup information printed when Breeze starts (#58926) (#58927): @potiuk
- [v3-1-test] Fix LocalExecutor memory spike by applying gc.freeze (#58365) (#58934): @wjddn279
- Fix backfill max_active_runs race condition with concurrent schedulers (#58807) (#58935): @ephraimbuddy
- [v3-1-test] Do not remove .pyc and .pyo files after building Python (#58944) (#58947): @potiuk @tfagan25
Linked issues: - [v3-1-test] Update badges of Airflow: add prek and use nicer table formatting (#58930) (#58960): @potiuk
- [v3-1-test] Fix exception when logging stdout with a custom %-fmt string. (#58959) (#58963): @ashb
- [v3-1-test] Fix assets used only as inlets being incorrectly orphaned (#58303) (#58368) (#58986): @mykola-shyshov
- [v3-1-test] Find only relevant up/downstream tis when clearing (#58987): @uranusjr
Thanks to all who contributed to the release (probably not a complete list!):
@amoghrajesh @zachliu @jroachgolf84 @Tomi-1997 @mykola-shyshov @tfagan25 @RoyLee1224 @gsaivenkateshzs @ashb @steveahnahn @wjddn279 @feluelle @stuart23 @jgoedeke @choo121600 @bugraoz93 @anshuksi282-ksolves @dabla @viveknanda @tirkarthi @potiuk @Lee-W @uranusjr @matthieuauger @jscheffl @xartii @nailo2c @Pei-Cheng-Yu @Neon-Face @vincbeck @sunank200 @VladaZakharova @shubhamraj-git @guan404ming @bbovenzi @ephraimbuddy @pierrejeambrun @gvergnolle @Lohith625
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.
Metadata
Metadata
Assignees
Labels
kind:metaHigh-level information important to the communityHigh-level information important to the community