sbmt-kafka_consumer 3.5.1 → 3.5.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: 872a886b138e7956051e347be06915f7c9153abd50076ae2ae77e0fc83672e48
4
- data.tar.gz: 651678b88fe6f8fde83ec4c086dc7bbfcc5edd5ff1dfd214b151bca76f8b3783
3
+ metadata.gz: 77c1354574c2dfb437830c51a01a32ceab8f5f397b5036d37573478d12b83a91
4
+ data.tar.gz: fe8be12bb9b21cae3b1f261a97e749e32c11339537018815c21bb5802dae6235
5
5
  SHA512:
6
- metadata.gz: 2b60b4a2a5f84f9e3f6bc7602e352d14a373f49c9bab3d30784259e8a41e01e4d5d4324257a283cec6f3a23169ff47824fbf5c702acab891214c1ba806f2da90
7
- data.tar.gz: 2ad55a703d2a6e264d1ceca17335d0a9a6c38250eba00d7c4b8dc4848df1a83442e6c6de1e59916be7ac0de9f3d99114b3c1b0fc0dda24501b8f05d38c867b8f
6
+ metadata.gz: 9913ef961b4306b2af44f442de9e0211d99636e2c07f976cb375d02539cfc2ec6691f501d7f38b501f910f393f2f741ce04772a3c67d6bbde6bc518eb97bcdd2
7
+ data.tar.gz: b39c08a5cd1f38969b5158c5523dc683b3322ca7b08acb465f5638e6a2644c9cc28d043fe933d731208c094212c979b7b5db1421cce8107fdd07d4cdff2292cd
data/CHANGELOG.md CHANGED
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
 
14
14
  ### Fixed
15
15
 
16
+ ## [3.5.2] - 2025-07-21
17
+
18
+ ### Changed
19
+
20
+ - Add Rack 3 support: unfreeze headers hash in probes response.
21
+
16
22
  ## [3.5.1] - 2025-04-18
17
23
 
18
24
  ### Fixed
@@ -4,7 +4,7 @@ module Sbmt
4
4
  module KafkaConsumer
5
5
  module Probes
6
6
  module Probe
7
- HEADERS = {"Content-Type" => "application/json"}.freeze
7
+ HEADERS = {"Content-Type" => "application/json"}
8
8
 
9
9
  def call(env)
10
10
  with_error_handler { probe(env) }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sbmt
4
4
  module KafkaConsumer
5
- VERSION = "3.5.1"
5
+ VERSION = "3.5.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbmt-kafka_consumer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.1
4
+ version: 3.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kuper Ruby-Platform Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-18 00:00:00.000000000 Z
11
+ date: 2025-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -565,7 +565,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
565
565
  - !ruby/object:Gem::Version
566
566
  version: '0'
567
567
  requirements: []
568
- rubygems_version: 3.5.21
568
+ rubygems_version: 3.5.23
569
569
  signing_key:
570
570
  specification_version: 4
571
571
  summary: Ruby gem for consuming Kafka messages