Description:
This update for kubo fixes the following issues:
Update to 0.23.0 - for details see
* https://github.com/ipfs/kubo/releases/tag/v0.23.0
* Mplex deprecation
* Gateway: meaningful CAR responses on Not Found errors
* Gateway: added Gateway.DisableHTMLErrors configuration option
* Binary characters in file names: no longer works with old clients and new Kubo servers
* Self-hosting /routing/v1 endpoint for delegated routing needs
* Trustless Gateway Over Libp2p Experiment
* Removal of /quic (Draft 29) support
* Better Caching of multiaddresses for providers in DHT servers
* Fixed FUSE multiblock structures
Update to 0.22.0 - for details see
* https://github.com/ipfs/kubo/releases/tag/v0.22.0
* Gateway: support for order= and dups= parameters (IPIP-412)
* ipfs name publish now supports V2 only IPNS records
* IPNS name resolution has been fixed
* go-libp2p v0.29.0 update with smart dialing