Skip to content

v1.2.2

Compare
Choose a tag to compare
@ZuLiangWang ZuLiangWang released this 31 May 09:14
32d3d36

Major Features

  • Enhancement on proxy module:
    • #875 Support influxdb api with proxy
    • #886 #896 Refactor sql query with proxy
    • #932 Support querying partitioned sub-table by http query
    • #878 Support forwarding of Prometheus remote write request
  • Improvement of write performance:
    • #879 Support merge small write requests
    • #918 Skip building column schema when columns already exists
  • Enhancement on debugging tools:
    • #909 Support tokio console for debugging
    • #927 Add sst-metadata tool to query sst metadata

Bug Fix

  • Cluster
    • #908 Fix the problem that shard cannot be closed normally
    • #941 Fix the problem that the shard cannot be opened normally due to deadlock
  • Compaction
    • #910 Limit input sst size when compact for old bucket
    • #915 Ensure pick at least 2 files for compaction
  • Proxy
    • #911 Fix auto create table without CeresMeta
  • PromQL
    • #901 Fix reserve column case when build plan

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.2