protocol-http2 0.22.0 → 0.23.0

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.
data/releases.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Releases
2
2
 
3
- ## Unreleased
3
+ ## v0.23.0
4
+
5
+ - Introduce a limit to the number of CONTINUATION frames that can be read to prevent resource exhaustion. The default limit is 8 continuation frames, which means a total of 9 frames (1 initial + 8 continuation). This limit can be adjusted by passing a different value to the `limit` parameter in the `Continued.read` method. Setting the limit to 0 will only read the initial frame without any continuation frames. In order to change the default, you can redefine the `LIMIT` constant in the `Protocol::HTTP2::Continued` module, OR you can pass a different frame class to the framer.
6
+
7
+ ## v0.22.0
4
8
 
5
9
  ### Added Priority Update Frame and Stream Priority
6
10
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protocol-http2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  - Yuta Iwama
9
+ - Adam Petro
9
10
  - Marco Concetto Rudilosso
10
11
  - Olle Jonsson
11
- autorequire:
12
12
  bindir: bin
13
13
  cert_chain:
14
14
  - |
@@ -40,7 +40,7 @@ cert_chain:
40
40
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
41
41
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
42
42
  -----END CERTIFICATE-----
43
- date: 2024-12-01 00:00:00.000000000 Z
43
+ date: 1980-01-02 00:00:00.000000000 Z
44
44
  dependencies:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: protocol-hpack
@@ -62,20 +62,20 @@ dependencies:
62
62
  requirements:
63
63
  - - "~>"
64
64
  - !ruby/object:Gem::Version
65
- version: '0.18'
65
+ version: '0.47'
66
66
  type: :runtime
67
67
  prerelease: false
68
68
  version_requirements: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - "~>"
71
71
  - !ruby/object:Gem::Version
72
- version: '0.18'
73
- description:
74
- email:
72
+ version: '0.47'
75
73
  executables: []
76
74
  extensions: []
77
75
  extra_rdoc_files: []
78
76
  files:
77
+ - context/getting-started.md
78
+ - context/index.yaml
79
79
  - lib/protocol/http2.rb
80
80
  - lib/protocol/http2/client.rb
81
81
  - lib/protocol/http2/connection.rb
@@ -109,7 +109,6 @@ licenses:
109
109
  metadata:
110
110
  documentation_uri: https://socketry.github.io/protocol-http2/
111
111
  source_code_uri: https://github.com/socketry/protocol-http2.git
112
- post_install_message:
113
112
  rdoc_options: []
114
113
  require_paths:
115
114
  - lib
@@ -117,15 +116,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
116
  requirements:
118
117
  - - ">="
119
118
  - !ruby/object:Gem::Version
120
- version: '3.1'
119
+ version: '3.2'
121
120
  required_rubygems_version: !ruby/object:Gem::Requirement
122
121
  requirements:
123
122
  - - ">="
124
123
  - !ruby/object:Gem::Version
125
124
  version: '0'
126
125
  requirements: []
127
- rubygems_version: 3.5.22
128
- signing_key:
126
+ rubygems_version: 3.6.9
129
127
  specification_version: 4
130
128
  summary: A low level implementation of the HTTP/2 protocol.
131
129
  test_files: []
metadata.gz.sig CHANGED
Binary file