1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src/lib
Christopher Kolstad e769ceab05
task: Add an X-Unleash-Version header to register response (#5774)
Related to our work for making Edge bulk metrics a 1st class citizen of
Unleash, this PR adds an X-Unleash-Version header to the response from
client registration.

Based on when we add the new `/api/client/metrics/bulk` endpoint, Edge
can use the response header from upstream to decide whether to post
metrics to `/edge/metrics` or `/api/client/metrics/bulk`.
2024-01-05 11:54:28 +01:00
..
__snapshots__ chore: disable search feedback by default (#5767) 2024-01-04 14:44:17 +00:00
addons feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00
db feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
domain/project-health
error chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
features task: add timer for client feature query (#5734) 2024-01-02 16:02:03 +01:00
middleware feat: make feedback available for OSS (#5748) 2024-01-03 15:08:01 +02:00
openapi feat: make local storage work and make feedback url configurable (#5738) 2023-12-29 13:19:08 +02:00
proxy chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
routes task: Add an X-Unleash-Version header to register response (#5774) 2024-01-05 11:54:28 +01:00
schema feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
segments fix: missing user id in segment update (#5414) 2023-11-24 11:17:36 +01:00
services chore: remove private projects flag (#5743) 2024-01-02 15:53:26 +02:00
types chore: disable search feedback by default (#5767) 2024-01-04 14:44:17 +00:00
util chore: helper methods to extract user data from req (#5710) 2023-12-21 12:06:20 +00:00
app.test.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
app.ts feat: Make compression middleware optional (#5306) 2023-12-16 08:06:26 +01:00
create-config.test.ts feat: feature search stub (#5143) 2023-10-25 10:50:59 +02:00
create-config.ts feat: make local storage work and make feedback url configurable (#5738) 2023-12-29 13:19:08 +02:00
default-custom-auth-deny-all.ts chore: expose custom-handler-auth type (#5287) 2023-11-07 10:37:09 +01:00
internals.ts fix: export NotFoundError and ISegmentService in internals.ts (#4997) 2023-10-11 14:31:45 +03:00
logger.test.ts
logger.ts
metric-events.ts feat: scheduled functions observability (#5377) 2023-11-21 13:42:38 +01:00
metrics.test.ts feat: feature changes counted in new table (#4958) 2023-10-10 12:32:23 +02:00
metrics.ts fix: add metrics for service account and api tokens (#5478) 2023-11-29 13:09:30 +01:00
server-impl.test.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
server-impl.ts feat: adds created_by_user_id to all events (#5619) 2023-12-14 13:45:25 +01:00