Releases: Noctem/aiopogo
Releases · Noctem/aiopogo
1.5.2
- 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
Fix hashing of some coordinates
1.5.0
Add support for multiple hash tokens.
1.4.0
Remove support for outdated hashing.
1.3.5
- Remove s2sphere support
- Explicitly catch SocksErrors
- Update hashing endpoint
1.3.4
start_time
property in PGoApi
request_id
property in RpcState
1.3.3
- New
BadRPCException
for code 3
- Renamed
PgoapiError
to AiopogoError
1.3.2
Fix bug from ujson rounding.
1.3.1
- Use ujson for json decoding and encoding if available
- automate uploads to PyPI
1.3.0
- SignalLog improvements
- Improved status code handling
- Fix KeyError from Plat8 responses
- Fix installation from source distributions