Releases: newrelic/newrelic-client-go
Releases · newrelic/newrelic-client-go
newrelic-client-go v0.24.0
[v0.24.0] - 2020-05-15
Features
- edge: add trace observer resource
newrelic-client-go v0.23.4
newrelic-client-go v0.23.3
newrelic-client-go v0.23.2
[v0.23.2] - 2020-05-11
Bug Fixes
- alerts: Updating incorrect AlertEvents params
- region: gracefully fall back to default region
newrelic-client-go v0.23.1
[v0.23.1] - 2020-05-04
Bug Fixes
- alerts: Alerts paging was incorrectly generating URLs
newrelic-client-go v0.23.0
[v0.23.0] - 2020-05-01
Bug Fixes
- build: Github actions
make lint
for commit messages need full history - workloads: Removing deprecated field
name
fromentitySearchQuery
Documentation Updates
- typegen: Add a README for typegen
Features
- events: add alert events
Refactor
- build: Split up github actions a bit
- typegen: Split/refactor much of typegen internals
newrelic-client-go v0.22.0
[v0.22.0] - 2020-04-23
Bug Fixes
- alerts: include "equal" operator for NRQL condition terms
Features
- dashboards: add grid_column_count field
Refactor
- workloads: query with GUID per upstream API change
newrelic-client-go v0.21.1
[v0.21.1] - 2020-04-15
Bug Fixes
- alerts: return a NotFound error when policies are not found in NerdGraph
Refactor
- workloads: remove deprecated fields
Release v0.21.0
[v0.21.0] - 2020-04-06
Bug Fixes
- build: goreleaser now supports libraries, remove hack in config, skip build
Features
- typegen: handle scalar types
Refactor
- alerts: Update go:generate for types signature
- newrelic: Continue to fail, do not log invalid region
- region: Better error types/more tests
- region: Split parsing / fetching of region data so Parse can be reused
- typegen: Filter internal context off of generated descriptions if present
- typegen: Break out some structs
- typegen: Move all schema generation stuff into typegen
newrelic-client-go v0.20.1
[v0.20.1] - 2020-04-01
Bug Fixes
- alerts: use pointers for the result struct
Refactor
- nerdstorage: check scope ID for zero values during nerdstorage operations