Skip to content

Releases: graphops/subgraph-radio

1.0.1

04 Mar 15:47
Compare
Choose a tag to compare

What's Changed

Other Changes 🗳️

Full Changelog: 1.0.0...1.0.1

1.0.1-alpha.8

27 Feb 10:37
Compare
Choose a tag to compare
1.0.1-alpha.8 Pre-release
Pre-release
fix: memory leak

1.0.1-alpha.7

21 Feb 12:27
Compare
Choose a tag to compare
1.0.1-alpha.7 Pre-release
Pre-release
fix: memory leak

1.0.1-alpha.6

25 Jan 10:43
Compare
Choose a tag to compare
1.0.1-alpha.6 Pre-release
Pre-release

Fixed pubsub topic generation issue

1.0.1-alpha.5

23 Jan 12:16
Compare
Choose a tag to compare
1.0.1-alpha.5 Pre-release
Pre-release

this includes both the new metrics and the supposed memory leak fix

1.0.1-alpha.4

22 Jan 17:02
Compare
Choose a tag to compare
1.0.1-alpha.4 Pre-release
Pre-release

more metrics

1.0.1-alpha.3

22 Jan 13:09
Compare
Choose a tag to compare
1.0.1-alpha.3 Pre-release
Pre-release

metrics

1.0.1-alpha.2

21 Jan 16:07
Compare
Choose a tag to compare
1.0.1-alpha.2 Pre-release
Pre-release

1.0.1-alpha.2

1.0.1-alpha.1

21 Jan 15:53
Compare
Choose a tag to compare
1.0.1-alpha.1 Pre-release
Pre-release

1.0.1-alpha.1, attempting to fix memory leak

1.0.0

19 Dec 16:53
Compare
Choose a tag to compare

What's Changed

  • user config renaming by @hopeyen in #109
  • refactor: use radio payload trait by @hopeyen in #110
  • refactor: effective control of event durations and timeouts by @hopeyen in #111
  • feat: switch to sqlite instead of json for state persistence by @axiomatic-aardvark in #117
  • Indexer address validation by @axiomatic-aardvark in #119
  • Remove waku discovery enr by @axiomatic-aardvark in #120
  • Use slack bot with webhook by @axiomatic-aardvark in #121
  • feat: update e2e tests by @axiomatic-aardvark in #126

Recommended actions

  1. Set the SQLITE_FILE_PATH configuration variable. The PERSISTENCE_FILE_PATH config var is deprecated, because Subgraph Radio's persisted state has been update to use a database instead of a JSON file. SQLITE_FILE_PATH should point to the location where you want the sqlite file to be, example - state.sqlite.
  2. Rename the COVERAGE config variable to GOSSIP_TOPIC_COVERAGE, you can also now set AUTO_UPGRADE_COVERAGE to control the level of the Subgraphs that you want to support automatic upgrades for.

Full Changelog: 0.1.9...1.0.0