Releases: newrelic/newrelic-client-go
Releases · newrelic/newrelic-client-go
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
v0.3.0
[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
Improvements:
- Add support for Alerts Incident management