@@ -170,7 +170,7 @@ Improvements
170
170
- Add CLI support for bulk pause and resume of DAGs (#38265)
171
171
- Implement methods on TaskInstancePydantic and DagRunPydantic (#38295, #38302, #38303, #38297)
172
172
- Made filters bar collapsible and add a full screen toggle (#38296)
173
- - Encrypt all trigger attributes (#38233, #38358)
173
+ - Encrypt all trigger attributes (#38233, #38358, #38743 )
174
174
- Upgrade react-table package. Use with Audit Log table (#38092)
175
175
- Show if dag page filters are active (#38080)
176
176
- Add try number to mapped instance (#38097)
@@ -228,6 +228,7 @@ Improvements
228
228
229
229
Bug Fixes
230
230
"""""""""
231
+ - Fix grid header rendering (#38720)
231
232
- Add a task instance dependency for mapped dependencies (#37498)
232
233
- Improve stability of remove_task_decorator function (#38649)
233
234
- Mark more fields on API as dump-only (#38616)
@@ -294,6 +295,8 @@ Miscellaneous
294
295
295
296
Doc Only Changes
296
297
""""""""""""""""
298
+ - Improve timetable documentation (#38505)
299
+ - Reorder OpenAPI Spec tags alphabetically (#38717)
297
300
- Update UI screenshots in the documentation (#38680, #38403, #38438, #38435)
298
301
- Remove section as it's no longer true with dataset expressions PR (#38370)
299
302
- Refactor DatasetOrTimeSchedule timetable docs (#37771)
0 commit comments