Skip to content

Releases: gwainor/arcstack-django-api

v0.2.1

01 Mar 16:35
f305c4e
Compare
Choose a tag to compare

This release is about a small update on the project dependencies.

pydantic is meant to be an optional dependency for another middleware that I am planning on.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Mar 15:23
51cd3d3
Compare
Choose a tag to compare

This release includes:

  • Changes process_params middleware hook name to process_endpoint and makes it similar to process_view.
  • Improvements on the CommonMiddleware for better handling exceptions
  • Some internal structural updates for better attachment internal variables to request object.
  • Updates on the docs
  • Adds more tests to increase the coverage to 90%

Full Changelog: v0.1.1...v0.2.0

v0.1.1

28 Feb 19:33
c44ccba
Compare
Choose a tag to compare

A small fix release for correcting the project URLs that is displayed in PyPI

Full Changelog: v0.1.0...v0.1.1

v0.1.0

28 Feb 18:29
39aea60
Compare
Choose a tag to compare

Initial Release