REPOSITORY / ScuroNeko/Laniakea

Releases

RELEASES REPOSITORY
  • 1.0.0 RC 2 Pre-Release

    ScuroNeko released this 2026-03-19 14:07:03 +03:00 | 70 commits to dev since this release

    Changelog

    Fixed

    • Fixed a shutdown crash caused by DatabaseWriter calling Close() 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 137 during shutdown by allowing getUpdates to stop promptly on cancellation.

    Changed

    • Switched the project to use the local laniakea replacement for the shutdown fix.
    • Updated laniakea docs to clarify lifecycle behavior: RunWithContext no longer closes resources automatically, and callers must invoke Close() explicitly.
    • Updated Updates documentation 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