- Adapt to aiohttp>3.0
- Workaround a weird bug
- Fix deprecation warnings
- Prevent AttributeDict() from modifying its input
- #24: Fix error handling of server response
- #25: Fix for fetching resources without attributes
- Stop following next when there are no more items
- Fix build
- Use custom_url logic for all request methods
- #27: Await close on async sessions
- Add apk libffi-dev dependency
- Fix pytest.raise exception validation e.value
- Added .venv, .vscode, .pytest_cache to .gitignore
- Add support for extra headers as request_kwargs
- Support __getitem__ in Meta
- Handle empty relationship data list
- Allow returning link to relationship as an iterator
- Fix handling null one-to-one-relationship
- Don't explicitly quote filter values
- Include support
- When creating new resources, use default value specified in jsonschema, when available.
- Change Session.create_and_commit signature similarly as Session.create
- Remove ? from filenames (illegal in Windows)
- Pass event loop aiohttp's ClientSession
- Return resource from .commit if return status is 202
- Support underscores in field names in Session.create() through fields keyword argument.
- Add support for extra arguments such as authentication object
- AsyncIO support for context manager usage of Session
- Added aiohttp to install requirements
- Github release.
- Fix async content_type checking
- Use Python 3's new typing.NamedTuple instead of collections.NamedTuple
- Make included resources available from Document
- ResourceObject.json property