Releases: pbezglasny/feast_server_rust
Releases · pbezglasny/feast_server_rust
v0.1.0-pre2
What's Changed
- Update README to clarify project focus on performance by @pbezglasny in #35
- Added support of redis cluster by @pbezglasny in #34
- Added redis sentinel support by @pbezglasny in #36
- Replace field type of feature and feature view to Arc where possible by @pbezglasny in #37
- Added support of postgres sql registry by @pbezglasny in #38
- Added bench cli rest server by @pbezglasny in #39
- Added grpc bench by @pbezglasny in #41
- Feature service request optimization by @pbezglasny in #42
- Replace HashEntityKey with RequestedEntityKey with Spur by @pbezglasny in #44
- Use strings for feature key before resolve for avoiding possible infinite growth of string intern pool size. by @pbezglasny in #45
- Update README.md by @pbezglasny in #46
Full Changelog: v0.1.0-pre1...v0.1.0-pre2
pre-release-1
Small changes (#33) * Update dockerfile: remove explicit cache layers * Fix redis connection pool stack * Update cli/src/cli_options.rs Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update readme, update redis * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>