Skip to content

v0.16.0

Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 27 Mar 15:27
· 130 commits to production since this release
4f8d685

Features

  • Support CORS requests to introspection routes.

Bugfixes

  • Prevent TypeErrors from occurring during pydantic error formatting.

    This was caused by integer list indexes in pydantic error locations.

Documentation

  • Fix failing documentation builds (locally, and in Read the Docs).
  • Enforce reproducible documentation builds using full dependency locking.
  • Bump the OpenAPI documentation version and build the documentation.

Development

  • Test documentation builds in GitHub CI.

  • Update make install so it can get developers up and running.

  • Document that make install can get developers up and running.

Dependencies

  • Manage test, mypy, and doc dependencies using a consistent framework.
  • Introduce a standard command, tox run -m update, that can update dependencies.