- Official Python 3.11 support, remove Python 3.6 support.
- Update docs theme
- Add missing
__slots__
toQuery
class
- Added support for
httpx
client - Fixed
asyncio
deprecation warning - Added official Python 3.10 support
- Update build with poetry, github actions
- Add Python 3.9 support, drop 3.5.
- Add Python 3.8 support
- Drop Python 2 support
- Adopt
black
autoformatter - Fix error on import when no event loop is available
- Small fix in pypi package metadata
- Drop python 3.4 support (#83)
- Fix deprecation warning on python 3.7 (#35)
- Fix issue where
urllib
client would raiseHTTPError
on HTTP error status codes (#33).
- improvements to documentation
- official python 3.7 support
- small fixes to documentation
- remove deprecated
auth_method
parameter inexecute()
- fix in README
auth
parameter accepts callables- deprecate
auth_method
parameter (to remove in version 1.3) - paginated queries
- make
asyncio
client more robust - added two new recipes
- remove
tutorial
directory from build
- fixes to docs
- fixes to docs
- python 2 compatibility
- implement overridable
__execute__
,__execute_async__
- improvements to
aiohttp
,urllib
clients
- fixes for sending requests with default clients
- improvements to docs
- improvements to docs
- fix for
send_async
- improvements to docs
- added slack API example
related
decorator replacesRelation
query class- bugfixes
- improvements to docs
- rename Request/Response data->content
Relation
query class
- removed generator utils and serialization logic (now seperate libraries)
- improvements to docs
- generator-based queries
- fixes to documentation
- improvements to versioning info
- implement basic resource and simple example