skylight 4.0.0.beta3 → 4.0.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 +7 -16
- data/lib/skylight/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3ab4906c5e55f5599df096b3035c7657968a13cf4ee28e961697dd794354760
|
4
|
+
data.tar.gz: 4513033d06bc72fd4a06484efedebc2fbb14975ef811e8648832cc7358ed8c5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c6d727bec6c0cab4c1cec4f2d652d265a2dc26ce3aff90ce17702307e37f8cba6a0600e072db31c4ddeb5bc9e771cacff49a0b5f13685eba531ce7b8c582163
|
7
|
+
data.tar.gz: 4a9cd5ba12247577aab22251462f49b392b5bee2544b7e23829c6370b5c4ce3c15c6852d351a7134ad1050c02f3e1b65adbab44b93bdcfdf50cf8627d31005ea
|
data/CHANGELOG.md
CHANGED
@@ -1,31 +1,22 @@
|
|
1
|
-
## 4.0.0
|
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
|
|
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.0.0
|
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-
|
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
|
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
|
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:
|
268
|
+
version: '0'
|
269
269
|
requirements: []
|
270
270
|
rubygems_version: 3.0.3
|
271
271
|
signing_key:
|