REPOSITORY / ScuroNeko/Laniakea
Releases
-
1.0.0 RC 3 Pre-Release
released this
2026-03-19 14:16:31 +03:00 | 69 commits to dev since this releaseChangelog
Fixed
- Stopped the update polling loop from logging and retrying after
context.Canceledduring shutdown. - Removed the extra retry delay on canceled polling requests so
RunWithContextcan exit immediately when the bot is stopping.
Changed
- Bumped version to
v1.0.0-rc.3. - Kept shutdown behavior explicit: callers remain responsible for invoking
Close()afterRunWithContextreturns.
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
Downloads
- Stopped the update polling loop from logging and retrying after