Features / Enhancements
- Kaniko: Retry extracting image filesystem, #3724, @TomerShor
- LogCollector: Stop log collection for pod in unknown state, #3720, @liranbg
- Notifications: Support notifications on aborted runs, #3703, @quaark
- CI: Uncomment install dev utilities, #3719, @Tankilevitch
- Requirements: Bump storey to 1.4.1, #3671, @tomerm-iguazio
- Feature Store: Raise a clear error when no features are found on retrieval, #3687, @gtopper
- Requirements: Bump humanfriendly to 9.2, #3717, @alonmr
- Functions: Improve test readability, #3713, @yaelgen
- API: Better request handling logging, #3714, @liranbg
- System tests: Mark test_run_state_completion as enterprise, #3705, @yaelgen
- Project: Add
requirements_file
argument to missing functions, #3710, @TomerShor - UI: Features & enhancement
Bug fixes
- Runtimes: Fix funcdoc ast attributes parsing, #3716, @alonmr
- Project: Fix
run_function
use in pipeline docstring, #3723, @alonmr - Notification: Fix remote ipython notification raising exception, #3722, @quaark
- CI: Fix project test, #3721, @liranbg
- Notifications: Fix notifications are not being sent for special local run cases (handler, dask), #3706, @quaark
- Notifications: Fix notification message in slack & git, #3702, @quaark
- Notification: Fix multiple notifications with identical names being ignored except for last notification, #3704, @quaark
- UI: Bug fixes
Pull requests:
3487196 [Runtimes] Fix funcdoc AST attributes parsing (#3716)
28a1306 [Kaniko] Retry extracting image filesystem (#3724)
de7970d [Project] Fix run_function
use in pipeline docstring (#3723)
cf9dc66 [Notification] Fix remote ipython notification raising exception (#3722)
23a1783 [CI] Fix project test (#3721)
9c960b5 [LogCollector] Stop log collection for pod in unknown state (#3720)
277687a [Notifications] Fix notifications are not being sent for special local run cases (handler, dask) (#3706)
3e4e9d9 [Notifications] Support notifications on aborted runs (#3703)
138ebdd [CI] Uncomment install dev utilities (#3719)
b9dcc44 [Requirements] bump storey to 1.4.1 (#3671)
84decaa [Feature Store] Raise a clear error when no features are found on retrieval (#3687)
63aecf0 [Requirements] Bump humanfriendly to 9.2 (#3717)
27fae60 [Functions] Improve test readability (#3713)
a81fffd [API] Better request handling logging (#3714)
325b2e0 [Notifications] Fix Notification Message in slack & git (#3702)
db74376 [System tests] Mark test_run_state_completion as enterprise (#3705)
c44ccb0 [Project] Add requirements_file
argument to missing functions (#3710)
5424b50 [Notification] Fix multiple notifications with identical names being ignored except for last notification (#3704)