Skip to content

v4.0.0

Choose a tag to compare

@HT2Bot HT2Bot released this 10 Mar 10:20
· 134 commits to master since this release
47f7548

4.0.0 (2021-03-10)

Tests

  • Ensures that all storage providers are tested on CI (#740) (47f7548)

BREAKING CHANGES

  • No longer supporting redis-sentinel due to testing complications and a lack of return on the investment into maintenance. You can use HAProxy as an alternative. You may also consider using Azure Cache, AWS ElastiCache, or Google Cloud Memorystore. Ensure that EVENTS_REPO=sentinel is no longer used in your .env file.
  • No longer supporting AUTH_REPO=fetch. This was a legacy auth repo from days when we were transitioning from PHP to Node. Use AUTH_REPO=mongo instead.