ddtrace 0.14.2.disableprotocolversion4 → 0.14.2.withoutpriorityparsing1

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
- SHA1:
3
- metadata.gz: 02a427d7e8055a2a9315d811ce0a7bf88073e4a2
4
- data.tar.gz: 41e96cdfcad1fdd3ad5fc54f3d7f1d7dd297a3d0
2
+ SHA256:
3
+ metadata.gz: 344adc28461c653516ee9b0bd7c80454000fab9140ce0cb599d1f570b54c93bd
4
+ data.tar.gz: 42292dd1e4d6d8dcbfedd90ef3175c1e821ba3adc2039a4d222b9d4376b6f59a
5
5
  SHA512:
6
- metadata.gz: 57e16b76584aa0a7a7d831b5a82840b3e9228451ce09ef3726a6b80c8a9b276e9a8e3c61d1b4a00d0cece893ddab4c7147a094c659916fc16941b804a72202a5
7
- data.tar.gz: cc67284cb5cd1f62e728d84390c0dd5f6d352840a048622b2208d5ef9523631b85e050e8ec6e3f3a958e7705753ee0b249c5427db7c5b09731298274d4cf4cf5
6
+ metadata.gz: 6b744f098b31a4f90e0ddf8e23aeef4438fbe7ae1144ae44b0892f0925462c13c201b14a351a4f072f61a73fd8ec78ba3eea026e54d695f4e5e2be5a1d0c87ad
7
+ data.tar.gz: eeb18d73d341fa4562fa84baab3d332ae605a1fe922b6f7842ca0619db20e46b4db5e521ef187cc6131bdf081439c1bba0097643970408e5e6fba9919b602087
@@ -3,7 +3,7 @@ module Datadog
3
3
  MAJOR = 0
4
4
  MINOR = 14
5
5
  PATCH = 2
6
- PRE = 'disableprotocolversion4'
6
+ PRE = 'withoutpriorityparsing1'
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
9
9
  end
@@ -18,7 +18,7 @@ module Datadog
18
18
  # priority sampling
19
19
  if options[:priority_sampler]
20
20
  @priority_sampler = options[:priority_sampler]
21
- transport_options[:api_version] ||= HTTPTransport::V3
21
+ transport_options[:api_version] ||= HTTPTransport::V4
22
22
  transport_options[:response_callback] ||= method(:sampling_updater)
23
23
  end
24
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddtrace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2.disableprotocolversion4
4
+ version: 0.14.2.withoutpriorityparsing1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datadog, Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-14 00:00:00.000000000 Z
11
+ date: 2018-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack
@@ -441,7 +441,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
441
441
  version: 1.3.1
442
442
  requirements: []
443
443
  rubyforge_project:
444
- rubygems_version: 2.6.14
444
+ rubygems_version: 2.7.7
445
445
  signing_key:
446
446
  specification_version: 4
447
447
  summary: Datadog tracing code for your Ruby applications