Skip to content

Releases: bahner/go-ma

Release candidate 0.7.7

21 Apr 23:08
079225c
Compare
Choose a tag to compare
Pre-release

Using ipns.Name as identifier and build format.Nodes simply.

Full Changelog: v0.7.6...v0.7.7-rc1

Version 0.7.6

17 Mar 23:34
a93a310
Compare
Choose a tag to compare

Raise defined error for publishing already pubished documents.

Full Changelog: v0.7.5...v0.7.6

Version 0.7.5

17 Mar 03:15
90773c2
Compare
Choose a tag to compare

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

08 Mar 22:14
9437e04
Compare
Choose a tag to compare

Add PeerID to DIDs for easy lookup of proximity host.

Full Changelog: v0.7.3...v0.7.4

Version 0.7.3

03 Mar 03:55
74dce7c
Compare
Choose a tag to compare

Bump go to version 1.22 and upgrade modules

Full Changelog: v0.7.2...v0.7.3

Version 0.7.2

03 Mar 03:47
55c93d9
Compare
Choose a tag to compare

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

02 Mar 22:15
8a80376
Compare
Choose a tag to compare

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

29 Feb 19:27
cc5294c
Compare
Choose a tag to compare

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

21 Feb 23:51
b507188
Compare
Choose a tag to compare

Getting there. Working on better errors and stability.

Full Changelog: v0.6.0...v0.6.1

Less pointy bits

19 Feb 21:10
46d95a8
Compare
Choose a tag to compare

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