Skip to content

Releases: Noctem/aiopogo

1.5.2

20 Mar 04:15
Compare
Choose a tag to compare
  • remove get_time and use time directly
  • import only used names in a more places
  • adjust f2i and use for converting hash payload
  • remove unused f2h and d2h
  • remove unused pi and unhexlify imports
  • create a new function for compact cell IDs instead of checking an argument

1.5.1

16 Mar 00:11
Compare
Choose a tag to compare

Fix hashing of some coordinates

1.5.0

16 Mar 00:11
Compare
Choose a tag to compare

Add support for multiple hash tokens.

1.4.0

09 Mar 10:29
Compare
Choose a tag to compare

Remove support for outdated hashing.

1.3.5

07 Mar 20:24
Compare
Choose a tag to compare
  • Remove s2sphere support
  • Explicitly catch SocksErrors
  • Update hashing endpoint

1.3.4

04 Mar 02:10
Compare
Choose a tag to compare
  • start_time property in PGoApi
  • request_id property in RpcState

1.3.3

03 Mar 12:20
Compare
Choose a tag to compare
  • New BadRPCException for code 3
  • Renamed PgoapiError to AiopogoError

1.3.2

03 Mar 07:40
Compare
Choose a tag to compare

Fix bug from ujson rounding.

1.3.1

03 Mar 05:25
Compare
Choose a tag to compare
  • Use ujson for json decoding and encoding if available
  • automate uploads to PyPI

1.3.0

02 Mar 06:25
Compare
Choose a tag to compare
  • SignalLog improvements
  • Improved status code handling
  • Fix KeyError from Plat8 responses
  • Fix installation from source distributions