Features / Enhancements
- Feature Store: Add test for alias change, #2050, @gtopper
- Background Tasks: Support multi-instance API - Phase 1, #2012, @Tankilevitch
- Runtimes: Adding s3 auto-mount option, #2042, @theSaarco
- Platforms: Add s3 credentials mounter (modifier), #2029, @yaronha
- UI: Features & enhancement
Bug fixes
- Remote Spark: Fix deploy default image when limits not defined, #2038, @benbd86
- Feature Store: Fix pandas engine with default targets, #2037, @benbd86
- Feature Store: Fix data source renaming issue and missing alias columns in online feature service, #2047, @benbd86
- Runtimes: Fix case where
with_igz_spark()
is called more than once, #2044, @gtopper - Docs: Fix links, kafka now supported in graph steps, #2053, @jillnogold
- Docs: Repair glossary links, #2051, @george0st
- UI: Bug fixes
Pull requests:
e441e06 [Docs] Repair glossary links (#2051)
119ed81 [Docs] Fix links, kafka now supported in graph steps (#2053)
b5c0f96 [Feature Store] Add test for alias change (#2050)
46e6416 [Background Tasks] Support multi-instance API - Phase 1 (#2012)
71b8bb8 [Feature Store] Fix pandas engine with default targets (#2037)
f0c9247 [Feature Store] Fix data source renaming issue and missing alias columns in online feature service (#2047)
9e29f47 [Runtimes] Fix case where with_igz_spark()
is called more than once (#2044)
95ce76e [Runtimes] Adding s3 auto-mount option (#2042)
399b697 [Remote Spark] Fix deploy default image when limits not defined (#2038)
09e61fc [Platforms] Add s3 credentials mounter (modifier) (#2029)