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
+27-15Lines changed: 27 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
-
## 3.25.1
2
-
* Corrects an error in the release process for 3.25.0.
3
-
### Support statement
1
+
## 3.26.0
2
+
### Added
3
+
* Extended implementation of the `nrpgx5` integration (now v1.2.0). This instruments Postgres database operations using the `jackc/pgx/v5` library, including the direct access mode of operation as opposed to requiring code to use the library compatibly with the standard `database/sql` library.
4
+
5
+
### Corrections
6
+
* See below for revised release notes for the 3.25.1 and the retracted 3.25.0 releases. We have clarified what was released at those versions; see also the revised notes for 3.22.0 and 3.22.1 for the same reason.
4
7
8
+
### Support statement
5
9
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.
6
10
7
11
See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components.
8
12
9
-
10
-
## 3.25.0
13
+
## 3.25.1
11
14
### Added
12
15
* Added Support for FastHTTP package
13
16
* Added newrelic.WrapHandleFuncFastHTTP() and newrelic.StartExternalSegmentFastHTTP() functions to instrument fasthttp context and create wrapped handlers. These functions work similarly to the existing ones for net/http
@@ -16,6 +19,15 @@
16
19
### Fixed
17
20
* Corrected a bug where the security agent failed to correctly parse the `NEW_RELIC_SECURITY_AGENT_ENABLED` environment variable.
18
21
22
+
### Support statement
23
+
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.
24
+
25
+
See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components.
26
+
27
+
## 3.25.0 (retracted)
28
+
This release was retracted due to an error in the release process which caused the wrong git commit to be tagged.
29
+
Since the erroneous `v3.25.0` tag was already visible publicly and may already have been picked up by the Go language infrastructure, we retracted the incorrect 3.25.0 version and released the changes intended for 3.25.0 as version 3.25.1, so users of the Go Agent library will reliably get the correct code.
30
+
19
31
### Support statement
20
32
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 (i.e., Go versions 1.19 and later are supported).
21
33
We recommend updating to the latest agent version as soon as it’s available. If you can’t upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
@@ -111,16 +123,6 @@ See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent
111
123
112
124
113
125
## 3.22.1
114
-
* Corrects an error in the release process for 3.22.0.
115
-
116
-
### Support statement
117
-
118
-
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.
119
-
120
-
See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components.
121
-
122
-
## 3.22.0
123
-
124
126
### Added
125
127
* New Apache Kafka integration nrsarama that instruments the Sarama library https://github.com/Shopify/sarama
126
128
* New logs in context integration logcontext-v2/nrzap that instruments the zap logging framework https://github.com/uber-go/zap
@@ -135,6 +137,16 @@ See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent
135
137
* Bumped gin package to v1.9.0 in the nrgin integration
136
138
* Bumped crypto package to v0.1.0 in the nrpgx integration
137
139
* Fixed integration tests in nrnats package not correctly showing code coverage
140
+
* Corrects an error in the release process for 3.22.0.
141
+
142
+
### Support statement
143
+
144
+
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.
145
+
146
+
See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components.
147
+
148
+
## 3.22.0 (retracted)
149
+
This release has been retracted due to an error in the release process which caused it to be incorrectly created. Instead, release 3.22.1 was issued with the changes intended for 3.22.0.
0 commit comments