You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## 3.34.0
2
+
### Added
3
+
- logcontext-v2/nrlogrus can now collect user attributes
4
+
- logcontext-v2/nrslog can now collect user attributes
5
+
- use slog to manage Go agent logs with the new nrslog library
6
+
- use zerolog go manage Go agent logs with the new nrzerolog library
7
+
- support for `RegisterTLSConfig` in nrmysql
8
+
### Fixed
9
+
- logcontext-v2/nrlogrus will still print user logs without isses if the Go agent has already been shut down.
10
+
- switched protobuff to google.golang.org/protobuff in modfile
11
+
### Support statement
12
+
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.
13
+
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.
14
+
15
+
1
16
## 3.33.1
2
17
### Added
3
18
- Increased max span events default limit to 2,000 to align with agent specifications
0 commit comments