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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 3.38.0
2
+
### Added
3
+
* Added new integration nrgochi v1.0.0 for support for go-chi library
4
+
* Added IsEnded() method for the Transaction type. Allowing for a straightforward approach to checking if a transaction has ended
5
+
* Community Member @frknikiz contributed to this solution
6
+
7
+
8
+
### Fixed
9
+
* Added caveat to API docs about local log decoration in zap integration
10
+
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
+
1
15
## 3.37.0
2
16
### Enhanced
3
17
- Implemented a new approach to integrating New Relic with SLOG that is more lightweight, out of the way, and collects richer data. These changes have been constructed to be completely backwards-compatible with v1 of nrslog. Changes include:
0 commit comments