-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #764 from newrelic/develop
Release 3.24.0
- Loading branch information
Showing
62 changed files
with
403 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3 | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.3 | ||
google.golang.org/grpc v1.54.0 | ||
) | ||
|
||
|
||
retract v3.22.0 // release process error corrected in v3.22.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/logWriter | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.19.1 | ||
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.0 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrlogrus | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.18.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter | ||
|
||
go 1.17 | ||
|
||
require github.com/newrelic/go-agent/v3 v3.19.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzap | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.21.1 | ||
go.uber.org/zap v1.24.0 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzerolog | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.18.0 | ||
github.com/rs/zerolog v1.26.1 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/zerologWriter | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.19.1 | ||
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.0 | ||
github.com/rs/zerolog v1.27.0 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrawssdk-v1 | ||
|
||
// As of Dec 2019, aws-sdk-go's go.mod does not specify a Go version. 1.6 is | ||
// the earliest version of Go tested by aws-sdk-go's CI: | ||
// https://github.com/aws/aws-sdk-go/blob/master/.travis.yml | ||
go 1.7 | ||
|
||
require ( | ||
// v1.15.0 is the first aws-sdk-go version with module support. | ||
github.com/aws/aws-sdk-go v1.34.0 | ||
github.com/newrelic/go-agent/v3 v3.16.0 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrawssdk-v2 | ||
|
||
// As of May 2021, the aws-sdk-go-v2 go.mod file uses 1.15: | ||
// https://github.com/aws/aws-sdk-go-v2/blob/master/go.mod | ||
go 1.17 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.16.15 | ||
github.com/aws/aws-sdk-go-v2/config v1.17.6 | ||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0 | ||
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.5 | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10 | ||
github.com/aws/smithy-go v1.13.3 | ||
github.com/newrelic/go-agent/v3 v3.18.2 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrb3 | ||
|
||
go 1.19 | ||
require github.com/newrelic/go-agent/v3 v3.21.1 | ||
|
||
require github.com/newrelic/go-agent/v3 v3.24.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrecho-v3 | ||
|
||
// 1.7 is the earliest version of Go tested by v3.1.0: | ||
// https://github.com/labstack/echo/blob/v3.1.0/.travis.yml | ||
go 1.7 | ||
|
||
require ( | ||
// v3.1.0 is the earliest v3 version of Echo that works with modules due | ||
// to the github.com/rsc/letsencrypt import of v3.0.0. | ||
github.com/labstack/echo v3.1.0+incompatible | ||
github.com/newrelic/go-agent/v3 v3.17.0 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrecho-v4 | ||
|
||
// As of Jun 2022, the echo go.mod file uses 1.17: | ||
// https://github.com/labstack/echo/blob/master/go.mod | ||
go 1.17 | ||
|
||
require ( | ||
github.com/labstack/echo/v4 v4.9.0 | ||
github.com/newrelic/go-agent/v3 v3.18.2 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrelasticsearch-v7 | ||
|
||
// As of Jan 2020, the v7 elasticsearch go.mod uses 1.11: | ||
// https://github.com/elastic/go-elasticsearch/blob/7.x/go.mod | ||
go 1.11 | ||
|
||
require ( | ||
github.com/elastic/go-elasticsearch/v7 v7.17.0 | ||
github.com/newrelic/go-agent/v3 v3.17.0 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrgin | ||
|
||
// As of Dec 2019, the gin go.mod file uses 1.12: | ||
// https://github.com/gin-gonic/gin/blob/master/go.mod | ||
go 1.19 | ||
|
||
require ( | ||
github.com/gin-gonic/gin v1.9.0 | ||
github.com/newrelic/go-agent/v3 v3.23.0 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) | ||
|
||
|
||
replace github.com/newrelic/go-agent/v3 => ../.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrgorilla | ||
|
||
// As of Dec 2019, the gorilla/mux go.mod file uses 1.12: | ||
// https://github.com/gorilla/mux/blob/master/go.mod | ||
go 1.12 | ||
|
||
require ( | ||
// v1.7.0 is the earliest version of Gorilla using modules. | ||
github.com/gorilla/mux v1.7.0 | ||
github.com/newrelic/go-agent/v3 v3.17.0 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrgraphqlgo | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/graphql-go/graphql v0.7.9 | ||
github.com/newrelic/go-agent/v3 v3.17.0 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/nrgrpc | ||
|
||
go 1.19 | ||
|
||
require ( | ||
// protobuf v1.3.0 is the earliest version using modules, we use v1.3.1 | ||
// because all dependencies were removed in this version. | ||
github.com/golang/protobuf v1.5.3 | ||
github.com/newrelic/go-agent/v3 v3.23.0 | ||
github.com/newrelic/go-agent/v3 v3.24.0 | ||
github.com/newrelic/go-agent/v3/integrations/nrsecurityagent v1.1.0 | ||
// v1.15.0 is the earliest version of grpc using modules. | ||
google.golang.org/grpc v1.54.0 | ||
google.golang.org/protobuf v1.28.1 | ||
) | ||
|
||
|
||
replace github.com/newrelic/go-agent/v3 => ../.. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.