Releases: nibrag/aiosocks
Releases · nibrag/aiosocks
v0.2.6: Merge pull request #22 from nibrag/starttls
20 Nov 20:17
Compare
Sorry, something went wrong.
No results found
New starttls implementation
v0.2.5: Merge pull request #21 from nibrag/connector-fix
12 Nov 15:38
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.2.3: Merge pull request #14 from nibrag/proxy_from_env
04 Jun 16:04
Compare
Sorry, something went wrong.
No results found
Add proxy_from_env to ProxyClientRequest to read from environment
v0.2.2
15 Apr 21:38
Compare
Sorry, something went wrong.
No results found
v0.2.1
15 Apr 16:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed: Close waiter only if it is not closed
v0.1.6
15 Jun 15:16
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
CHANGES
Fix: ssl support
Added open_connection method
Added more test cases