skylight 4.2.0.beta3 → 4.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -9
- data/lib/skylight/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ec54d064a7d0ee23b34d01446857ce5d5d01e70820d7b95d325065d7c34682e
|
4
|
+
data.tar.gz: 78b4328f0daa411f6927a48d81a23484e378ee9bdc56fd320c8bce502392c41b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e91e0f540bb96cfb27255858839b0fb458a89b79558977bd71f0023eeef4eaf41423aa5f6ee4debfaf6b558936e0fd22d72ef5022cb6c1009332265f2ab6ca3
|
7
|
+
data.tar.gz: 37d172168416b3926627ddb481b2fdbf16131c38feb09fd401c0428cb1251cf36f1070a69c4334bc7c00d6fef09319922fd551221e3131fa1c2eebe438e4bba3
|
data/CHANGELOG.md
CHANGED
@@ -1,16 +1,12 @@
|
|
1
|
-
## 4.2.0
|
2
|
-
* [BUGFIX] Skip the Sidekiq probe if Sidekiq is not present
|
3
|
-
* [BUGFIX] Fix an issue in which traces may not be reported correctly when upgrading Skylight
|
4
|
-
* [IMPROVEMENT] Shut down the native instrumenter when the remote daemon is unreachable
|
5
|
-
|
6
|
-
## 4.2.0-beta2
|
1
|
+
## 4.2.0
|
7
2
|
* [FEATURE] Add GraphQL probe
|
8
3
|
* [FEATURE] Optionally add Rack mount point to Sinatra endpoint names
|
9
|
-
|
10
|
-
|
11
|
-
|
4
|
+
* [FEATURE] Add `Skylight.mute` and `Skylight.unmute` blocks to selectively disable and re-enable
|
5
|
+
* [IMPROVEMENT] Shut down the native instrumenter when the remote daemon is unreachable
|
6
|
+
instrumentation
|
12
7
|
* [IMPROVEMENT] Revise agent authorization strategy (fixes some issues related to activation for background jobs)
|
13
8
|
* [IMPROVEMENT] Fix Rails 6 deprecation warnings
|
9
|
+
* [BUGFIX] Skip the Sidekiq probe if Sidekiq is not present
|
14
10
|
|
15
11
|
## 4.1.2
|
16
12
|
* [BUGFIX] Correct an issue where the delayed_job probe may not be activated on startup
|
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.2.0
|
4
|
+
version: 4.2.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-10-
|
11
|
+
date: 2019-10-30 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.2.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.2.0
|
26
|
+
version: 4.2.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: beefcake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -265,11 +265,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
265
265
|
version: '2.3'
|
266
266
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
267
267
|
requirements:
|
268
|
-
- - "
|
268
|
+
- - ">="
|
269
269
|
- !ruby/object:Gem::Version
|
270
|
-
version:
|
270
|
+
version: '0'
|
271
271
|
requirements: []
|
272
|
-
|
272
|
+
rubyforge_project:
|
273
|
+
rubygems_version: 2.7.6
|
273
274
|
signing_key:
|
274
275
|
specification_version: 4
|
275
276
|
summary: Skylight is a smart profiler for Rails, Sinatra, and other Ruby apps.
|