[API] Deprecate legacy Workers KV /workers/namespaces/* routes#30756
[API] Deprecate legacy Workers KV /workers/namespaces/* routes#30756pmiguel wants to merge 1 commit into
Conversation
5eff234 to
e9255e3
Compare
e9255e3 to
bdd887b
Compare
bdd887b to
55e9024
Compare
Review⏸️ Automatic reviews for this PR are paused. This PR has already received 2 automatic reviews. To run another review, a codeowner can comment
💡 0 suggestions found in commit Acknowledged by author (1)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
bitcoin:BC1QHLG2RXEFVX4ZJP5SL9GHWSG9RYWZH32Q7J4XG3 |
|
0x71C7656EC7ab88b098defB751B7401B5f6d8976F |
|
bc1q8cqrm7mq65upr4wtx7csn6tk5uq2ux2gc0t4lw |
|
UQBlQ5HtXzJfAQ62SW-j1ZE3T3pLD2rxNC4dtqh10CBWf5-h |
|
/bonk please review, make sure changelog has clear alternative that user should use instead of deprecated API endpoints |
There was a problem hiding this comment.
The changelog entry clearly identifies the alternative routes (/storage/kv/namespaces/*) and provides a concrete migration example. Good work on making the path substitution explicit.
One suggestion: the api-deprecations.yaml entry could be more helpful by listing the replacement routes explicitly, matching the style used by most other entries in that file (e.g., Zero Trust Devices, Radar endpoints, Cloudflare Images). Since the migration is a direct prefix swap, listing the equivalents makes it easier for users to verify their integrations at a glance.
|
Posted a review on PR #30756. Summary:
|
6e32fad to
963e839
Compare
Deprecate the legacy /accounts/{account_id}/workers/namespaces/*
routes in favor of the documented /accounts/{account_id}/storage/kv/namespaces/*
routes. The two route sets are interchangeable; migration only requires
updating the URL path.
963e839 to
7c98e1f
Compare

Summary
Deprecate the legacy
/accounts/{account_id}/workers/namespaces/*routes in favor of the documented /accounts/{account_id}/storage/kv/namespaces/* routes. The two route sets are interchangeable; migration only requires updating the URL path.Documentation checklist