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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da1239b00118fb2c21b67f917ba1956eec7fe030a69492b7f1d816d75e756130
4
- data.tar.gz: 708d649fd0d1b1c27a46e0a9e938f75a81a89586f877d456cdf822d2a354d3b3
3
+ metadata.gz: 1714ce04cac580fae85d1db089aad12a44e6ae719ae4c077c695ed19331d1862
4
+ data.tar.gz: 2d2dc08bec25deca316844d1d4f8e878bf552ea473b27447f4476a82cf03872d
5
5
  SHA512:
6
- metadata.gz: a2d683ea3dfcc8ba86eb9e86caf042b3013f2b85cbce87ddf07bd52eff554f2af344ceaf37b3b33bc2ab144e875ded5730b3e6ada3624c3db9fcb5e1942086f1
7
- data.tar.gz: a345b9b8cc2d03596ce20abe1dce4e5e93391405c25bff926e15dedaf2924ebc8c305b389cf8f838b352385f87bc4d24ed613eaa39c6017fe4152c19d1d47881
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
- ==== 4.0.0.beta.2
42
+ ===== Upgrading
42
43
 
43
- [float]
44
- ===== Added
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
- [float]
56
- ==== 4.0.0.beta.1
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
 
@@ -18,5 +18,5 @@
18
18
  # frozen_string_literal: true
19
19
 
20
20
  module ElasticAPM
21
- VERSION = '4.0.0.beta.2'
21
+ VERSION = '4.0.0'
22
22
  end
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.beta.2
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-22 00:00:00.000000000 Z
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: 1.3.1
269
+ version: '0'
270
270
  requirements: []
271
- rubygems_version: 3.1.6
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: []