unleash 6.1.1 → 6.1.2

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: 17ef1daac1faf07617f83c38060e4ee5c83fd8483a19392aab2083e8f5c78fe9
4
- data.tar.gz: 4fe403662211afc3b6ef34528662b671bc9d02a68f46322c7e315978be9340cc
3
+ metadata.gz: e6bd9703fdba109b3d5a0e22153ab9e04b25afb855641b955d02cee2d3a1cf9e
4
+ data.tar.gz: 4df84602002a6968fe115ae490b463da9cfbbf7e2524f2bbaff1dc838cb9adf2
5
5
  SHA512:
6
- metadata.gz: b5e45fa9c551524db18cabd54a6af7c6119a95f185fd6b73189d029f77fcd44ed569040538e8383c94f155212c2b8d03d882e594dd11c4a6a44916152c71998d
7
- data.tar.gz: 21b0b66281b37031d3998b3001cdbe9ab812f626cc7cc588a5b0707271175c2a26f18ee364d214981cb6f11901f9b6abd9bc751ea2516f82201b284a255adbba
6
+ metadata.gz: a9b8dcd7e176a3e7356a8b516f664ca24d7ac99e5b2d93f38e80ce2835417a7a5ab9e8b9c5e61433a5500889db23dcdbaa8b96f468bdebd55aa4235f045b3256
7
+ data.tar.gz: f37909173947cf1e59840efc0449dd19e7a83b7b03aed69ccd875c2c9df7e926d72f845cdfebb6dd263d66265a3c90e882a4097d7d408e10ff86336246535e22
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ Note: These changes are not considered notable:
13
13
 
14
14
  ## [Unreleased]
15
15
 
16
+ ## [6.1.2] - 2024-01-30
17
+ ### Fixed
18
+ - drop x- header prefix (#229)
19
+
16
20
  ## [6.1.1] - 2024-01-21
17
21
  ### Fixed
18
22
  - use existing sdk name convention (#226)
@@ -54,9 +54,8 @@ module Unleash
54
54
  'User-Agent' => "UnleashClientRuby/#{Unleash::VERSION} #{RUBY_ENGINE}/#{RUBY_VERSION} [#{RUBY_PLATFORM}]",
55
55
  'UNLEASH-INSTANCEID' => self.instance_id,
56
56
  'UNLEASH-APPNAME' => self.app_name,
57
- 'X-UNLEASH-APPNAME' => self.app_name,
58
- 'X-UNLEASH-CONNECTION-ID' => @connection_id,
59
- 'X-UNLEASH-SDK' => "unleash-client-ruby:#{Unleash::VERSION}",
57
+ 'UNLEASH-CONNECTION-ID' => @connection_id,
58
+ 'UNLEASH-SDK' => "unleash-client-ruby:#{Unleash::VERSION}",
60
59
  'Unleash-Client-Spec' => CLIENT_SPECIFICATION_VERSION
61
60
  }.merge!(generate_custom_http_headers)
62
61
  end
@@ -1,3 +1,3 @@
1
1
  module Unleash
2
- VERSION = "6.1.1".freeze
2
+ VERSION = "6.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unleash
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.1
4
+ version: 6.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renato Arruda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-21 00:00:00.000000000 Z
11
+ date: 2025-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yggdrasil-engine