Skip to content

v0.3.0

Compare
Choose a tag to compare
@hsanjuan hsanjuan released this 18 Mar 23:21
· 25 commits to master since this release

Improve ErrNotFound, which is now a struct that can carry the CID that is not found, so that not-found messages are more informative.

ErrNotFound can now be used with errors.Is() additionally, for better checking. This changes causes small breakage and dependent code needs to be updated.