# The problem Since this project was last maintained, several APIs in Kubo have been marked deprecated, but were not marked `[Obsolete]` in our API. # The solution Go through all [deprecated rpc commands](https://docs.ipfs.tech/reference/kubo/rpc/#deprecated-rpc-commands) and mark the corresponding methods / classes as `[Obsolete]` in our codebase.