Releases: bahner/go-ma
Release candidate 0.7.7
Using ipns.Name as identifier and build format.Nodes simply.
Full Changelog: v0.7.6...v0.7.7-rc1
Version 0.7.6
Raise defined error for publishing already pubished documents.
Full Changelog: v0.7.5...v0.7.6
Version 0.7.5
Remove epoch and location.
It's OK to update keys whenever, but it seems to stress IPFS too much in terms of distributun with rapidly updating IPNS documents. If they keys doesn't work, try and refresh uncached from IPFS. Give it 1 go and give up. That's the way it is.
Full Changelog: v0.7.4...v0.7.5
Release v0.7.4
Add PeerID to DIDs for easy lookup of proximity host.
Full Changelog: v0.7.3...v0.7.4
Version 0.7.3
Bump go to version 1.22 and upgrade modules
Full Changelog: v0.7.2...v0.7.3
Version 0.7.2
Fix regression bux in multiformat handling.
The use of strings has been reduced and constants used instead.
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
Stop using string for multiformats. Settle on blake3 directly.
Make multiformat function public.
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
Getting there more. Remove unneeded attributes and cruft. This is actually a major, but we are still below 1, so ...
Full Changelog: v0.6.1...v0.7.0
Getting there
Getting there. Working on better errors and stability.
Full Changelog: v0.6.0...v0.6.1
Less pointy bits
Reduced number of pointers. Put smaller non-changing structs on the stack, instead of the heap.
Instead of checking for lotsa nil's I added better error handling and verification methods.
Should be easier to work with now.
Removed many unneccesary functions.
Removed Created timestamp for proofs
Full Changelog: v0.5.0...v0.6.0