skylight 4.2.0 → 4.3.1

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: 9ec54d064a7d0ee23b34d01446857ce5d5d01e70820d7b95d325065d7c34682e
4
- data.tar.gz: 78b4328f0daa411f6927a48d81a23484e378ee9bdc56fd320c8bce502392c41b
3
+ metadata.gz: bc75cf9978b69953ec304e636476dba7872b83cea2541385c50bb357c5899192
4
+ data.tar.gz: 69458a34a63693ded92d883d146db4e87efc061dc033047e6fa953e8af93bb0d
5
5
  SHA512:
6
- metadata.gz: 7e91e0f540bb96cfb27255858839b0fb458a89b79558977bd71f0023eeef4eaf41423aa5f6ee4debfaf6b558936e0fd22d72ef5022cb6c1009332265f2ab6ca3
7
- data.tar.gz: 37d172168416b3926627ddb481b2fdbf16131c38feb09fd401c0428cb1251cf36f1070a69c4334bc7c00d6fef09319922fd551221e3131fa1c2eebe438e4bba3
6
+ metadata.gz: 576519cc5a1c9fe51659c4a8c4f67393b23a2da00458b146d64ae456065963ea702e877242225627fc2b614e4c5c059c362c0511cc4607f4de0466ef636913af
7
+ data.tar.gz: c619de56fae7e79b1f5047eca3e9b12b416b36c5bad77034c111e762ec6a7cf4334236a09c1cabfef2bc73aa8d0f2075aabd9a137277174c451611d059ea5e88
@@ -1,4 +1,22 @@
1
- ## 4.2.0
1
+ ## 4.3.1 (June 24, 2020)
2
+ * [BUGFIX] Fix an issue in which `Mime::NullType` would result in an exception
3
+
4
+ ## 4.3.0 (March 18, 2020)
5
+ * [IMPROVEMENT] Fix Ruby 2.7 warnings
6
+ * [IMPROVEMENT] Update Grape normalizer for version 1.3.1
7
+ * [BUGFIX] Fix an issue where GraphQL normalizers could fail to load in non-Rails contexts
8
+
9
+ ## 4.2.3 (March 10, 2020)
10
+ * [BUGFIX] Fix an issue where the GraphQL probe may not always be installed
11
+
12
+ ## 4.2.2 (February 25, 2020)
13
+ * Support graphql-ruby version 1.10
14
+
15
+ ## 4.2.1 (January 14, 2020)
16
+ * [IMPROVEMENT] Enable instrumentation for ActionMailer::MailDeliveryJob
17
+ * [BUGFIX] Improved handling for non-SPEC compliant Rack middleware
18
+
19
+ ## 4.2.0 (October 30, 2019)
2
20
  * [FEATURE] Add GraphQL probe
3
21
  * [FEATURE] Optionally add Rack mount point to Sinatra endpoint names
4
22
  * [FEATURE] Add `Skylight.mute` and `Skylight.unmute` blocks to selectively disable and re-enable
@@ -8,10 +26,10 @@ instrumentation
8
26
  * [IMPROVEMENT] Fix Rails 6 deprecation warnings
9
27
  * [BUGFIX] Skip the Sidekiq probe if Sidekiq is not present
10
28
 
11
- ## 4.1.2
29
+ ## 4.1.2 (June 27, 2019)
12
30
  * [BUGFIX] Correct an issue where the delayed_job probe may not be activated on startup
13
31
 
14
- ## 4.1.1
32
+ ## 4.1.1 (June 25, 2019)
15
33
  * [BUGFIX] Fix Skylight installation when bundled with edge rails [Issue #132](https://github.com/skylightio/skylight-ruby/issues/132)
16
34
  * [IMPROVEMENT] Improve socket retry handling in skylightd
17
35
 
@@ -510,8 +510,9 @@ trace_span_set_meta(VALUE self, VALUE span, VALUE meta) {
510
510
  }
511
511
 
512
512
  static VALUE
513
- trace_span_started(VALUE self) {
513
+ trace_span_started(VALUE self, VALUE span) {
514
514
  UNUSED(self);
515
+ UNUSED(span);
515
516
  return Qnil;
516
517
  }
517
518
 
@@ -1,3 +1,3 @@
1
1
  module Skylight
2
- VERSION = "4.2.0".freeze
2
+ VERSION = "4.3.1".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.2.0
4
+ version: 4.3.1
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-10-30 00:00:00.000000000 Z
11
+ date: 2020-06-24 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.2.0
19
+ version: 4.3.1
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.2.0
26
+ version: 4.3.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: beefcake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '10.0'
89
+ version: 12.3.3
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '10.0'
96
+ version: 12.3.3
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rake-compiler
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -269,8 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
269
269
  - !ruby/object:Gem::Version
270
270
  version: '0'
271
271
  requirements: []
272
- rubyforge_project:
273
- rubygems_version: 2.7.6
272
+ rubygems_version: 3.1.2
274
273
  signing_key:
275
274
  specification_version: 4
276
275
  summary: Skylight is a smart profiler for Rails, Sinatra, and other Ruby apps.