Skip to content

Commit b838457

Browse files
authored
Merge pull request #938 from iamemilio/release-prep
Release prep
2 parents 2a72368 + 9f0178c commit b838457

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
116
## 3.33.1
217
### Added
318
- Increased max span events default limit to 2,000 to align with agent specifications

v3/newrelic/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
// Version is the full string version of this Go Agent.
14-
Version = "3.33.1"
14+
Version = "3.34.0"
1515
)
1616

1717
var (

0 commit comments

Comments
 (0)