Releases: shutter-network/rolling-shutter
Releases · shutter-network/rolling-shutter
Keyper v1.3.12
Keyper v1.3.12
- Fix resource leaks on shutdown – ensure libp2p host, DHT, and event subscriptions are cleaned up immediately on context cancellation to prevent lingering goroutines and free resources promptly in #612
- Fix metrics to populate correctly and generate from DB in #618
- Add logic to allow for DB migrations in #586
Full Changelog: v1.3.11...v1.3.12
Gnosis Keyper v1.2.3
gnosis/keyper-v1.2.3 Release gnosis/keyper-v1.2.3
Gnosis Keyper v1.2.2
gnosis/keyper-v1.2.2 Release gnosis/keyper-v1.2.2
rolling-shutter/v0.0.6
Disable cgo, build static binary
rolling-shutter/v0.0.5: Build release with go install
Also, build releases in parallel
rolling-shutter/v0.0.4: Determine version via go 1.18's buildinfo
This makes it possible to use go install with the github URL and end up with an executable that knows it's version. At the moment we still set the version when building via the build-release script.
rolling-shutter/v0.0.3: Use go module name matching the github url
We now use github.com/shutter-network/rolling-shutter/rolling-shutter instead of the old "stolen" name.
rolling-shutter/v0.0.2
Upload rolling-shutter/v* tags as release on github