Skip to content

v0.32.2

Compare
Choose a tag to compare
@saswatamcode saswatamcode released this 31 Aug 14:13
· 711 commits to main since this release
v0.32.2
7f5c066

This patch release again brings a few fixes for the Store Gateway. In the previous release, certain users reported receiving a nil postings error on some of their queries, alongside certain race conditions, and empty query stats on debug messages. These have now been addressed.
Please try it out and let us know if you spot any problems! Enjoy! 🎉

Changes

Fixed

  • #6675 Store: Fix race when iterating blocks
  • #6679 Store: Record stats even on ExpandPostings error
  • #6681 Store: Fix forgotten field in store stats merge
  • #6684 Store: Fix postings reader short reads to address nil postings bug