Skip to content

Release v0.4.2

Compare
Choose a tag to compare
@daviderli614 daviderli614 released this 24 Oct 04:23
· 273 commits to develop since this release
01fdbf3

What's Changed

We recommend all users currently using version v0.4 to upgrade to this version, as there is a serious bug in the query filter pushdown for memtable.

Highlights

Main changes:

  • Row protocol support for OpenTSDB,
  • The implementation of HistogramFold plan for Prometheus histogram type.
  • There are also important bug fixes, such as the correction of range behavior in MemoryKvBackend & RaftEngineBackend, and the query predicates use the wrong schema to create physical expressions. #2642
  • Additionally, we've made several updates to our CI/CD processes for better efficiency and communication.

Features

Bug Fixes

  • Correct the range behavior in MemoryKvBackend & RaftEngineBackend by @WenyXu. #2615
  • Pass datanode config file in distributed mode sqlness by @waynexia. #2631
  • Predicate shall use real schema to create physical exprs by @v0y4g3r. #2642

Others

Full Changelog: v0.4.1...v0.4.2