Skip to content

Releases: dedis/onet

New functions to websocket clients

Choose a tag to compare

@nkcr nkcr released this 27 Apr 09:55
ae762a6
Merge pull request #677 from dedis/websocket-update

Adds Ping and ReadMessageWithOpts functions

Minor fix on server identity for tests

Choose a tag to compare

@nkcr nkcr released this 15 Apr 08:59
0151d64
Merge pull request #676 from dedis/init_serveridentities

Initialize ServerIdentities for local tests

Fixes go routine leaks on the streaming API

Choose a tag to compare

@nkcr nkcr released this 24 Mar 09:37
50f1776
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

Choose a tag to compare

@jeffallen jeffallen released this 18 Aug 12:12

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

Choose a tag to compare

@jeffallen jeffallen released this 18 Aug 12:06
f15728b
  • 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

Choose a tag to compare

@jeffallen jeffallen released this 08 Jun 15:13
df668c8

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

Choose a tag to compare

@jeffallen jeffallen released this 19 Mar 12:40
b4dd8ba

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

DEPRECATED - Do not Use

Choose a tag to compare

@jeffallen jeffallen released this 19 Mar 12:38
b4dd8ba

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

v3.1.0 Release

Choose a tag to compare

@Gilthoniel Gilthoniel released this 05 Feb 08:36
2536aef
  • Duplex streaming

DEPRECATED

Choose a tag to compare

@jeffallen jeffallen released this 05 Dec 15:26
83152c6

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