* Ensure PATH_CHALLENGE frames are sent before other frame types.
* Reclaim memory when HTTP/3 streams end.
* Limit the number of remote PATH_CHALLENGE stored per path.
* Avoid assertion error when receiving multiple STOP_SENDING frames.
* Improve type annotations.
* Make it possible to use LibreSSL instead of OpenSSL.
* Add support Python 3.13 and 3.14, drop support for Python 3.8 and 3.9.
* Build binary wheels for musllinux.
* Build binary wheels against OpenSSL 3.5.4.
* Add command-line argument to the http3_client example to request
a key update during interoperability tests.
- Update BuildRequires from setup.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioquic?expand=0&rev=18
132 lines
5.5 KiB
Plaintext
132 lines
5.5 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Nov 13 14:41:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||
|
||
- Update to 1.3.0
|
||
* Ensure PATH_CHALLENGE frames are sent before other frame types.
|
||
* Reclaim memory when HTTP/3 streams end.
|
||
* Limit the number of remote PATH_CHALLENGE stored per path.
|
||
* Avoid assertion error when receiving multiple STOP_SENDING frames.
|
||
* Improve type annotations.
|
||
* Make it possible to use LibreSSL instead of OpenSSL.
|
||
* Add support Python 3.13 and 3.14, drop support for Python 3.8 and 3.9.
|
||
* Build binary wheels for musllinux.
|
||
* Build binary wheels against OpenSSL 3.5.4.
|
||
* Add command-line argument to the http3_client example to request
|
||
a key update during interoperability tests.
|
||
- Update BuildRequires from setup.py
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 9 08:43:08 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||
|
||
- Update to 1.2.0
|
||
* Ensure no data is sent after a stream reset.
|
||
* Make H3Connection’s send_datagram() and send_push_promise() methods
|
||
raise an InvalidStreamTypeError exception if an invalid stream ID
|
||
is specified.
|
||
* Fix utcnow() deprecation warning on Python 3.12 by using
|
||
cryptography 42.0 and timezone-aware datetime instances when
|
||
validating TLS certificates.
|
||
* Perform more extensive HTTP/3 header validation in H3Connection.
|
||
* Enable SHA-384 based signature algorithms and SECP384R1 key exchange.
|
||
* Add support for QUIC Version 2
|
||
* Drop support for draft QUIC versions which were obsoleted by RFC 9000.
|
||
* Allow asyncio clients to make efficient use of 0-RTT by passing
|
||
wait_connected=False to connect().
|
||
- Drop merged support-service-identity-24.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 25 04:25:09 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Drop patch cryptography.patch:
|
||
* No longer required.
|
||
- Add patch support-service-identity-24.patch:
|
||
* Support service-identity >= 24
|
||
- Switch to pyproject macros.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jan 20 14:01:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.9.25:
|
||
* Add parsing and serialization for certificate requests
|
||
* Allow clients to authenticate with servers using a certificate
|
||
* Close connection if client's first INITIAL contains no CRYPTO
|
||
* Exclude binary packet captures from spelling check
|
||
* Added support for cubic congestion control (RFC9438)
|
||
* Drop httpbin from HTTP/3 server demo
|
||
* Raise a TLS alert if parsing a message causes a BufferReadError
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 14 09:13:22 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
|
||
|
||
- update to 0.9.23
|
||
* no upstream changelog found
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 7 13:08:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 0.9.21:
|
||
* http3_client: :path should not be empty
|
||
* Move project metadata to pyproject.toml
|
||
* Fix X509StoreContextError usage for pyOpenSSL >= 22
|
||
* Test against Python 3.11
|
||
* Use function parameters instead of global args in examples
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 4 12:39:09 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||
|
||
- Add %{?sle15_python_module_pythons}
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 25 08:33:15 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||
|
||
- Update to v0.9.20
|
||
* free AEADObject's and HeaderProtectionObject's memory
|
||
* free BufferObject’s memory
|
||
* Enable IPv4/IPv6 dual stack support on Windows
|
||
* [docs] add a logo, stop mocking libraries
|
||
* [docs] test that documentation can be built without warnings
|
||
* [tests] clarify the various handshake loss test cases
|
||
* [connection] retransmit CRYPTO to speedup handshake completion
|
||
* [examples] update DoQ examples for more recent drafts (fixes: #224)
|
||
* [lint] run mypy on each CI run
|
||
- 0.9.19
|
||
* [tls] use PyOpenSSL to validate certificate
|
||
* [qa] set better names for our C modules
|
||
* [package] drop dependency on "dataclasses" package
|
||
* [package] update cryptography requirement to >= 3.1
|
||
* [qa] fix some type annotations
|
||
* [http3] advertise support for extended CONNECT
|
||
* [examples] make HTTP/3 client set content-length (fixes: #241)
|
||
* [package] fix macosx arm64 wheels
|
||
- 0.9.18
|
||
* [examples] add sec-webtransport-http3-draft to server response
|
||
* [package] update OpenSSL to 1.1.1m
|
||
* [tests] rewrite asyncio tests as coroutines
|
||
* [qa] reformat code using updated `black`
|
||
* [qa] tell git to ignore virtual environments
|
||
* http3_client.py: correct error code for connection close
|
||
* [webtransport] make H3_DATAGRAM value uppercase
|
||
* [webtransport] update H3_DATAGRAM value
|
||
* [readme] update minimal Python version
|
||
* [examples] don't sent HTTP/3 DATA if there is no request body
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 6 15:35:16 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||
|
||
- Update to v0.9.17
|
||
* no release notes
|
||
- Unpin cryptography (who pins security software to old versions!?)
|
||
* Add cryptography.patch
|
||
- Skip python36: this is a python310 fix and could be needed before
|
||
the global drop
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 23 14:39:20 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Update to v0.9.7
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 18 07:00:02 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Initial spec for v0.8.5
|