Skip to content

Releases: Noctem/aiopogo

1.8.1

19 Apr 21:41
Compare
Choose a tag to compare
  • Prevent returning an un-awaited coroutine when getting code 400 with multiple hash keys
  • Check that the response on 400s is Unauthorized before concluding that the key is expired
  • Trim hash keys to 10 characters in logs and exceptions to prevent theft

1.8.0

19 Apr 04:03
Compare
Choose a tag to compare
  • Update to aiohttp 2.0
  • Update to aiosocks 0.2
  • Refactor session and connector management
  • Retry hash requests after some errors
  • Remove get_cell_ids_compact

1.7.2

14 Apr 23:57
Compare
Choose a tag to compare

Add new exception for unexpected auth errors

1.7.1

13 Apr 06:09
Compare
Choose a tag to compare

Much faster random number generation with cyrandom

1.7.0

09 Apr 09:00
Compare
Choose a tag to compare
  • Better client emulation of PTC login
  • non-blocking Google login with an executor
  • select the best available JSON functions in init and import from there instead of checking redundantly
  • remove unnecessary getters and setters
  • improve simplicity and efficiency of some functions
  • refactor and improve performance of request creation
  • refactor RpcApi a bit
  • fix a couple proto names

1.6.2

08 Apr 20:39
Compare
Choose a tag to compare

Update for 0.61.0

1.7.0b1

07 Apr 08:14
Compare
Choose a tag to compare
1.7.0b1 Pre-release
Pre-release

Waiting on some upstream fixes from aiosocks and some more stability/testing before taking this out of beta.

1.6.1

01 Apr 04:47
Compare
Choose a tag to compare

Update protos

1.6.0

31 Mar 23:40
Compare
Choose a tag to compare

Update to 0.59.1

aiohttp 2.0 support, refactoring

29 Mar 06:32
Compare
Choose a tag to compare
Pre-release

Waiting on some upstream fixes from aiohttp and aiosocks and some more testing before taking this out of beta.