Skip to content

Releases: newrelic/newrelic-client-go

v0.9.0

05 Feb 22:03
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

[v0.9.0] - 2020-02-05

Bug Fixes

  • alerts: allow string representations of JSON for alert channel webhook and payload
  • http: Clear client responses between pages

Features

  • alerts: Implement multi-location synthetics conditions
  • http: add trace logging with additional request info

v0.8.0

29 Jan 23:24
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

[v0.8.0] - 2020-01-29

Bug Fixes

  • alerts: ensure multiple channels can be added via /alerts_policy_channel.json endpoint (#114)

Features

  • apm: Add support application metric names and data

v0.7.1

24 Jan 23:30
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

[v0.7.1] - 2020-01-24

Bug Fixes

  • alerts: handle more complex JSON structures in headers and/or payload
  • logging: use global methods for the default logger rather than a logrus instance

v0.7.0

23 Jan 21:42
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

[v0.7.0] - 2020-01-23

Features

  • newrelic: add ConfigOptions for logging
  • newrelic: add the ability to configure base URLs per API

v0.6.0

23 Jan 18:33
2a87b28
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

[v0.6.0] - 2020-01-22

Features

  • alerts: add GetSyntheticsCondition method (#105)

v0.5.1

22 Jan 01:14
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

[v0.5.1] - 2020-01-21

Bug Fixes

  • alerts: custom unmarshal of channel configuration Headers and Payload fields (#102)

v0.5.0

16 Jan 23:34
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

[v0.5.0] - 2020-01-16

Documentation Updates

  • newrelic: update API key configuration documentation

v0.4.0

16 Jan 01:48
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

[v0.4.0] - 2020-01-15

Bug Fixes

  • retry HTTP requests on 429 status codes

Features

  • entities: add entities search and entity tagging

v0.3.0

13 Jan 23:40
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

[v0.3.0] - 2020-01-13

Bug Fixes

  • make use of ErrorNotFound type for Get methods that are based on List methods
  • add policy ID to alert condition

Documentation Updates

  • update example
  • build: Update README for commit message format
  • changelog: Add auto-generation of CHANGELOG from git comments via make changelog

Features

  • add top-level logging package for convenience
  • add option for JSON logging and fail gracefully when log level cannot be parsed
  • introduce logging
  • update monitor scripts with return design pattern, update tests

v0.2.0

08 Jan 22:53
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Improvements:

  • Add support for Alerts Incident management