Skip to content

Releases: giovannizotta/circular

v2.0.0

13 Jun 19:58
1751aaa
Compare
Choose a tag to compare

This release fixes circular after the CLN msat migration.

Note that this migration is not backwards compatible, and CLN 23.05 is needed to run this release.

v1.1.1

12 Sep 18:53
Compare
Choose a tag to compare

Remove database garbage collection. There is a problem where badgerDB goroutine exits when there's nothing to cleanup.
The issue will be solved by migrating to sqlite3.

v1.1.0

01 Sep 15:26
Compare
Choose a tag to compare

Add circular-stop and circular-resume

v1.0.0

31 Aug 20:19
Compare
Choose a tag to compare
  • Renamed circular-parallel to circular-pull
  • Introduced circular-push
  • Performance optimizations
  • Data older than 14 days is deleted
  • Various bugfixes