Releases: dedis/onet
New functions to websocket clients
Minor fix on server identity for tests
Merge pull request #676 from dedis/init_serveridentities Initialize ServerIdentities for local tests
Fixes go routine leaks on the streaming API
Merge pull request #674 from dedis/proxy-changes Updates the processor to close all potential stop chans
Fix Onet to work with Go 1.15
This is the first release of Onet that works with Go 1.15.x. If you are using Go 1.15, you must upgrade Onet to this version.
Go 1.15 introduced stricter rules for certificates, and as a result the handshake technique Onet used broke. This release introduces a backwards-compatible change to the handshake technique, so that we can send more public keys, and do it in a way that will not put us at risk of future certificate checking problems. For more info, see #655.
In addition, Onet now depends on kyber v3.0.13, which introduces stricter public key checking during signature verification.
v3.2.4: Merge pull request #649 from dedis/simul_docu
v3.2.3: Merge pull request #645 from dedis/equal_testing
v3.2.0 - Tracing
With this minor version a new feature arrives, tracing. See the new README in onet/tracing for more information.
DEPRECATED - Do not Use
This tag was created in error. Release v3.0.32 is the last release on the v3.0.x line.
v3.1.0 Release
- Duplex streaming
DEPRECATED
This release is deprecated. Use v3.0.31, which has #606 in it.