What's Changed
- You can now specify a username when using a Git access token. Useful if you for example want to use a GitLab deploy token.
SeeGIT_ACCESS_TOKEN_USERif you use a global access token andgit_access_token_userif you use domain-scoped authentication. - Added
APPRISE_NOTIFY_BODY_TEMPLATEandAPPRISE_NOTIFY_BODY_TEMPLATE_FILEto allow users to customize the notification message body. See Custom notification body in the wiki.
✨ Features
- feat(notification): add configurable Go template for notification body by @dennislapchenko in #1558
- fix(git): allow custom HTTP auth username for token clone by @dennislapchenko in #1564
🌟 Improvements
- test: add unit tests for configuration and URL validation functions by @kimdre in #1565
- fix(commit-status): add retry logic for transient API errors in commit status posting by @kimdre in #1569
📦 Dependencies
- fix(deps): update module go.yaml.in/yaml/v3 to v3.0.5 by @renovate[bot] in #1561
- chore(deps): update docker/login-action action to v4.5.1 by @renovate[bot] in #1562
- chore(deps): pin debian docker tag to 020c0d2 by @renovate[bot] in #1560
- chore(deps): update docker/github-builder digest to 27ade87 by @renovate[bot] in #1566
- fix(deps): update module github.com/moby/moby/client to v0.5.1 by @renovate[bot] in #1567
📚 Miscellaneous
New Contributors
- @dennislapchenko made their first contribution in #1558
Full Changelog: v0.102.0...v0.103.0