Skip to content

Commit f533840

Browse files
committed
November 2021 report
1 parent 874bf9a commit f533840

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

reports/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: "Monthly Reports"
77

88
## 2021
99

10+
* [November 2021](november-2021)
1011
* [October 2021](october-2021)
1112
* [September 2021](september-2021)
1213
* [August 2021](august-2021)

reports/november-2021.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: reports
3+
title: "November 2021"
4+
---
5+
6+
## HTTPX
7+
8+
HTTPX 0.21 has now been released, which integrates against the newly redesigned `httpcore` package described in the last monthly report.
9+
10+
The most notable features that this enables are some improvements in the command-line client.
11+
12+
* SSL certificate information is now displayed when using the `-v`/`--verbose` flag.
13+
* Connection information indicating the connected IP is now displayed when using the `-v`/`--verbose` flag.
14+
* When HTTP/2 is enabled with `--http2`, the request will now correctly display as either HTTP/1.1 or HTTP/2 depending on if connection actually ended up negotiating as HTTP/2 or not.
15+
16+
These improvements are possible as a result of the new `trace` extension supported by the latest `httpcore` version.
17+
18+
Alongside this, the redesigned `httpcore` has been released as 0.14. For more information see the [comprehensive new documentation](https://www.encode.io/httpcore/).
19+
20+
Release notes:
21+
22+
* [`httpx 0.21`](https://github.com/encode/httpx/blob/master/CHANGELOG.md#0210-15th-november-2021)
23+
* [`httpcore 0.14`](https://github.com/encode/httpcore/blob/master/CHANGELOG.md#0140-november-11th-2021)

0 commit comments

Comments
 (0)