Skip to content

Releases: cloudogu/go-redmine

v0.2.0

24 Mar 11:36
Compare
Choose a tag to compare

Added

  • Add Basic Authentication support for these operations and entities (#3):
    • CRUD:
      • projects
      • issues
      • issue categories
      • versions
    • Read: issue priorities
  • 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 flexible ClientBuilder
  • 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

v0.1.0

05 Mar 11:34
Compare
Choose a tag to compare

Added

  • Add direct project fields (#1)
    • Homepage
    • IsPublic
    • InheritMembers

Removed

  • Remove indirect project field CustomFields (#1)

Fixed

  • Project and Issue create, update, delete accept now additional positive HTTP codes HTTP 201 and HTTP 204