REPOSITORY / ScuroNeko/Laniakea

Releases

RELEASES REPOSITORY
  • v1.0.1 c2f6406819

    1.0.1
    Golang lint / lint (pull_request) Successful in 2m59s
    Golang lint / lint (push) Successful in 2m56s
    Stable

    ScuroNeko released this 2026-06-11 13:34:48 +03:00 | 6 commits to dev since this release

    Fixed

    • Fixed webhook always accepting unauthenticated requests when SecretToken is not configured. A cryptographically random 32-byte token is now generated automatically when SecretToken is empty, so the webhook endpoint is always authenticated. The generated token is logged as a warning so the operator can record it.
    • Fixed tgapi.NewAPI and tgapi.NewUploader not installing token redaction on their managed loggers. The bot token is now masked as <TOKEN> in debug output even when the tgapi package is used standalone without the laniakea.Bot wrapper.

    What's Changed

    • v0.3.10 in #7
    • v0.3.2 in #3

    Contributors

    New Contributors

    Full Changelog: v1.0.0...v1.0.1

    Downloads