1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/src/lib
Christopher Kolstad 1fdf68eeec
task: removes deprecated feature api (#3609)
### What
We've had this marked as deprecated through our v4, this PR removes it.

### Worth noting
This updates the deprecation notices with removal notices in the
documentation as well.

### Considerations
The tags API is still located under
/api/admin/features/{featureName}/tags. It should be moved to
/api/admin/projects/{project}/features/{featureName}/tags. I vote we do
that in a separate PR, we'd probably also need to deprecate the existing
tags endpoints for v5 and remove in v6. We could use 308s to signify
that they are moved.

---------

Co-authored-by: Thomas Heartman <thomas@getunleash.ai>
2023-04-26 10:45:00 +02:00
..
__snapshots__ task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
addons Detailed slack notifications on feature toggle update (#3155) 2023-02-27 09:56:56 +00:00
db Feat/enable disable strategies (#3566) 2023-04-21 12:09:07 +03:00
domain/project-health Project health tests (#3028) 2023-02-02 12:01:16 +01:00
error fix: broken feature.e2e test + make error message clearer (#3623) 2023-04-26 06:38:53 +00:00
features task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
middleware feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
openapi feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
proxy refactor: fix compilation issues in features service (#3323) 2023-03-24 10:43:38 +01:00
routes task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
schema fix: enforce weight precision to 1 decimal (#2749) 2023-01-05 12:39:18 +01:00
segments Feat segments project safeguards (#3359) 2023-03-21 20:28:43 +00:00
services feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
types task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
util feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
app.test.ts feat: add support for cdnPrefix for static assets (#1191) 2022-01-06 10:31:00 +01:00
app.ts feat: unify error responses (#3607) 2023-04-25 13:40:46 +00:00
create-config.test.ts feat: fix csp headers for feedback form (#3617) 2023-04-25 13:40:55 +03:00
create-config.ts task: removes deprecated feature api (#3609) 2023-04-26 10:45:00 +02:00
default-custom-auth-deny-all.ts refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
internals.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
logger.test.ts
logger.ts
metric-events.ts
metrics.test.ts chore: add linter rules for regexp (#3500) 2023-04-17 07:11:22 +00:00
metrics.ts Poc: calculate etag based on query and latest revison id (#3062) 2023-03-17 14:10:21 +01:00
server-impl.test.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00
server-impl.ts chore: drop event hook (#3565) 2023-04-21 09:44:18 +02:00