I have a Scheme client library (HTTP API) that stopped working after upgrading go-ipfs to 0.13.0. Just now I noticed that the same request works as expected (or not) depending on the query string separator – using & works, but ; no longer works.
Can someone confirm this? If this is true, I think it’s worth adding to the breaking changes (small but useful to client maintainers).