Releases: newrelic/newrelic-client-go
Releases · newrelic/newrelic-client-go
newrelic-client-go v2.32.0
chore(release): release v2.32.0
newrelic-client-go v2.31.0
chore(release): release v2.31.0
newrelic-client-go v2.30.0
newrelic-client-go
v2.30.0 has been released! 🎉📢
The following includes a summary of everything that's included in this release.
What's Changed
Feature: Support for Queries in the Package customerAdministration
(#1126)
- Starting this version, the client would support performing queries to endpoints within the
customeradministration
package, currently available on NerdGraph. - This includes endpoints
accounts
,authenticationDomains
,grants
,groups
,users
,roles
and more, as seen in the package on NerdGraph. - Functions written in the client, as part of the
customeradministration
package correspond to an endpoint in the NerdGraphcustomerAdministration
endpoint each. For more details on the arguments accepted by each of these functions to perform queries, kindly head over to this file. - In order to utilise these queries within your Go project, one would need to add
newrelic-client-go
as a dependency to the project (if not done already), and upgrade to this version,v2.30.0
. Detailed instructions on addingnewrelic-client-go
as a dependency/import can be found in this section, while instructions to upgrade to a specific version of the client can be found here. - It may be noted that using few datatypes within this package with a specific attribute may cause errors, owing to a minor limitation with the schema of the datatypes on NerdGraph, a detailed excerpt of which has been listed here, along with a workaround.
- Bonus: It may also be noted that the changes published as part of this release not only include support for querying within the
customerAdministration
package on NerdGraph, but also support performing mutations to grant and revoke roles within theauthorizationManagement
package on NerdGraph and facilitate creating/updating/deleting supported entities in organizations via the packageorganization
on NerdGraph, for both of which packagesauthorizationmanagement
andorganization
have respectively, been included in this release as well.
newrelic-client-go v2.29.0
chore(release): release v2.29.0
newrelic-client-go v2.28.1
chore(release): release v2.28.1
newrelic-client-go v2.28.0
chore(release): release v2.28.0
newrelic-client-go v2.27.0
chore(release): release v2.27.0
newrelic-client-go v2.26.1
chore(release): release v2.26.1
newrelic-client-go v2.26.0
chore(release): release v2.26.0
newrelic-client-go v2.25.0
chore(release): release v2.25.0