Skip to content

Releases: python-odin/odinweb

Release 0.4.7

15 May 03:55
Compare
Choose a tag to compare

CORS support.

Get from PyPi

0.4.5 Beta 2

24 Oct 14:17
Compare
Choose a tag to compare
0.4.5 Beta 2 Pre-release
Pre-release

Fixes for Regex

0.4.5 Beta 1

24 Oct 12:03
Compare
Choose a tag to compare
0.4.5 Beta 1 Pre-release
Pre-release

Added support for Regular expressions in paths

Final beta

18 Aug 04:48
Compare
Choose a tag to compare

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

03 Aug 15:16
Compare
Choose a tag to compare
First Beta release Pre-release
Pre-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

01 Aug 14:28
Compare
Choose a tag to compare
Pre-release

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.