Skip to content

Releases: celestiaorg/go-header

v0.6.2

27 May 15:15
c3a0082
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

20 Apr 19:13
88c5b8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Apr 14:38
de4400b
Compare
Choose a tag to compare

This release upgrades the required version of go to 1.22

What's Changed

Full Changelog: v0.5.5...v0.6.0

v0.5.5

25 Mar 14:17
3b63466
Compare
Choose a tag to compare

What's Changed

  • log: Change stream-reset related errors' level from ERROR to WARN. by @AryanGodara in #161
  • fix(store): add error details to log output during header batch write by @tzdybal in #158
  • refactor(p2p): subscriber.Stop logs but ignores error from unregister topic validator by @renaynay in #127
  • chore(sync)!: Rename unrecentHead to outdatedHead in metrics + clean up Head func a bit by @renaynay in #163
  • fix(headertest): sanity check range by @renaynay in #166
  • fix(p2p): make bootstrapping non-blocking by @Wondertan in #167

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

28 Feb 13:13
e2197d9
Compare
Choose a tag to compare

What's Changed

  • fix(p2p/session): return peer to the queue in case of ErrNotFound by @vgonkivs in #159

Full Changelog: v0.5.3...v0.5.4

v0.5.3

01 Feb 19:15
aecd7cf
Compare
Choose a tag to compare

This release focuses on providing observability as well as fixes timeout issue

What's Changed

  • fix(headertest): Store should fail if a range of 0 is requested by @renaynay in #147
  • fix(p2p): fix metrics in p2p package by @vgonkivs in #144
  • fix(headertest): Return ErrNotFound in header store if not found by @renaynay in #148
  • fix(syncer): set timeout for head request by @vgonkivs in #152
  • feat(syncer/metrics): add metrics to syncer by @vgonkivs in #136
  • feat(p2p): cover Exchange with traces by @vgonkivs in #150

Full Changelog: v0.5.2...v0.5.3

v0.5.2

11 Jan 16:10
a5a9f28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

03 Jan 16:32
e9205ab
Compare
Choose a tag to compare

Fixes a long-standing logging issue where head verification fails due to it already being known and gets logged incorrectly as an ERROR.

What's Changed

  • fix(p2p|sync): Only log head verification failure as error if it is not ErrKnownHeader by @walldiss in #138

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 Jan 15:56
6afe95f
Compare
Choose a tag to compare

What's Changed

BREAKING

OTHER

  • feat(peer-tracker): add minAmount of peers tracked in tracker by @walldiss in #139

Full Changelog: v0.4.1...v0.5.0

v0.5.0-rc1

22 Dec 09:26
6afe95f
Compare
Choose a tag to compare
v0.5.0-rc1 Pre-release
Pre-release

What's Changed

  • feat(store)!: metrics for Store by @Wondertan in #129
  • feat(peer-tracker): add minAmount of peers tracked in tracker by @walldiss in #139

Full Changelog: v0.4.1...v0.5.0-rc1