elastic-apm 4.0.0.beta.2 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.asciidoc +20 -14
- data/lib/elastic_apm/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1714ce04cac580fae85d1db089aad12a44e6ae719ae4c077c695ed19331d1862
|
|
4
|
+
data.tar.gz: 2d2dc08bec25deca316844d1d4f8e878bf552ea473b27447f4476a82cf03872d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1fba467b1fffb405b354511485b373d3e25bf141b6ab4404d80f4b9e431b4defc640b2f4c3edbc5e9253914844b09949ad6d617e3a5f0efe0c9f496ea7444ee
|
|
7
|
+
data.tar.gz: dd749fc5782ab61ae5fe489fbe1d69dec7a33fac44a0a26fbd1c8b95b03f2f372c1e9350987e266f4098ec18cc3d409712a23ac92edfe0a1f25cef5760f64ebb
|
data/CHANGELOG.asciidoc
CHANGED
|
@@ -36,24 +36,18 @@ endif::[]
|
|
|
36
36
|
=== Ruby Agent version 4.x
|
|
37
37
|
|
|
38
38
|
[[release-notes-4.0.0]]
|
|
39
|
+
==== 4.0.0
|
|
39
40
|
|
|
40
41
|
[float]
|
|
41
|
-
|
|
42
|
+
===== Upgrading
|
|
42
43
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
- Added `set_service` API {pull}1006[#1006]
|
|
47
|
-
|
|
48
|
-
[float]
|
|
49
|
-
===== Fixed
|
|
50
|
-
|
|
51
|
-
- AWS S3 spy accepts symbol bucket names {pull}998[#998]
|
|
52
|
-
- AWS S3 spy passing on blocks {pull}998[#998]
|
|
53
|
-
- SQL scanner now recognizes CQL style comments {pull}1004[#1004]
|
|
44
|
+
Be aware that this release changes the agent's general approach to instrumenting third
|
|
45
|
+
party libraries.
|
|
46
|
+
It now uses `Module#prepend` over alias method chaining.
|
|
54
47
|
|
|
55
|
-
|
|
56
|
-
|
|
48
|
+
This doesn't necessarily impact your application but it could if you are using other gems
|
|
49
|
+
that use the old approach to patch the same method.
|
|
50
|
+
Mixing the two approaches can lead to infinite recursion.
|
|
57
51
|
|
|
58
52
|
[float]
|
|
59
53
|
===== Removed
|
|
@@ -73,6 +67,18 @@ endif::[]
|
|
|
73
67
|
- The secrets filter no longer filters based on values, see `sanitize_field_names` {pull}900[#900]
|
|
74
68
|
- The secrets filter is aligned with other agents, see `sanitize_field_names` {pull}900[#900]
|
|
75
69
|
|
|
70
|
+
[float]
|
|
71
|
+
===== Added
|
|
72
|
+
|
|
73
|
+
- Added `set_service` API {pull}1006[#1006]
|
|
74
|
+
|
|
75
|
+
[float]
|
|
76
|
+
===== Fixed
|
|
77
|
+
|
|
78
|
+
- AWS S3 spy accepts symbol bucket names {pull}998[#998]
|
|
79
|
+
- AWS S3 spy passing on blocks {pull}998[#998]
|
|
80
|
+
- SQL scanner now recognizes CQL style comments {pull}1004[#1004]
|
|
81
|
+
|
|
76
82
|
[[release-notes-3.x]]
|
|
77
83
|
=== Ruby Agent version 3.x
|
|
78
84
|
|
data/lib/elastic_apm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: elastic-apm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.0
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mikkel Malmberg
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '3.0'
|
|
41
|
-
description:
|
|
41
|
+
description:
|
|
42
42
|
email:
|
|
43
43
|
- mikkel@elastic.co
|
|
44
44
|
executables: []
|
|
@@ -253,7 +253,7 @@ licenses:
|
|
|
253
253
|
- Apache-2.0
|
|
254
254
|
metadata:
|
|
255
255
|
source_code_uri: https://github.com/elastic/apm-agent-ruby
|
|
256
|
-
post_install_message:
|
|
256
|
+
post_install_message:
|
|
257
257
|
rdoc_options: []
|
|
258
258
|
require_paths:
|
|
259
259
|
- lib
|
|
@@ -264,12 +264,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
264
264
|
version: 2.3.0
|
|
265
265
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
266
266
|
requirements:
|
|
267
|
-
- - "
|
|
267
|
+
- - ">="
|
|
268
268
|
- !ruby/object:Gem::Version
|
|
269
|
-
version:
|
|
269
|
+
version: '0'
|
|
270
270
|
requirements: []
|
|
271
|
-
rubygems_version: 3.1
|
|
272
|
-
signing_key:
|
|
271
|
+
rubygems_version: 3.0.3.1
|
|
272
|
+
signing_key:
|
|
273
273
|
specification_version: 4
|
|
274
274
|
summary: The official Elastic APM agent for Ruby
|
|
275
275
|
test_files: []
|