Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@ManicJamie ManicJamie released this 04 May 19:04
· 35 commits to master since this release

Breaking changes:

  • .datatypes.STRICT_TYPE_CONFORMANCE replaced with .config.COERCION. Default is still coercion w/ warning on incomplete types.
  • Endpoints moved out of the main namespace & to .endpoints.
  • Paginated requests without _combine_results defined now raise NotImplementedError

New features:

  • Dozens of new endpoints
  • Majority inline documentation
  • Majority enum coverage
  • You can pass autovary=True to .perform() to pass a random vary with your request, bypassing cache
  • You can pass max_pages to .perform_all() to set a maximum number of pages retrieved.

Full Changelog: v0.3.3...v0.4.0