Skip to content

Releases: graphops/listener-radio

0.0.4-alpha.8

06 Mar 16:57
081d2e8
Compare
Choose a tag to compare
0.0.4-alpha.8 Pre-release
Pre-release
feat: Add high level message stats query (#32)

0.0.4-alpha.5

05 Mar 13:41
081d2e8
Compare
Choose a tag to compare
0.0.4-alpha.5 Pre-release
Pre-release
feat: Add high level message stats query (#32)

0.0.4-alpha.2

04 Mar 16:13
081d2e8
Compare
Choose a tag to compare
0.0.4-alpha.2 Pre-release
Pre-release
feat: Add high level message stats query (#32)

0.0.4-alpha.1

27 Feb 10:37
081d2e8
Compare
Choose a tag to compare
0.0.4-alpha.1 Pre-release
Pre-release
feat: Add high level message stats query (#32)

0.0.3

22 Feb 11:20
ef23065
Compare
Choose a tag to compare

What's Changed

Other Changes 🗳️

  • chore: remove labels workflow by @axiomatic-aardvark in #21
  • chore: update Graphcast SDK and fix conflicts by @axiomatic-aardvark in #27
  • release 0.0.3 by @axiomatic-aardvark in #30

Full Changelog: 0.0.2...0.0.3

0.0.2

24 Oct 09:20
Compare
Choose a tag to compare

What's Changed

Other Changes 🗳️

  • chore: add labels workflow by @axiomatic-aardvark in #11
  • fix: timeout for message processing by @hopeyen in #17
  • refactor: renamed UpgradeIntentMessage message type by @hopeyen in #16
  • perf: inner runtime for message processing by @hopeyen in #18
  • feat: prune old messages by max_storage config, update logs and metrics by @hopeyen in #20
  • update sdk version and minor refactor to radio operator by @hopeyen in #24
  • feat: grafana dashboard json setup by @hopeyen in #25

New Contributors

  • @axiomatic-aardvark made their first contribution in #11

Full Changelog: 0.0.1...0.0.2

0.0.2-alpha.1

21 Sep 04:07
Compare
Choose a tag to compare

What's Changed

Other Changes 🗳️

  • chore: add labels workflow by @axiomatic-aardvark in #11
  • fix: timeout for message processing by @hopeyen in #17
  • refactor: renamed UpgradeIntentMessage message type by @hopeyen in #16
  • perf: inner runtime for message processing by @hopeyen in #18
  • feat: prune old messages by max_storage config, update logs and metrics by @hopeyen in #20

New Contributors

  • @axiomatic-aardvark made their first contribution in #11

Full Changelog: 0.0.1...0.0.2-alpha.1

0.0.1

26 Jul 02:06
Compare
Choose a tag to compare

First release of Listener-Radio.

Next steps are

  • messages types are currently limited by the types provided statically in the source code. It would be more modular if the radio payload message types are provided externally.
  • more informative metrics
    • labels options - some GraphcastMessage fields that are commonly used

Documentation

  • Add instructions and example in readme
  • Add usage, motivation, and general explanation

Features

  • Initial commit - log basic messages
  • Db for graphcast messages
  • Auto migration
  • Filter or relay protocol participation for monitoring
  • Http service and basic metrics
  • Docker image
  • Add waku message error metrics
  • New metrics and summary logging
  • Message decode for publicPOI, versionUpgrade, and simple

Miscellaneous Tasks

  • Update sdk version
  • Docker workflow fix
  • Docker and binary workflow
  • Release 0.0.1

Refactor

  • Structs
  • Single db connection
  • Rename 3la to Listener radio

0.0.1-alpha.2