Skip to content

Releases: drand/drand

v1.4.1-testnet

04 May 13:07
v1.4.1-testnet
07f3644
Compare
Choose a tag to compare
v1.4.1-testnet Pre-release
Pre-release

This beta patch release for testnet does the following:

  • fix a edge case where a node joining and trying to follow an existing (updated) node wouldn't recognize the empty string "" and the string "default" as being the "default" beaconID for the existing chain and thus refused to follow that node.
  • adding a start metric

Changelog

v1.4.0-testnet

28 Apr 09:24
v1.4.0-testnet
d9414cc
Compare
Choose a tag to compare
v1.4.0-testnet Pre-release
Pre-release

This pre-release is meant for testing the new multi-beacon features and the unchained randomness on the League of Entropy Testnet.

⚠️ Please not that backward compatibility is not guaranteed and wasn't overly tested. It seems this new release can still be used to control an older daemon and that upgrading a daemon to run this new release won't break your network even if other nodes are still running the older releases.

Breaking changes: we moved to Uber's Zap logger, therefore the log format has completely changed.
Make sure to update your ingestion services and your alerting services accordingly.

Changelog

v1.3.2

28 Apr 14:50
v1.3.2
d078b6b
Compare
Choose a tag to compare

This is the latest release not featuring multi-beacons, it still uses the "old" filesystem structure and only supports chained randomness.

It still sports the "kit-logger", and this patch release is really a minor release meant to avoid a little bug where Kyber's DKG logs weren't properly displayed.

Changelog

v1.3.1

16 Feb 16:12
v1.3.1
6405db0
Compare
Choose a tag to compare

V1.3.1

  • Update to latest kyber v1.1.9
  • better handling of /public/0

v1.3.0

15 Dec 09:25
v1.3.0
97e934c
Compare
Choose a tag to compare
  • Changes relay / client watch behavior to catch a case where the background watch may get stuck on restarts.
  • Adds additional logs during catchup
  • HTTP logging respects the x-forwarded-for header when inbound requests come from a private IP
  • DKG will use a stable sort to prevent a potential risk of unstable sorting
  • Update Libp2p dependencies to pass a context to the datastore. This changes the libp2p client interface in a non-backwards compatible fashion.

v1.2.7

15 Apr 20:58
v1.2.7
a5ee729
Compare
Choose a tag to compare

An attempt to debug the releaser CI pipeline.
functionally equivalent to v1.2.6

v1.2.6

14 Apr 15:50
Compare
Choose a tag to compare

A few minor quality-of-life improvements

  • add metrics for group size and threshold (#771)
  • make 'polling client watch failed' errors more detailed (#794)
  • set 404 cache headers properly (#800)
  • Add utility to trigger backup of bolt db (#792)

v1.2.5

14 Dec 17:05
v1.2.5
1d6486e
Compare
Choose a tag to compare

Update to go-releaser for binary generation
functionally equivalent to v1.2.4

v1.2.4

14 Dec 05:58
v1.2.4
df6cee3
Compare
Choose a tag to compare
  • more accurate caching HTTP header hints on 404 responses
  • rebroadcast of other members (introduced in v1.1) will not pre-empt local messages
  • refactor of upstream bls dependency
  • cleaner kyber state machine for deal progression

v1.2.3

11 Nov 17:29
v1.2.3
91f2aeb
Compare
Choose a tag to compare

fix potential for panic in when transitioning from syncing to following