Releases: nuts-foundation/nuts-node
Almond (v1.1.0)
What's Changed
Full Changelog: v1.0.3...v1.1.0
Brazil bugfix (v2.0.4)
What's Changed
- send notification from DAG with AND without payload (#1112) by @woutslakhorst in #1125
Full Changelog: v2.0.3...v2.0.4
Brazil bugfix (v2.0.3)
Almond bugfix (v1.0.3)
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)
What's Changed
- Fix organization search in didman (#1081 ) by @stevenvegt in #1081
Full Changelog: v2.0.1...v2.0.2
Brazil bugfix (v2.0.1)
What's Changed
- fix broken status codes (#1068) by @woutslakhorst in #1069
Full Changelog: v2.0.0...v2.0.1
Brazil release (v2.0.0)
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)
This is a bugfix release that backports #1048 to the v1 branch.
Almond release (v1.0.0)
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
A NUTS node Helm chart for Kubernetes