3.0.0 - 2018-01-28
- Upgrade to modern aiohttp adapter
2.3.0 - 2018-01-28
- Python 3.7 support
- Renamed adapaters to their implementation counter part. E.g. sync -> requests, ...
2.1.2 - 2016-11-05
- Fix for query args in new version of yarl (from aiohttp).
2.1.1 - 2016-11-03
- Updated cookie handling for new versions of aiohttp.
2.1 - 2015-12-04
Service.close
method for freeing resources.
2 - 2015-11-15
- Replace tornado backend with asyncio/aiohttp.
- Python 3.4+ is required now. (soon to be 3.5!)
1.4.0 - 2015-10-24
- The sync
get_pager
returns a sized iterator. - Connect and request timeout can be set from Service init.
- Made it possible to pass configuration to Adapter construction.
1.3.0 - 2015-10-19
Adapter.{set_cookie, get_cookie and get_header}
methods for consistent cookie interfaces regardless of adapter type.
1.2.0 - 2015-09-10
- Support for per request timeouts via {get,post,put,...}(..., timeout=10)
1.1.0 - 2015-09-09
- xml serializer support
- multi header support of HeaderAuth
Service(trailing_slash=True)
will always append a slash
- urn-less support for APIs that don't have a fixed urn
1.0.0 - 2014-01-25
- First stable release