Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 684 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 684 Bytes

master / unreleased

  • [CHANGE] Bloom filters are now sharded to reduce size and improve caching, as blocks grow. This is a breaking change and all data stored before this change will not be queryable. 192
  • [ENHANCEMENT] CI checks for vendored dependencies using make vendor-check. Update CONTRIBUTING.md to reflect the same before checking in files in a PR. #274
  • [ENHANCEMENT] Add warnings for suspect configs. #294
  • [BUGFIX] Increase Prometheus notfound metric on tempo-vulture. #301