|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.4.6](https://github.com/gojek/feast/tree/v0.4.6) (2020-02-26) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/gojek/feast/compare/v0.4.5...v0.4.6) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | +- Rename metric name for request latency in feast serving [\#488](https://github.com/gojek/feast/pull/488) ([davidheryanto](https://github.com/davidheryanto)) |
| 9 | +- Allow use of secure gRPC in Feast Python client [\#459](https://github.com/gojek/feast/pull/459) ([Yanson](https://github.com/Yanson)) |
| 10 | +- Extend WriteMetricsTransform in Ingestion to write feature value stats to StatsD [\#486](https://github.com/gojek/feast/pull/486) ([davidheryanto](https://github.com/davidheryanto)) |
| 11 | +- Remove transaction from Ingestion [\#480](https://github.com/gojek/feast/pull/480) ([imjuanleonard](https://github.com/imjuanleonard)) |
| 12 | +- Fix fastavro version used in Feast to avoid Timestamp delta error [\#490](https://github.com/gojek/feast/pull/490) ([davidheryanto](https://github.com/davidheryanto)) |
| 13 | +- Fail Spotless formatting check before tests execute [\#487](https://github.com/gojek/feast/pull/487) ([ches](https://github.com/ches)) |
| 14 | +- Reduce refresh rate of specification refresh in Serving to 10 seconds [\#481](https://github.com/gojek/feast/pull/481) ([woop](https://github.com/woop)) |
| 15 | + |
| 16 | +## [v0.4.5](https://github.com/gojek/feast/tree/v0.4.5) (2020-02-14) |
| 17 | + |
| 18 | +[Full Changelog](https://github.com/gojek/feast/compare/v0.4.4...v0.4.5) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | +- Use bzip2 compressed feature set json as pipeline option [\#466](https://github.com/gojek/feast/pull/466) ([khorshuheng](https://github.com/khorshuheng)) |
| 22 | +- Make redis key creation more determinisitic [\#471](https://github.com/gojek/feast/pull/471) ([zhilingc](https://github.com/zhilingc)) |
| 23 | +- Helm Chart Upgrades [\#458](https://github.com/gojek/feast/pull/458) ([Yanson](https://github.com/Yanson)) |
| 24 | +- Exclude version from grouping [\#441](https://github.com/gojek/feast/pull/441) ([khorshuheng](https://github.com/khorshuheng)) |
| 25 | +- Use concrete class for AvroCoder compatibility [\#465](https://github.com/gojek/feast/pull/465) ([zhilingc](https://github.com/zhilingc)) |
| 26 | +- Fix typo in split string length check [\#464](https://github.com/gojek/feast/pull/464) ([zhilingc](https://github.com/zhilingc)) |
| 27 | +- Update README.md and remove versions from Helm Charts [\#457](https://github.com/gojek/feast/pull/457) ([woop](https://github.com/woop)) |
| 28 | +- Deduplicate example notebooks [\#456](https://github.com/gojek/feast/pull/456) ([woop](https://github.com/woop)) |
| 29 | +- Allow users not to set max age for batch retrieval [\#446](https://github.com/gojek/feast/pull/446) ([zhilingc](https://github.com/zhilingc)) |
| 30 | + |
3 | 31 | ## [v0.4.4](https://github.com/gojek/feast/tree/v0.4.4) (2020-01-28) |
4 | 32 |
|
5 | 33 | [Full Changelog](https://github.com/gojek/feast/compare/v0.4.3...v0.4.4) |
|
0 commit comments