REPOSITORY / ScuroNeko/Laniakea
Releases
-
1.0.1
Stablereleased this
2026-06-11 13:34:48 +03:00 | 6 commits to dev since this releaseFixed
- Fixed webhook always accepting unauthenticated requests when
SecretTokenis not configured. A cryptographically random 32-byte token is now generated automatically whenSecretTokenis empty, so the webhook endpoint is always authenticated. The generated token is logged as a warning so the operator can record it. - Fixed
tgapi.NewAPIandtgapi.NewUploadernot installing token redaction on their managed loggers. The bot token is now masked as<TOKEN>in debug output even when thetgapipackage is used standalone without thelaniakea.Botwrapper.
What's Changed
Contributors
New Contributors
- @ScuroNeko made their first contribution in #3
Full Changelog: v1.0.0...v1.0.1
Downloads
- Fixed webhook always accepting unauthenticated requests when