Skip to content

Releases: a-feld/pywreck

v0.1.6

11 May 21:56
Compare
Choose a tag to compare

Added py.typed marker to export type annotations.

v0.1.5

11 May 00:43
Compare
Choose a tag to compare

Adds a changelog link to pypi.

v0.1.4

11 May 00:34
Compare
Choose a tag to compare

This release makes no changes. This is simply a re-release to test deploy flows.

v0.1.3

26 Oct 00:57
Compare
Choose a tag to compare

This release adds support for python 3.9

v0.1.2

06 Sep 15:54
Compare
Choose a tag to compare

Improvements

  • The default timeout is set to 5 seconds.

Bug Fixes

  • Ensure sockets are explicitly closed when exceptions occur during a request.
  • Catch exception raised from wait_closed when a server terminates/aborts the connection.

v0.1.1

25 Aug 15:30
Compare
Choose a tag to compare

Wheels were erroneously built as universal wheels. Wheels are now built as py3 only.

v0.1.0

25 Aug 01:00
Compare
Choose a tag to compare

Initial Release