Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d93f30a
Bump version (#13202)
Dreamsorcerer Jul 20, 2026
b001c4c
Bump filelock from 3.30.2 to 3.31.0 (#13208)
dependabot[bot] Jul 21, 2026
1000b29
Bump platformdirs from 4.10.0 to 4.10.1 (#13209)
dependabot[bot] Jul 21, 2026
236f2a5
[PR #13180/ee53d655 backport][3.15] drop every copy of credential hea…
arshsmith1 Jul 21, 2026
240099e
[PR #13180/ee53d655 backport][3.14] drop every copy of credential hea…
arshsmith1 Jul 21, 2026
abdccaf
Bump actions/setup-python from 6.3.0 to 7.0.0 (#13215)
dependabot[bot] Jul 22, 2026
55d7d7f
Bump sphinxcontrib-mermaid from 2.0.3 to 2.1.0 (#13220)
dependabot[bot] Jul 22, 2026
6ad395c
Bump pip-tools from 7.5.3 to 7.6.0 (#13219)
dependabot[bot] Jul 22, 2026
49f65d5
[PR #13222/f4866933 backport][3.14] Build C parser error message from…
bdraco Jul 22, 2026
21f9a5b
[PR #13222/f4866933 backport][3.15] Build C parser error message from…
bdraco Jul 22, 2026
5e392ce
Release v3.14.3 (#13225)
Dreamsorcerer Jul 22, 2026
7caf784
[PR #13226/76bb64eb backport][3.15] Shard release publishing and sign…
patchback[bot] Jul 23, 2026
7ce317f
Bump filelock from 3.31.0 to 3.31.1 (#13232)
dependabot[bot] Jul 23, 2026
89fd79a
Bump aiofastnet from 0.19.0 to 0.20.0 (#13231)
dependabot[bot] Jul 23, 2026
6fd40b6
Bump yarl from 1.24.2 to 1.24.5 (#13233)
dependabot[bot] Jul 23, 2026
054572c
Bump github/codeql-action from 4.37.1 to 4.37.2 (#13240)
dependabot[bot] Jul 24, 2026
89a0a16
Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#13238)
dependabot[bot] Jul 24, 2026
44500bb
Bump filelock from 3.31.1 to 3.31.2 (#13242)
dependabot[bot] Jul 24, 2026
7154c0d
Bump aiofastnet from 0.20.0 to 0.21.0 (#13244)
dependabot[bot] Jul 24, 2026
87ff296
Merge branch '3.14' into 3.15
Dreamsorcerer Jul 25, 2026
4ae5d49
Merge branch '3.15'
Dreamsorcerer Jul 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@

.. towncrier release notes start

3.14.3 (2026-07-22)
===================

Bug fixes
---------

- Fixed the client dropping only the first ``Authorization``, ``Cookie`` and
``Proxy-Authorization`` header when a redirect crossed an origin -- by :user:`arshsmith1`.


*Related issues and pull requests on GitHub:*
:issue:`13180`.



- Fixed error message construction in the C HTTP parser -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`13222`.




----


3.14.2 (2026-07-20)
===================

Expand Down
2 changes: 0 additions & 2 deletions CHANGES/13180.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/13222.bugfix.rst

This file was deleted.

Loading