Skip to content

Commit 00a6e6b

Browse files
bump version to 1.1.0
1 parent 25eae6b commit 00a6e6b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.0
2+
3+
Several changes which improved performance for the common cases. A few highlights:
4+
5+
* Opting into ruby 3.4 features when possible (such as `String#append_as_bytes` instead of `String#<<`)
6+
* reducing string and array allocations on several places (connection management, frame generation, hpack header compression, etc)
7+
* "streams recently closed" not having to regenerate the list when not necessary
8+
19
## 1.0.2
210

311
### Improvements

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.0.2"
4+
VERSION = "1.1.0"
55
end

0 commit comments

Comments
 (0)