REPOSITORY / ScuroNeko/Laniakea
Releases
-
1.0.0 RC 2 Pre-Release
released this
2026-03-19 14:07:03 +03:00 | 70 commits to dev since this releaseChangelog
Fixed
- Fixed a shutdown crash caused by
DatabaseWritercallingClose()through an uninitialized embedded logger writer. - Fixed bot shutdown hanging during Telegram long polling by making update polling use a cancelable context.
- Reduced the chance of container termination with exit code
137during shutdown by allowinggetUpdatesto stop promptly on cancellation.
Changed
- Switched the project to use the local
laniakeareplacement for the shutdown fix. - Updated
laniakeadocs to clarify lifecycle behavior:RunWithContextno longer closes resources automatically, and callers must invokeClose()explicitly. - Updated
Updatesdocumentation to describe context-driven cancellation behavior.
Tests
- Added regression tests for the database logger writer shutdown behavior.
Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2
Downloads
- Fixed a shutdown crash caused by