What's Changed
- adds race_condition_ttl option for the ActiveSupportCacheStore adapter by @rosanelli in https://github.com/flippercloud/flipper/pull/932
- Do not load ActiveRecord at require time by @hugopeixoto in https://github.com/flippercloud/flipper/pull/935
New Contributors
- @rosanelli made their first contribution in https://github.com/flippercloud/flipper/pull/932
- @hugopei...