Skip to content

Commit 2e32f50

Browse files
authored
prepare for v2.7.2 (#1772)
1 parent 7d1310f commit 2e32f50

File tree

48 files changed

+87
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+87
-81
lines changed

docs/release-notes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
2626

2727
% ### Fixes [elastic-apm-go-agent-versionext-fixes]
2828

29+
## 2.7.2
30+
**Release date:** November 28, 2025
31+
32+
### Fixes [elastic-apm-go-agent-2-7-2-fixes]
33+
* Always enforce a body limit in apmelasticsearch
34+
2935
## 2.7.1
3036
**Release date:** May 26, 2025
3137

internal/apmgodog/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.24.0
44

55
require (
66
github.com/cucumber/godog v0.12.2
7-
go.elastic.co/apm/module/apmgrpc/v2 v2.7.1
8-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
9-
go.elastic.co/apm/v2 v2.7.1
7+
go.elastic.co/apm/module/apmgrpc/v2 v2.7.2
8+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2
9+
go.elastic.co/apm/v2 v2.7.2
1010
go.elastic.co/fastjson v1.5.1
1111
google.golang.org/grpc v1.57.1
1212
google.golang.org/grpc/examples v0.0.0-20230831183909-e498bbc9bd37

internal/apmschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/pkg/errors v0.9.1
77
github.com/santhosh-tekuri/jsonschema v1.2.4
88
github.com/stretchr/testify v1.8.4
9-
go.elastic.co/apm/v2 v2.7.1
9+
go.elastic.co/apm/v2 v2.7.2
1010
)
1111

1212
require (

internal/apmversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ package apmversion
1919

2020
const (
2121
// AgentVersion is the Elastic APM Go Agent version.
22-
AgentVersion = "2.7.1"
22+
AgentVersion = "2.7.2"
2323
)

internal/tracecontexttest/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tracecontexttest/v2
22

3-
require go.elastic.co/apm/module/apmhttp/v2 v2.7.1
3+
require go.elastic.co/apm/module/apmhttp/v2 v2.7.2
44

55
require (
66
github.com/armon/go-radix v1.0.0 // indirect
@@ -9,7 +9,7 @@ require (
99
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
1010
github.com/pkg/errors v0.9.1 // indirect
1111
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
12-
go.elastic.co/apm/v2 v2.7.1 // indirect
12+
go.elastic.co/apm/v2 v2.7.2 // indirect
1313
go.elastic.co/fastjson v1.5.1 // indirect
1414
golang.org/x/sys v0.8.0 // indirect
1515
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect

module/apmawssdkgo/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.24.0
55
require (
66
github.com/aws/aws-sdk-go v1.38.14
77
github.com/stretchr/testify v1.8.4
8-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
9-
go.elastic.co/apm/v2 v2.7.1
8+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2
9+
go.elastic.co/apm/v2 v2.7.2
1010
)
1111

1212
require (

module/apmazure/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/Azure/azure-storage-file-go v0.8.0
99
github.com/Azure/azure-storage-queue-go v0.0.0-20191125232315-636801874cdd
1010
github.com/stretchr/testify v1.8.4
11-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
12-
go.elastic.co/apm/v2 v2.7.1
11+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2
12+
go.elastic.co/apm/v2 v2.7.2
1313
)
1414

1515
require (

module/apmbeego/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module go.elastic.co/apm/module/apmbeego/v2
33
require (
44
github.com/astaxie/beego v1.12.3
55
github.com/stretchr/testify v1.8.4
6-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
7-
go.elastic.co/apm/module/apmsql/v2 v2.7.1
8-
go.elastic.co/apm/v2 v2.7.1
6+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2
7+
go.elastic.co/apm/module/apmsql/v2 v2.7.2
8+
go.elastic.co/apm/v2 v2.7.2
99
)
1010

1111
require (

module/apmchi/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmchi/v2
33
require (
44
github.com/go-chi/chi v1.5.1
55
github.com/stretchr/testify v1.8.4
6-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
7-
go.elastic.co/apm/v2 v2.7.1
6+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2
7+
go.elastic.co/apm/v2 v2.7.2
88
)
99

1010
require (

module/apmchiv5/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module go.elastic.co/apm/module/apmchiv5/v2
33
require (
44
github.com/go-chi/chi/v5 v5.2.2
55
github.com/stretchr/testify v1.8.4
6-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1
7-
go.elastic.co/apm/v2 v2.7.1
6+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2
7+
go.elastic.co/apm/v2 v2.7.2
88
)
99

1010
require (

0 commit comments

Comments
 (0)