v0.40.0
franciscojavierarceo
released this
31 Jul 19:21
·
215 commits
to master
since this release
0.40.0 (2024-07-31)
Bug Fixes
- Added missing type (#4315) (86af60a)
- Avoid XSS attack from Jinjin2's Environment(). (#4355) (40270e7)
- CGO Memory leak issue in GO Feature server (#4291) (43e198f)
- Deprecated the datetime.utcfromtimestamp(). (#4306) (21deec8)
- Fix SQLite import issue (#4294) (398ea3b)
- Increment operator to v0.39.0 (#4368) (3ddb4fb)
- Minor typo in the unit test. (#4296) (6c75e84)
- OnDemandFeatureView type inference for array types (#4310) (c45ff72)
- Remove redundant batching in PostgreSQLOnlineStore.online_write_batch and fix progress bar (#4331) (0d89d15)
- Remove typo. (#4351) (92d17de)
- Retire the datetime.utcnow(). (#4352) (a8bc696)
- Update dask version to support pandas 1.x (#4326) (a639d61)
- Update Feast object metadata in the registry (#4257) (8028ae0)
- Using one single function call for utcnow(). (#4307) (98ff63c)
Features
- Add async feature retrieval for Postgres Online Store (#4327) (cea52e9)
- Add Async refresh to Sql Registry (#4251) (f569786)
- Add SingleStore as an OnlineStore (#4285) (2c38946)
- Add Tornike to maintainers.md (#4339) (8e8c1f2)
- Bump psycopg2 to psycopg3 for all Postgres components (#4303) (9451d9c)
- Entity key deserialization (#4284) (83fad15)
- Ignore paths feast apply (#4276) (b4d54af)
- Move get_online_features to OnlineStore interface (#4319) (7072fd0)
- Port mssql contrib offline store to ibis (#4360) (7914cbd)