1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src/lib
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
..
__snapshots__ feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
addons fix(1-3247): remove explicit "in project" text from change request event text (#9091) 2025-01-14 09:54:19 +01:00
db feat: unique connection gauge metric (#9089) 2025-01-13 14:06:09 +01:00
domain/project-health chore: minor cleanup of project health and status (#8806) 2024-11-20 13:59:44 +01:00
error
features feat: delta rework (#9133) 2025-01-22 13:57:42 +02:00
middleware feat: connection id counting fallback (#9115) 2025-01-20 09:18:31 +01:00
openapi feat: delta rework (#9133) 2025-01-22 13:57:42 +02:00
routes chore: remove simplifyProjectOverview flag (#9068) 2025-01-08 14:10:40 +02:00
schema
services feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
types chore: create the releasePlanChangeRequests feature flag (#9126) 2025-01-21 14:26:22 +01:00
users
util chore: prioritize milestone strategies in sorting (#9081) 2025-01-14 15:25:33 +00:00
app.test.ts
app.ts fix: Change Open API validation middleware to specify and use path parameters (#8913) 2024-12-20 10:53:33 +01:00
create-config.test.ts feat: only display oss included projects/environments when install is oss (#8896) 2024-12-19 14:33:54 +01:00
create-config.ts feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
default-custom-auth-deny-all.ts
internals.ts
logger.test.ts
logger.ts
metric-events.ts feat: unique connection counting (#9074) 2025-01-13 11:56:57 +01:00
metrics-gauge.test.ts
metrics-gauge.ts
metrics.test.ts chore: remove connection id from tracking (#9072) 2025-01-09 09:46:04 +01:00
metrics.ts feat: unique connection gauge metric (#9089) 2025-01-13 14:06:09 +01:00
server-impl.test.ts
server-impl.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00