Skip to content

Releases: dedis/onet

New functions to websocket clients

27 Apr 09:55
ae762a6
Compare
Choose a tag to compare
Merge pull request #677 from dedis/websocket-update

Adds Ping and ReadMessageWithOpts functions

Minor fix on server identity for tests

15 Apr 08:59
0151d64
Compare
Choose a tag to compare
Merge pull request #676 from dedis/init_serveridentities

Initialize ServerIdentities for local tests

Fixes go routine leaks on the streaming API

24 Mar 09:37
50f1776
Compare
Choose a tag to compare
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

18 Aug 12:12
Compare
Choose a tag to compare

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

18 Aug 12:06
f15728b
Compare
Choose a tag to compare
  • Make simulations work with Ubuntu 10.04. (#650)
  • Fix license recognition (#642).
  • Minor documentation improvements.

v3.2.3: Merge pull request #645 from dedis/equal_testing

08 Jun 15:13
df668c8
Compare
Choose a tag to compare

This release includes:
Bugfix: #645 - ServerIdentity.Equal method can panic if the given argument
New feature: #643 - Filter in/out connections

v3.2.0 - Tracing

19 Mar 12:40
b4dd8ba
Compare
Choose a tag to compare

With this minor version a new feature arrives, tracing. See the new README in onet/tracing for more information.

DEPRECATED - Do not Use

19 Mar 12:38
b4dd8ba
Compare
Choose a tag to compare

This tag was created in error. Release v3.0.32 is the last release on the v3.0.x line.

v3.1.0 Release

05 Feb 08:36
2536aef
Compare
Choose a tag to compare
  • Duplex streaming

DEPRECATED

05 Dec 15:26
83152c6
Compare
Choose a tag to compare

This release is deprecated. Use v3.0.31, which has #606 in it.