1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/src
Jaanus Sellin 280710f22a
feat: delta rework (#9133)
We are changing how the Delta API works, as discussed:

1. We have removed the `updated` and `removed` arrays and now keep
everything in the `events` array.
2. We decided to keep the hydration cache separate from the events array
internally. Since the hydration cache has a special structure and may
contain not just one feature but potentially 1,000 features, it behaved
differently, requiring a lot of special logic to handle it.
3. Implemented `nameprefix` filtering, which we were missing before.


Things still to implement:

1.  Segment hydration and updates to it.
2025-01-22 13:57:42 +02:00
..
lib feat: delta rework (#9133) 2025-01-22 13:57:42 +02:00
mailtemplates feat: productivity email action text (#8966) 2024-12-12 12:00:08 +01:00
migrations migration: cors root role permission (#9080) 2025-01-13 09:19:27 +01:00
test feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
migrator.ts
server-dev.ts chore: create the releasePlanChangeRequests feature flag (#9126) 2025-01-21 14:26:22 +01:00
server.ts