Skip to content

Releases: bahner/go-ma

Version 0.2.2

28 Jan 17:58
c018164
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

Version 0.2.0

22 Jan 17:11
eb86847
Compare
Choose a tag to compare

Adding publication options.

Full Changelog: v0.1.0...v0.2.0

version 0.1.0

21 Jan 13:21
7b3e5df
Compare
Choose a tag to compare

This is a major rewrite of the structure of the suite. It should be easier to use now. Many function have been removed or made private.

Full Changelog: v0.0.7...v0.1.0

Version 0.0.7

14 Dec 19:24
1e975dd
Compare
Choose a tag to compare

Fix bug in ipfs.Key handling

Full Changelog: v0.0.6...v0.0.7

Version 0.0.6

06 Dec 18:58
7d72e3f
Compare
Choose a tag to compare

Replace go-ipfs-api with kubl/client/rpc. This does not work well. It's flaky and struggles to keep up, but this seems to be the future, so I will just jump onboard sooner rather than later. Releasing to make it easier to develop rest of the libraries.

Full Changelog: v0.0.5...v0.0.6

Version 0.0.5

25 Nov 04:22
9cea1eb
Compare
Choose a tag to compare

v0.0.5

Version 0.0.2

19 Nov 18:26
66d331c
Compare
Choose a tag to compare

This library is approaching being usable enough to warrant a new release.

P2P

Some p2p functionality has been added, but that's only for users to have things be a little easier. It's not meant to be used by the rest of the library.

Publication

Both DIDDocuments and IPNS keys can now be published. This is required for Actors to work effectively. You want the same key used for DIDDocument publication, as you do when signing and encrypting messages.

Cleanup

The code is cleaner now and tries not to be so smart.

Full Changelog: https://github.com/bahner/go-ma/commits/0.0.2