Releases: ucan-wg/go-ucan
Releases · ucan-wg/go-ucan
v1.0.1
What's Changed
- container: expose test vectors for easier testing by @MichaelMure in #101
- container: Reader should keep around and expose the sealed bytes by @MichaelMure in #102
- delegation: add predicates to check if a delegation is a root or powe… by @MichaelMure in #103
- token: ditch the generic bundle in favor of specialized struct by @MichaelMure in #104
- rename testvectors into containertest to match previous namings by @MichaelMure in #105
- container: use the correct type in GetAllDelegations by @MichaelMure in #106
- fix(policy): make 53-bit limits portable across platforms by @smoyer64 in #107
- deps: downgrade libp2p by @MichaelMure in #109
- minor cleanups by @MichaelMure in #110
- container: add a helper for test only by @MichaelMure in #108
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0
🎉
The token container in particular gains compression capabilities, and a proper SPEC.
What's Changed
- Minor impro by @MichaelMure in #95
- container: add a specification by @MichaelMure in #96
- container: the writer should not ask for a CID, as its discarded by @MichaelMure in #97
- didtest: offset persona constants by @MichaelMure in #99
- container: clarify returned error by @MichaelMure in #98
- policy: implement the missing '!=' by @MichaelMure in #100
Full Changelog: v1.0.0-preview...v1.0.0
v1.0.0-preview
This release is the first version of go-ucan matching the UCAN v1 specification.
Delegations and invocations are supported, as well as some extra: a minimal DID implementation and a token container.
The API should be fairly stable, but this release is marked as -preview
to denote that some minor changes are still possible.