1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-28 00:17:12 +01:00
unleash.unleash/src/lib
Jaanus Sellin d993b1963a
feat: segment implementation in delta (#9148)
This is implementing the segments events for delta API. Previous version
of delta API, we were just sending all of the segments. Now we will have
`segment-updated` and `segment-removed `events coming to SDK.
2025-01-28 13:38:11 +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 fix: validate patched data with schema (#7616) 2024-07-18 13:26:50 +01:00
features feat: segment implementation in delta (#9148) 2025-01-28 13:38:11 +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 feature toggle kill switch for admin token UI (#9154) 2025-01-27 10:01:35 +01:00
schema fix: don't allow . or .. in feature url (#8479) 2024-10-21 16:35:17 +02:00
services feat: max parallel sessions config (#9109) 2025-01-20 11:51:50 +01:00
types feat: configurable global font size (#9155) 2025-01-27 14:43:32 +01:00
users feat: ability to configure when users are considered inactive (#8454) 2024-10-15 16:34:04 +02:00
util chore: prioritize milestone strategies in sorting (#9081) 2025-01-14 15:25:33 +00:00
app.test.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
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 chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
internals.ts refactor: rename proxy to frontend api (#6502) 2024-03-11 17:30:46 +01:00
logger.test.ts fix: convert more tests to typescript 2021-09-14 20:30:37 +02:00
logger.ts feat: add option for LOG_LEVEL (#803) 2021-04-23 15:31:12 +02:00
metric-events.ts feat: unique connection counting (#9074) 2025-01-13 11:56:57 +01:00
metrics-gauge.test.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
metrics-gauge.ts chore: Prometheus metrics refactor (#8484) 2024-10-22 15:11:57 +02:00
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 chore: remove featureLifecycle and featureLifecycleMetrics flags (#7808) 2024-08-08 13:45:23 +02:00
server-impl.ts feat: first revision of delta api (#8967) 2024-12-12 14:18:11 +02:00