We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deafa5d commit 84a7016Copy full SHA for 84a7016
lib/async/http/version.rb
@@ -5,6 +5,6 @@
5
6
module Async
7
module HTTP
8
- VERSION = "0.80.1"
+ VERSION = "0.81.0"
9
end
10
readme.md
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
16
17
Please see the [project releases](https://socketry.github.io/async-http/releases/index) for all releases.
18
19
+### v0.81.0
20
+
21
+ - Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation.
22
23
### v0.77.0
24
25
- Improved HTTP/1 connection handling.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.81.0
4
- Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation.
0 commit comments