Deprecate Gateway.Writable in Kubo 0.19 #9622
Labels
effort/days
Estimated to take multiple days, but less than a week
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
topic/gateway
Topic gateway
Gateway.Writable
is opt-in, enables very old legacy code that has no specs.We plan to eventually create specs for onboarding data over HTTP POST and PUT (ipfs/specs#375) but it will not happen any time soon.
We are extracting things that have specs to the reference library (#8524), but the code behind
Gateway.Writable
should stay in Kubo (or be removed until we re-introduce something with a a spec).Deprecation plan
Gateway.Writable
with optionalFlag
to remove it from the default config created byipfs init
.Gateway.Writable
tokubo/core/corehttp/
for now)Examples of deprecation notices
kubo/cmd/ipfs/daemon.go
Line 458 in 4e8271b
kubo/cmd/ipfs/daemon.go
Line 406 in 4e8271b
Ref. https://github.com/ipfs/kubo/blob/master/docs/config.md#gatewaywritable
The text was updated successfully, but these errors were encountered: