Features / Enhancements
- ProjectSummary: Update the project summary rows rather than deleting the entire table, #6093, @moranbental
- Functions: Remove trailing slash when updating external invocation urls, #6097, @TomerShor
- Nuclio: Add ns enrichment to nuclio config, #6096, @yaelgen
- Pipelines: Bump pipeline-adapters, #6100, @yaelgen
- Schedules: Align labels query param type hint, #6089, @alonmr
- Runs: Remove for update lock on store run, #6098, @alonmr
- Datastore: Source case handling while using spark., #6057, @tomerm-iguazio
- Utils: Update urllib3 retry util usage, #6091, @alonmr
- Model Monitoring: Override artifacts in custom evidently app and add v1 deprecation, #6084, @jond01
- Serving: Default
queuestep
tofull_event=true
also when engine is sync, #6088, @gtopper - UI: Features & enhancement
Bug fixes
- Model Monitoring: Fix credentials limitation to old clients, #6102, @davesh0812
- Model Monitoring: Fix concurrent access to v3io client sockets, #6104, @gtopper
- Model Monitoring: Fix the input & output parsing in the stream, #6082, @davesh0812
- API Gateway: Fix invocation url deletion, #6101, @rokatyy
- Model Monitoring: Fix appication context and runs, #6080, @jond01
- Grafana: Fix
feature analysis
api, #6092, @Eyal-Danieli - Model Monitoring: Fix
model_uri
validation, #6090, @Eyal-Danieli - UI: Bug fixes
Pull requests:
9d975e1 [Model Monitoring] Fix credentials limitation to old clients (#6102)
30aadb6 [ProjectSummary] Update the project summary rows rather than deleting the entire table (#6093)
c5d40dd [Model Monitoring] Fix concurrent access to v3io client sockets (#6104)
72a3a97 [Functions] Remove trailing slash when updating external invocation urls (#6097)
36c04c9 [Model Monitoring] Fix the input & output parsing in the stream (#6082)
2bd7715 [Nuclio] Add NS enrichment to Nuclio config (#6096)
a931b9f [API Gateway] Fix invocation URL deletion (#6101)
f5b507e [Pipelines] Bump pipeline-adapters (#6100)
03bd6f4 [Schedules] Align labels query param type hint (#6089)
b1f8231 [Runs] Remove for update lock on store run (#6098)
a471a53 [Datastore] Source case handling while using spark. (#6057)
6f13b16 [Utils] Update urllib3 retry util usage (#6091)
f6cf399 [Model Monitoring] Fix appication context and runs (#6080)
71af9ee [Model Monitoring] Override artifacts in custom evidently app and add V1 deprecation (#6084)
1b5b0be [Grafana] Fix Feature Analysis
API (#6092)
dbbfa7b [Model Monitoring] Fix model_uri
validation (#6090)
1214504 [Serving] Default QueueStep
to full_event=True
also when engine is sync (#6088)