Features / Enhancements
- Auth: Add bulk token deletion endpoint for user cleanup, #9326, @yaelgen
- System tests: Add retry to new application runtime system tests, #9338, @Yacouby
- Auth: Infer auth info from selected user auth token, #9336, @liranbg
- Tests: Drop timing assertion in new system test, #9337, @gtopper
- Run: Warn on unexpected run kwargs and suggest typos, #9331, @liranbg
- Model Monitoring: Add sdk methods and wildcard cache for lag detection alerts, #9315, @alxtkr77
- Serving: Support proper http error codes, #9325, @jond01
- Spark: Mount auth token secret to driver and executor pods, #9327, @liranbg
- Client: Per thread client and dummy cookie jar, #9320, @rokatyy
- UI: Features & enhancement
Bug fixes
- RemoteRuntime: Fix adding http trigger mode for sync, #9332, @royischoss
- Serving: Fix asyncio execution mechanism in streaming models, #9333, @gtopper
- Tests: Fix mrs batch step system test, #9330, @tomerm-iguazio
- UI: Bug fixes
Pull requests:
c2ac0b1 [RemoteRuntime] Fix adding http trigger mode for sync (#9332)
2a77fd2 [Auth] Add bulk token deletion endpoint for user cleanup (#9326)
2a0f3c0 [System tests] Add retry to new application runtime system tests (#9338)
c9bfb1c [Auth] Infer auth info from selected user auth token (#9336)
8064006 [Tests] Drop timing assertion in new system test (#9337)
bb8c400 [Run] Warn on unexpected run kwargs and suggest typos (#9331)
742fef2 [Model Monitoring] Add SDK methods and wildcard cache for lag detection alerts (#9315)
87694a2 [Serving] Fix asyncio execution mechanism in streaming models (#9333)
9faa359 [Tests] Fix mrs batch step system test (#9330)
58f7428 [Serving] Support proper HTTP error codes (#9325)
3a34759 [Spark] Mount auth token secret to driver and executor pods (#9327)
c9826b5 [Client] Per thread client and dummy cookie jar (#9320)