Skip to content

v2.27.1: hotfix for indexer and filter issues

Latest
Compare
Choose a tag to compare
@anvabr anvabr released this 14 Aug 12:53
· 3 commits to main since this release
eaf24dc

Description

This is a hotfix release addressing multiple reported issues with Indexer UI, Indexer service scalability, and block filters/sorting on returned results:

  • Increased max size of the inter-service messages (via NATS) to 64MB. This fixes rarely observed service shutdown issues for Indexer when attempted to send messages larger than 1MB.
  • Fixed project location display issues
  • Changed alignment for stats display on the Indexer landing page
  • Added pageSize options for search requests
  • Fixed blank page analytics issue appearing at the first Indexer launch
  • Fixed search bar display in Safari
  • Improved Indexer docker build speed and size, fixed docker DB initialisation
  • Fixed filtering issue for get requests changing policy block state
  • Added result sorting option for get requests

Please see the original 2.27.0 release notes for the full functionality scope of the main release.

View changes