1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/features/feature-toggle
Arne-Christian Rundereim 8aec4a02cb
fix: EventStore#getMaxRevisionId can return null (#4384)
In a new fresh Unleash instance with cache enabled this can cause
feature toggles to never get updated.

We saw in our client that the ETag was ETag: "60e35fba:null" Which
looked incorrect for us.

I also did manual testing and if the andWhere had a value of largerThan
higher than whatever the id was then we would get back { max: null }.

This should fix that issue.
2023-08-01 23:59:09 +02:00
..
time-to-production refactor: switching to new stats calculations (#3477) 2023-04-10 09:50:39 +02:00
configuration-revision-service.ts fix: EventStore#getMaxRevisionId can return null (#4384) 2023-08-01 23:59:09 +02:00
createFeatureToggleService.ts feat: client api with proper client segments and strategy variants (#4244) 2023-07-14 13:25:31 +02:00