Releases: cloudogu/go-redmine
Releases · cloudogu/go-redmine
v0.2.0
Added
- Add Basic Authentication support for these operations and entities (#3):
- CRUD:
- projects
- issues
- issue categories
- versions
- Read: issue priorities
- CRUD:
- Add option to skip SSL certificate verification (#4)
- Under the hood:
- add more meaningful errors for HTTP error responses to aforementioned entities
- add Jenkins CI
Changed
- Deprecate
NewClient()
constructor in favor of more flexibleClientBuilder
- Update Makefiles to support reproducible builds
- Change way of defining the version of the executable
Removed
- Remove obsolete make targets that rely on a different version definition