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 +4 -4
- data/CHANGELOG.md +21 -3
- data/ext/skylight_native.c +2 -1
- data/lib/skylight/version.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc75cf9978b69953ec304e636476dba7872b83cea2541385c50bb357c5899192
|
|
4
|
+
data.tar.gz: 69458a34a63693ded92d883d146db4e87efc061dc033047e6fa953e8af93bb0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 576519cc5a1c9fe51659c4a8c4f67393b23a2da00458b146d64ae456065963ea702e877242225627fc2b614e4c5c059c362c0511cc4607f4de0466ef636913af
|
|
7
|
+
data.tar.gz: c619de56fae7e79b1f5047eca3e9b12b416b36c5bad77034c111e762ec6a7cf4334236a09c1cabfef2bc73aa8d0f2075aabd9a137277174c451611d059ea5e88
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,22 @@
|
|
|
1
|
-
## 4.
|
|
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
|
|
data/ext/skylight_native.c
CHANGED
data/lib/skylight/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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.
|