Skip to content

Releases: nibrag/aiosocks

v0.2.6: Merge pull request #22 from nibrag/starttls

20 Nov 20:17
932374c
Compare
Choose a tag to compare

v0.2.5: Merge pull request #21 from nibrag/connector-fix

12 Nov 15:38
d6fef33
Compare
Choose a tag to compare
  • remove proxy_from_env
  • drop support aiohttp < 2.3.2

v0.2.4: Merge pull request #16 from nibrag/islice-fix

08 Jul 21:24
Compare
Choose a tag to compare

v0.2.3: Merge pull request #14 from nibrag/proxy_from_env

04 Jun 16:04
Compare
Choose a tag to compare

Add proxy_from_env to ProxyClientRequest to read from environment

v0.2.2

15 Apr 21:38
Compare
Choose a tag to compare

Minor fixes

v0.2.1

15 Apr 16:55
Compare
Choose a tag to compare

Dropped python 3.4 supporting
Droppend aiohttp 1.* version and added aiohttp 2.0 supporting
Migrate tests to pytest

v0.1.7

03 Aug 18:16
Compare
Choose a tag to compare

Fixed: Close waiter only if it is not closed

v0.1.6

15 Jun 15:16
Compare
Choose a tag to compare

Fixed: Raise an error if read fewer bytes than expected
Fixed: aiohttp bug (#905)
Fixed: Dependent on the "aiohttp" must be imported only in aiosocks.connector

v0.1.5

06 Jun 10:06
Compare
Choose a tag to compare

CHANGES

  • Fix: read exactly n bytes
  • Fix: create fully-formed command request
  • Added: proxy_connector method

Minor release, has a couple of bug fixes

17 May 11:58
Compare
Choose a tag to compare

CHANGES

  • Fix: ssl support
  • Added open_connection method
  • Added more test cases