Skip to content

Commit 848cc92

Browse files
bump version to 1.1.3
1 parent eac9ac3 commit 848cc92

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.3
2+
3+
HTTP2::FrameBuffer#clear: clears the buffered data chunks
4+
5+
this API is useful for clients which want to react to a peer GOAWAY frame by cleaning the buffer before closing the stream
6+
17
## 1.1.2
28

39
* allow sending and receiving multiple GOAWAY frames, as per RFC 9113, section 6.8

lib/http/2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HTTP2
4-
VERSION = "1.1.2"
4+
VERSION = "1.1.3"
55
end

0 commit comments

Comments
 (0)