Skip to content

v0.15.2

Choose a tag to compare

@stkegoul stkegoul released this 31 Jul 07:41
· 75 commits to main since this release
6867722

What's Changed

  • Queue backpressure rejects new enqueues when Redis memory usage or pending task count exceeds configured limits, returning 503 Service Unavailable with QUEUE_BACKPRESSURE by @jerry-enebeli
  • Typesense memory backpressure: reindex and search indexing now retry gracefully when Typesense hits memory limits, with configurable retry intervals and TYPESENSE_MEMORY_USED_MAX_PERCENTAGE for Typesense containers by @jerry-enebeli
  • Docker Compose now includes an init service that auto-creates blnk.json with compose defaults on first run by @stkegoul in #341
  • Reindex now preserves effective_date when rebuilding the Typesense index by @stkegoul

Full Changelog: v0.15.1...v0.15.2