|
| 1 | +## 3.35.0 |
| 2 | +### Added |
| 3 | + - Enhanced security features (adds support for secure cookie even reporting) |
| 4 | + - Enables sharing of response headers with the csec-security-agent. |
| 5 | + - Now uses `error.Error()` value for log attributes |
| 6 | + - Thanks to @ejsolberg for the [PR](https://github.com/newrelic/go-agent/pull/947) |
| 7 | + - nramqp integration cloud services entity relationship changes |
| 8 | + - Enhances url support for amqp server connections |
| 9 | + |
| 10 | +### Fixed |
| 11 | + - nrawssdk-v2 integration examples of `AppendMiddlewares` corrected. |
| 12 | + - Thanks to @Meroje for the [PR](https://github.com/newrelic/go-agent/pull/599) |
| 13 | + - Zerolog integration correction to example program `import` statement. |
| 14 | + - Fixes issue [#950](https://github.com/newrelic/go-agent/issues/950) |
| 15 | + - Zerolog integration JSON parser bug caused a runtime panic in some circumstances. |
| 16 | + - Fixes issue [#955](https://github.com/newrelic/go-agent/issues/955) |
| 17 | + - Fixed handling of `panic(nil)`. This was made necessary by changes introducted to Go as of 1.21. |
| 18 | + - A race condition was possible due to code level metrics accesses to a contended memory address. |
| 19 | + - Fixes issue [#949](https://github.com/newrelic/go-agent/issues/949) |
| 20 | + - Fixes issue [#957](https://github.com/newrelic/go-agent/issues/957) |
| 21 | + - Integer size issues flagged when converting unsigned to signed values. |
| 22 | + - Workflow corrections for CI processes in github. |
| 23 | + - Fixes issue [#946](https://github.com/newrelic/go-agent/issues/946) |
| 24 | + - Updated to use latest grpc and protobuf versions. |
| 25 | + - Fixes memory stat collection for `GOOS=js`. |
| 26 | + - Thanks @hslatman for the [PR](https://github.com/newrelic/go-agent/pull/967) |
| 27 | + |
| 28 | +### Support statement |
| 29 | +We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves. |
| 30 | +See the [Go agent EOL Policy](/docs/apm/agents/go-agent/get-started/go-agent-eol-policy) for details about supported versions of the Go agent and third-party components. |
| 31 | + |
1 | 32 | ## 3.34.0
|
2 | 33 | ### Added
|
3 | 34 | - logcontext-v2/nrlogrus can now collect user attributes
|
|
0 commit comments