September 7, 2016
Go agent v1.1
Notes
- Added support for Transaction Traces.
- Stack trace filenames have been shortened: Any thing preceding the first
/src/is now removed.
August 8, 2016
Go agent v1.0
Notes
- Removed
BetaTokenfrom theConfigstructure. - Breaking Datastore change:
datastorepackage contents moved to top levelnewrelicpackage.datastore.MySQLhas becomenewrelic.DatastoreMySQL. - Breaking Attributes change:
attributespackage contents moved to top levelnewrelicpackage.attributes.ResponseCodehas becomenewrelic.AttributeResponseCode. Some attribute name constants have been shortened. - Added "runtime.NumCPU" to the environment tab. Thanks sergeylanzman for the contribution.
- Prefixed the environment tab values "Compiler", "GOARCH", "GOOS", and "Version" with "runtime."