-
Notifications
You must be signed in to change notification settings - Fork 301
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.