Releases: newrelic/newrelic-client-go
Releases · newrelic/newrelic-client-go
v0.10.1
[v0.10.1] - 2020-02-20
Bug Fixes
- entities: tags filter needs to use type TagValue in graphql query
- newrelic: Add option to set ServiceName in Config
v0.10.0
[v0.10.0] - 2020-02-19
Features
- ci: add release make target
- ci: the beginnings of some release automation
- synthetics: add secure credentials resource
- synthetics: implement label monitor support
v0.9.0
[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
[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
[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
[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
[v0.6.0] - 2020-01-22
Features
- alerts: add GetSyntheticsCondition method (#105)
v0.5.1
[v0.5.1] - 2020-01-21
Bug Fixes
- alerts: custom unmarshal of channel configuration Headers and Payload fields (#102)
v0.5.0
[v0.5.0] - 2020-01-16
Documentation Updates
- newrelic: update API key configuration documentation
v0.4.0
[v0.4.0] - 2020-01-15
Bug Fixes
- retry HTTP requests on 429 status codes
Features
- entities: add entities search and entity tagging