Skip to content

Releases: Constellation-Labs/tessellation

Release 0.23.1

12 Sep 14:04
eaef3b9
Compare
Choose a tag to compare

🐛 Fixes

  • Temporarily disable starting healthcheck round on gossip error

Release 0.23.0

09 Sep 21:05
0adad06
Compare
Choose a tag to compare

🚀 Features

  • Gossip JSON streams

Release 0.22.2

09 Sep 09:59
0d10cb1
Compare
Choose a tag to compare

🐛 Fixes

  • Gossip deregistration request before leaving the cluster
  • Fix snapshot processor condition for new height
  • Threshold for skipping and awaiting in peer declaration rounds

Release 0.22.1

06 Sep 22:57
79f5a49
Compare
Choose a tag to compare

🐛 Fixes

  • Remove old peer data before rejoining

Release 0.22.0

06 Sep 21:21
de50d44
Compare
Choose a tag to compare

🚀 Features

  • Make node state endpoint public

🐛 Fixes

  • Healthcheck - send all round ids inside the proposal
  • Healthcheck - handle proposal for round in progress first

💬 Other

  • Healthcheck - remove unused misleading fn for getting round ids

Release 0.21.0

01 Sep 22:04
4dadca0
Compare
Choose a tag to compare

🚀 Features

  • Request healthcheck proposal with sending own proposal

💬 Other

  • Http4s client request & response logging
  • Turn off http client logger on Dev environment

Release 0.20.0

01 Sep 10:03
Compare
Choose a tag to compare

🚀 Features

  • Remove node on negative declaration healthcheck

🐛 Fixes

  • Fix TimedOut condition in PD HealthCheck
  • Rejoin does not verify all initial joining conditions
  • Do not use Show instance for ShowId command
  • Skip join request stage for rejoining
  • Peer discovery returns only not seen at all peers
  • Use all known round ids when resolving health proposals
  • Fix active retention time & log deactivation

💬 Other

  • Kubernetes http proxy
  • Log node state with peer availability
  • Get rid of implicit loggers
  • Log joining rejection reason.

Release 0.19.0

25 Aug 13:38
Compare
Choose a tag to compare

🚀 Features

  • Version check on joining

🐛 Fixes

  • Stricter snapshot processing conditions

Release 0.18.0

24 Aug 14:49
Compare
Choose a tag to compare

🐛 Fixes

  • Gossip round execution improvements
  • Fix stopping processing join requests after one failure

💬 Other

  • Logging improvements

Release 0.17.0

23 Aug 13:38
e081cde
Compare
Choose a tag to compare

🚀 Features

  • Fee distribution rewards
  • Endpoint for L0 peers on L1
  • Consensus peer registration
  • Use in-memory storage for AddressStorage

🐛 Fixes

  • Discover Ready L0 peers only on L1
  • Request healthcheck proposals after delay
  • Fix node state change
  • Don't remove nodes with parallel rounds for declaration healthcheck

💬 Other

  • Consensus debug endpoints
  • Use short format for logging Id/PeerId
  • Separate logger for transactions
  • Improve healthcheck logs