Skip to content

v1.1.0

Compare
Choose a tag to compare
@schallert schallert released this 03 Feb 16:58
· 899 commits to master since this release
468ab1c

Changelog

Features

  • M3Coordinator: Add /ready endpoint for readiness probe which checks current write/read consistency level achievability (#2976)
  • M3Coordinator: Add per endpoint status code response codes and latency metrics (#2880)
  • M3Coordinator: Add Graphite carbon ingest latency metrics (#3045)
  • M3Coordinator: Add Graphite carbon ingest rule matcher contains to compliment regexp for faster matching (#3046)
  • M3Coordinator: Return 504 errors on timeout to downstream M3DB nodes or other cross-region coordinators (#2886)
  • M3Coordinator: Validate placements when using the raw placement upsert endpoint unless force set is specified (#2922)
  • M3Query: Add Graphite powSeries function (#3038)
  • M3Query: Add Graphite support for ** with metric path selectors (#3020)
  • M3DB: Add ability to configure regexp DFA and FSA limits (#2926)
  • M3DB: Add Alibaba Cloud storage class Kubernetes manifest for disk provisioning in Aliyun (#2908)

Bug Fixes

  • M3Coordinator: Always set content type JSON for error responses (#2917)
  • M3Query: Fix invalid query resulting in 500 instead of 400 (#2910)
  • M3Query: Allow Graphite variadic functions to omit variadic args (#2882)

Performance

  • M3DB: Skip out of retention index segments during bootstrap (#2992)

Documentation

  • All: Add clustering getting started guides for both Kubernetes operator and binaries deployment (#2795)