SHA256
14
0
forked from pool/python-h2
Files
python-h2/python-h2.changes
Tomáš Chvátal 1d7675bd36 Accepting request 689237 from home:jayvdb:branches:devel:languages:python
- Set URL to more useful https://github.com/python-hyper/hyper-h2
- Update to v3.1.0
  * API Changes (Backward-Incompatible)
    +  h2.connection.H2Connection.data_to_send first and only
       argument ``amt`` was renamed to ``amount``
    + Support for Python 3.3 has been removed.
  * API Changes (Backward-Compatible)
    + h2.connection.H2Connection.send_data now supports ``data``
      parameter being a ``memoryview`` object.
    + Refactor ping-related events: a h2.events.PingReceived event is
      fired when a PING frame is received and a h2.events.PingAckReceived
      event is fired when a PING frame with an ACK flag is received
    + h2.events.PingAcknowledged is deprecated in favour of the
      identical h2.events.PingAckReceived
    + Added ENABLE_CONNECT_PROTOCOL to h2.settings.SettingCodes
    + Support CONNECT requests with a ``:protocol`` pseudo header
      thereby supporting RFC 8441.
    + A limit to the number of closed streams kept in memory by the
      connection is applied. It can be configured by
      h2.connection.H2Connection.MAX_CLOSED_STREAMS
 * Debug logging when stream_id is None is now fixed and no longer errors.

OBS-URL: https://build.opensuse.org/request/show/689237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=6
2019-03-28 08:45:02 +00:00

43 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Thu Mar 28 04:06:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Set URL to more useful https://github.com/python-hyper/hyper-h2
- Update to v3.1.0
* API Changes (Backward-Incompatible)
+ h2.connection.H2Connection.data_to_send first and only
argument ``amt`` was renamed to ``amount``
+ Support for Python 3.3 has been removed.
* API Changes (Backward-Compatible)
+ h2.connection.H2Connection.send_data now supports ``data``
parameter being a ``memoryview`` object.
+ Refactor ping-related events: a h2.events.PingReceived event is
fired when a PING frame is received and a h2.events.PingAckReceived
event is fired when a PING frame with an ACK flag is received
+ h2.events.PingAcknowledged is deprecated in favour of the
identical h2.events.PingAckReceived
+ Added ENABLE_CONNECT_PROTOCOL to h2.settings.SettingCodes
+ Support CONNECT requests with a ``:protocol`` pseudo header
thereby supporting RFC 8441.
+ A limit to the number of closed streams kept in memory by the
connection is applied. It can be configured by
h2.connection.H2Connection.MAX_CLOSED_STREAMS
* Debug logging when stream_id is None is now fixed and no longer errors.
-------------------------------------------------------------------
Tue Dec 4 12:49:07 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Apr 21 19:25:18 UTC 2017 - aloisio@gmx.com
- Update to version 3.0.1 (see HISTORY.rst)
- Converted to single-spec
- Enabled tests
-------------------------------------------------------------------
Tue Dec 27 14:34:57 UTC 2016 - aloisio@gmx.com
- Initial package (2.5.1)