Features / Enhancements
- Docs: Delete link to obsolete demo [1.8.x], #7629, @jillnogold
- Serving: Explicitly set async as the default since it aligns with the actual default behavior for flow topology [1.8.x], #7620, @davesh0812
- Pipelines: Config pipelines days back for project summary [1.8.x], #7616, @moranbental
- Model Monitoring: Avoid replacing event object as it interferes with offset commit management [1.8.x], #7622, @gtopper
- Pipelines: Filter pipelines for the project summary [1.8.x], #7595, @moranbental
- UI: Features & enhancement
Bug fixes
- Serving: Fix check engine attribute in graph when creating nuclio stream [1.8.x], #7633, @royischoss
- Model Monitoring: Fix explicit ack on model monitoring stream [1.8.x], #7602, @royischoss
- Tests: Fix test_alias_change test [1.8.x], #7599, @tomerm-iguazio
- UI: Bug fixes
Pull requests:
d53dc82 [Serving] Fix check engine attribute in graph when creating nuclio stream [1.8.x] (#7633)
cb41c7f [Model Monitoring] Fix explicit ack on model monitoring stream [1.8.x] (#7602)
ac3f3c9 [Docs] Delete link to obsolete demo [1.8.x] (#7629)
1a37635 [Serving] Explicitly set async as the default since it aligns with the actual default behavior for flow topology [1.8.x] (#7620)
9da4355 [Pipelines] Config Pipelines days back for project summary [1.8.x] (#7616)
dedfd49 [Model Monitoring] Avoid replacing event object as it interferes with offset commit management [1.8.x] (#7622)
e5279ac [Pipelines] Filter pipelines for the project summary [1.8.x] (#7595)
4984d23 [Tests] fix test_alias_change test [1.8.x] (#7599)