Releases: python-odin/odinweb
Release 0.4.7
0.4.5 Beta 2
Fixes for Regex
0.4.5 Beta 1
Added support for Regular expressions in paths
Final beta
This is a final release with complete functionality to start building APIs.
This is released along with Flask and Bottle with Django following in the next couple of days (Django integration is a lot more in-depth and includes integration with Models/Forms etc)
This release was bumped to 0.4 as namespaces have been migrated to pkgutil.
Install from PyPI.
First Beta release
With test coverage sitting at 99.11% and a code health rating of 100% a beta is in order.
This release includes coverage of url signing and an implementation of a signing middleware to drive it.
Known bugs/issues
- Signing does not support multiples of the same key (as is valid in query strings)
- The Testing MockRequest similarly does not handle these
- Signing middleware does not update swagger docs
- The name of path params generated by shortcuts is hard coded to {resource_id}
Alpha release of the API
A redesign of the internals to more closer match swagger. This is the first release with a stable API and ~87.5% test coverage (with full coverage of external interaction).
Includes support for Flask and Bottle along with initial work for Django.