File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ # 3.26.2
4+
5+ * Add support to parse http/2 request on curb adapter
6+
7+ Thanks to [ Christoph Rieß] ( https://github.com/criess )
8+
9+ * CurbAdapter alias ` code ` from ` response_code `
10+
11+ Thanks to [ Christoph Rieß] ( https://github.com/criess )
12+
13+ * Add HTTP.rb v6.0.0 compatibility to http_rb adapter
14+
15+ Thanks to [ Erik Berlin] ( https://github.com/sferik )
16+
317# 3.26.1
418
5- Fix compatibility with recent async-http versions
19+ * Fix compatibility with recent async-http versions
620
721 Thanks to [ Mikhail Doronin] ( https://github.com/misdoro )
822
Original file line number Diff line number Diff line change @@ -1211,6 +1211,8 @@ People who submitted patches and new features or suggested improvements. Many th
12111211* Patrick Jaberg
12121212* Oleg
12131213* Mikhail Doronin
1214+ * Christoph Rieß
1215+ * Erik Berlin
12141216
12151217For a full list of contributors you can visit the
12161218[ contributors] ( https://github.com/bblimke/webmock/contributors ) page.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module WebMock
4- VERSION = '3.26.1 ' unless defined? ( ::WebMock ::VERSION )
4+ VERSION = '3.26.2 ' unless defined? ( ::WebMock ::VERSION )
55end
You can’t perform that action at this time.
0 commit comments