All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add project path and id to event logs
- Fix dict element type in
find_commits_issues
- Only append commits to last note if the note was created on the same day as the push event.
- Support MR comments
- Bump python to 3.14.3
- Bump gunicorn from 23.0.0 to 25.0.1
- Bump certifi from 2025.11.12 to 2026.1.4
- Bump packaging from 25.0 to 26.0
- Bump urllib3 from 2.5.0 to 2.6.3
- Bump werkzeug from 3.1.3 to 3.1.5
- Fix regex matching for multiple issue references
- Append commits to last note, if that note is a commits note for the same project.
- Allow choosing between private and public notes with
X-GitlabRedmine-Private-Notes: true
- Support for Release events
- container: also listen on IPv6
- Detect existing commit notes, and don't duplicate them
Initial Release