-
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 #772 from newrelic/develop
Release 3.24.1
- Loading branch information
Showing
67 changed files
with
421 additions
and
237 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,11 +1,10 @@ | ||
module github.com/newrelic/go-agent/v3 | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
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,9 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/logWriter | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.19.1 | ||
github.com/newrelic/go-agent/v3 v3.24.1 | ||
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrlogrus | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.18.0 | ||
github.com/newrelic/go-agent/v3 v3.24.1 | ||
github.com/sirupsen/logrus v1.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require github.com/newrelic/go-agent/v3 v3.19.1 | ||
require github.com/newrelic/go-agent/v3 v3.24.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzap | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.21.1 | ||
github.com/newrelic/go-agent/v3 v3.24.1 | ||
go.uber.org/zap v1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzerolog | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.18.0 | ||
github.com/newrelic/go-agent/v3 v3.24.1 | ||
github.com/rs/zerolog v1.26.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/zerologWriter | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/newrelic/go-agent/v3 v3.19.1 | ||
github.com/newrelic/go-agent/v3 v3.24.1 | ||
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.0 | ||
github.com/rs/zerolog v1.27.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
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
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.