Skip to content

Releases: nuts-foundation/nuts-node

Brazil bugfix (v2.0.3)

16 May 14:17
43004a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Almond bugfix (v1.0.3)

16 May 04:34
02f6c4a
Compare
Choose a tag to compare

This fixes the trying to send message larger than max (589746 vs. 524288) error in protocol v1 release. Also allows use of TLS v1.2 and greater (previously only TLS v1.3 was allowed).

Brazil bugfix (v2.0.2)

06 May 14:34
59f7158
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

Brazil bugfix (v2.0.1)

05 May 07:18
965d730
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

Brazil release (v2.0.0)

02 May 10:24
7047974
Compare
Choose a tag to compare

This version implements the V2 network protocol. The V2 network protocol combines gossip style messages with a fast reconciliation protocol for larger difference sets.
The protocol can quickly identify hundreds of missing transactions.
The new protocol is much faster than the old protocol and its performance is currently limited by the database performance.

Besides the improved network protocol, this version also implements semantic searching for Verifiable Credentials.
Till this version, searching for VCs only supported the NutsOrganizationCredential and NutsAuthorizationCredential. With the new semantic search capabilities all kinds of credentials can be issued and found.
This is the first step for the Nuts node to become a toolbox that supports multiple domains.

Full Changelog: v1.0.0...v2.0.0

Almond bugfix (v1.0.1)

29 Apr 09:44
78c1928
Compare
Choose a tag to compare

This is a bugfix release that backports #1048 to the v1 branch.

Almond release (v1.0.0)

01 Apr 08:48
de896a5
Compare
Choose a tag to compare

This is the initial release for this code base. More information can be found at https://nuts-node.readthedocs.io/en/latest/pages/release_notes.html.

This version introduces the VCR V2 API that replaces the V1 version. The next version will remove the VCR V1 API!

nuts-node-chart-0.0.1

21 Feb 14:08
7b07124
Compare
Choose a tag to compare

A NUTS node Helm chart for Kubernetes