Skip to content

Release 0.6.0

Latest
Compare
Choose a tag to compare
@rbw rbw released this 21 Nov 22:07
· 4 commits to master since this release
dc99114
  • Add support for the Attachment API, either directly or via a TableModel
  • Add TableModel tests
  • Improve test fixtures
  • Allow passing of return_only to TableModel.get
  • Rework models package structure
  • Clean up unused exceptions
  • Remove support for passing of custom aiohttp.session objects to Client
  • Rework the reference documentation

Note about Client session parameter removal:
Controlling what the Client session factory produces by passing a session to its constructor is no longer supported. Instead, the Client.get_session method should be overridden to accomplish the same thing.