Skip to content

1.4.0

Compare
Choose a tag to compare
@theckman theckman released this 23 Apr 07:47
v1.4.0
424a404

Milestone
Full Changelog

Highlights

  • Add support for passing a context.Context to all methods in package (in non-breaking way)
  • Add new APIError type, that allows for richer inspection of errors returned from API.
  • Add support for the V2 Events API, Analytics, and Change Events.
  • Miscellaneous bug fixes, including some that may result in incorrect API request/response handling.

Closed issues

  • CreateEventWithHTTPClient nil pointer dereference #274 (blockpane)
  • ManageIncidents - support set resolution #243 (hagaishapira)
  • Exposing context.Context in exported API without requiring major version bump #267 (theckman)
  • Fix any linter issues and add missing GoDoc comments #317 (theckman)

Merged pull requests