Skip to content

Commit

Permalink
Merge pull request #801 from newrelic/develop
Browse files Browse the repository at this point in the history
Release 3.27.0
  • Loading branch information
iamemilio committed Oct 19, 2023
2 parents d0a46d0 + a1142ca commit 79d3bfd
Show file tree
Hide file tree
Showing 520 changed files with 875 additions and 63,909 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
dirs: v3/newrelic,v3/internal,v3/examples

# v3 integrations
- go-version: 1.19.x
dirs: v3/integrations/nramqp
- go-version: 1.19.x
dirs: v3/integrations/nrsarama
- go-version: 1.19.x
Expand Down Expand Up @@ -116,7 +118,8 @@ jobs:
# If we are using the latest released version to test, we need to use a newer version of go
- go-version: 1.19.x
dirs: v3/integrations/nrnats
extratesting: go get -u github.com/nats-io/nats.go/@master
extratesting: go get -u github.com/nats-io/nats.go
goproxy: direct
- go-version: 1.19.x
dirs: v3/integrations/nrstan
extratesting: go get -u github.com/nats-io/stan.go/@master
Expand All @@ -137,7 +140,6 @@ jobs:
dirs: v3/integrations/nrb3
- go-version: 1.19.x
dirs: v3/integrations/nrmongo
extratesting: go get -u go.mongodb.org/mongo-driver@master
- go-version: 1.19.x
dirs: v3/integrations/nrgraphqlgo,v3/integrations/nrgraphqlgo/example
extratesting: go get -u github.com/graphql-go/graphql@master
Expand All @@ -147,7 +149,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand All @@ -168,6 +170,7 @@ jobs:
DIRS: ${{ matrix.dirs }}
EXTRATESTING: ${{ matrix.extratesting }}
PIN: ${{ matrix.pin }}
GOPROXY: ${{ matrix.goproxy }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

Expand Down Expand Up @@ -201,7 +204,7 @@ jobs:
install: |
DEBIAN_FRONTEND=noninteractive apt-get -qq update
DEBIAN_FRONTEND=noninteractive apt-get -qq install -y wget build-essential
wget -nv https://golang.org/dl/go${{ matrix.go-version }}.linux-arm64.tar.gz
wget -nv https://go.dev/dl/go${{ matrix.go-version }}.linux-arm64.tar.gz
rm -rf /usr/local/go
tar -C /usr/local -xzf go${{ matrix.go-version }}.linux-arm64.tar.gz
run: |
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 3.27.0
### Added
* Added Support for getting Container ID's from cgroup v2 docker containers
* A new instrumentation package for RabbitMQ with distributed tracing support: nramqp

### Fixed
* Unit tests repairs and improvements
* Removed deprecated V2 code from the repository. The support timeframe for this code has expired and is no longer recommended for use.
* Bumped github.com/graphql-go/graphql from 0.7.9 to 0.8.1

### Support statement
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.

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.

## 3.26.0
### Added
* 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.
Expand Down
3 changes: 0 additions & 3 deletions _integrations/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions _integrations/logcontext/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions _integrations/logcontext/logcontext.go

This file was deleted.

10 changes: 0 additions & 10 deletions _integrations/logcontext/nrlogrusplugin/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions _integrations/logcontext/nrlogrusplugin/example/main.go

This file was deleted.

0 comments on commit 79d3bfd

Please sign in to comment.