Skip to content

Latest commit

 

History

History
134 lines (78 loc) · 7.62 KB

CHANGELOG.md

File metadata and controls

134 lines (78 loc) · 7.62 KB

Changelog

v0.2.5 (2021-05-11)

Full Changelog

Fixed bugs:

  • Fix SSTable name length restrictions during ingestion #70 (terryyylim)

Merged pull requests:

  • Test long entity names in e2e tests #71 (pyalex)

v0.2.4 (2021-05-05)

Full Changelog

Fixed bugs:

  • Batch Ingestion job is stuck after exception thrown #69 (pyalex)

Merged pull requests:

v0.2.3 (2021-04-29)

Implemented enhancements:

Fixed bugs:

  • Call admin.modifyTable only if table spec changes: preventing quota to be exceeded #66 (pyalex)

Merged pull requests:

  • Explicitly stop sparkSession on exception to prevent it stucking #65 (pyalex)
  • Migrate sparkop e2e tests to kf-feast cluster #62 (khorshuheng)

v0.2.2 (2021-04-27)

Full Changelog

Implemented enhancements:

  • Add project whitelist #57 (terryyylim)
  • Configurable triggering interval from streaming ingestion #63 (pyalex)

Merged pull requests:

v0.2.1 (2021-04-19)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Reuse stencil client between Spark Tasks #58 (pyalex)

v0.2.0 (2021-04-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Cassandra schema update should not fail when column exist #55 (khorshuheng)
  • Fix avro serialization: reuse generated schema in advance #52 (pyalex)

Merged pull requests:

v0.1.2 (2021-03-17)

Full Changelog

Implemented enhancements:

  • Implicit type conversion for entity and feature table source #43 (khorshuheng)

Merged pull requests:

  • Make field mapping for batch source consistent with streaming source #45 (khorshuheng)
  • Better cleanup for cached rdds in Streaming Ingestion #44 (pyalex)
  • Add tests for master branch #25 (woop)

v0.1.1 (2021-03-11)

Full Changelog

v0.1.0 (2021-03-08)

Full Changelog

Fixed bugs:

  • Fix GH Actions PR Workflow Support for PRs from External Contributors #35 (mrzzy)
  • Allow only project filter when listing ft #32 (terryyylim)

Implemented enhancements:

  • Configurable retry for failed jobs (JobService Control Loop) #29 (pyalex)

Merged pull requests: