What's New
Features
- Discord Thread Support (#110): Added support for sending messages to specific Discord threads using the
thread_idquery parameter in the service URL (e.g.,discord://token@id?thread_id=123456789). Includes whitespace trimming forthread_idand comprehensive tests for serialization and API usage. Documentation updated indiscord.mdandoverview.mdto reflect this feature (@nicholas-fedor).
Improvements
- Updated dependencies for improved security and compatibility:
- Updated CI actions for reliability and provenance attestation, including
actions/setup-python,golangci/golangci-lint-action,actions/setup-go,docker/login-action,actions/attest-build-provenance, andnicholas-fedor/go-proxy-pull-action(#91, #92, #93, #94, #95, #96, #97, #98, #99, #100, #101, #102, #103, #105, #107, #108).
Full Changelog
Compare the full changes between v0.8.8 and v0.8.9: v0.8.8...v0.8.9.