You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.