skylight 4.0.0.beta3 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -16
  3. data/lib/skylight/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d354e4f1bd6d0bf076da5e6c4d618eb290da26109f202dcedd24654851d2caf
4
- data.tar.gz: 8b07e871b623735aec9516f29c823a9abfc181a8dbb3d0877d45d3a578b6b662
3
+ metadata.gz: c3ab4906c5e55f5599df096b3035c7657968a13cf4ee28e961697dd794354760
4
+ data.tar.gz: 4513033d06bc72fd4a06484efedebc2fbb14975ef811e8648832cc7358ed8c5a
5
5
  SHA512:
6
- metadata.gz: '038fdfa7d28b98d2448a098bf7de9398cb93a3a96f0136849d6a9c639000ce05eec34b27741a7fa8e88fc1ecfa7d3d42b8e9ab96ef2d164a99cdc2604cdb9b91'
7
- data.tar.gz: 57b4d306aa242a301f7e4d3c745db1cc14a39da6f84b36a996307fcc3f0b1856b2ba7e65969d1e7af9394b11b73e0ecf63e813f6c16ce31c4c5ed261f18ab47b
6
+ metadata.gz: 1c6d727bec6c0cab4c1cec4f2d652d265a2dc26ce3aff90ce17702307e37f8cba6a0600e072db31c4ddeb5bc9e771cacff49a0b5f13685eba531ce7b8c582163
7
+ data.tar.gz: 4a9cd5ba12247577aab22251462f49b392b5bee2544b7e23829c6370b5c4ce3c15c6852d351a7134ad1050c02f3e1b65adbab44b93bdcfdf50cf8627d31005ea
@@ -1,31 +1,22 @@
1
- ## 4.0.0.beta3 (April 24, 2019)
1
+ ## 4.0.0 (May 6, 2019)
2
+
3
+ * [FEATURE] Skylight for Background Jobs
4
+ * [FEATURE] instrument ActiveStorage notifications
5
+ * [FEATURE] Probe for Delayed::Job (standalone)
6
+ * [FEATURE] Add Skylight#started? method
2
7
  * [IMPROVEMENT] Support anonymous ActiveModelSerializer classes
3
8
  * [IMPROVEMENT] Improve error handling in normalizers
4
9
  * [IMPROVEMENT] Handle Rails 6's middleware instrumentation
5
10
  * [IMPROVEMENT] Better rendered format detection in Rails controllers
6
11
  * [IMPROVEMENT] Recognize the Passenger startup script as 'web'
7
- * [IMPROVEMENT] Detect Shoryuken as an ActiveJob framework
8
- * [BUGFIX] Correct issue where component validation could raise errors during boot
9
- * [BUGFIX] Make ActionView probe compatible with Rails 6.0.0.rc1
10
- * [BUGFIX] Require http formatters for Faraday (thanks, @serkin!)
11
-
12
- ## 4.0.0.beta2 (March 11, 2019)
13
-
14
- * [BUGFIX] Make ActionView probe compatible with Rails 6 Beta 2
15
12
  * [IMPROVEMENT] ActionMailer::DeliveryJob are now reported using the mailer name and method
16
13
  * [IMPROVEMENT] Better content type handling for ActionController normalizer
17
-
18
- ## 4.0.0.beta (February 14, 2019)
19
-
20
- * [FEATURE] Skylight for Background Jobs
21
- * [FEATURE] instrument ActiveStorage notifications
22
- * [FEATURE] Probe for Delayed::Job (standalone)
23
- * [FEATURE] Add Skylight#started? method
24
14
  * [IMPROVEMENT] Better handle some things in Ruby 2.6
25
15
  * [IMPROVEMENT] Better logging in a couple places
26
16
  * [IMPROVEMENT] Fixed a couple Ruby warnings (thanks, @y-yagi!)
27
17
  * [IMPROVEMENT] Handle 403 config validation response
28
18
  * [IMPROVEMENT] Config for `prune_large_traces` is now true by default
19
+ * [BUGFIX] Require http formatters for Faraday (thanks, @serkin!)
29
20
  * [BREAKING] Drop support for Ruby 2.2 since it is EOL
30
21
  * [BREAKING] New method for assigning 'segment' to a trace endpoint name
31
22
 
@@ -1,3 +1,3 @@
1
1
  module Skylight
2
- VERSION = "4.0.0-beta3".freeze
2
+ VERSION = "4.0.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skylight
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta3
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tilde, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-25 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: skylight-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0.beta3
19
+ version: 4.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0.beta3
26
+ version: 4.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: beefcake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -263,9 +263,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
263
263
  version: '2.3'
264
264
  required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  requirements:
266
- - - ">"
266
+ - - ">="
267
267
  - !ruby/object:Gem::Version
268
- version: 1.3.1
268
+ version: '0'
269
269
  requirements: []
270
270
  rubygems_version: 3.0.3
271
271
  signing_key: