[openstack-announce] [release][wsme] wsme release 0.8.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Aug 25 15:08:20 UTC 2015
We are amped to announce the release of:
wsme 0.8.0: Simplify the writing of REST APIs, and extend them with
additional protocols.
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/stackforge/wsme
With package available at:
https://pypi.python.org/pypi/WSME
For more details, please see the git log history below and:
https://launchpad.net/wsme/+bugs/+milestone/0.8.0
Please report issues through launchpad:
https://bugs.launchpad.net/wsme/+bugs
Changes in WSME 0.7.0..0.8.0
----------------------------
1dc4421 Return 400, if the query string is not a dict
078cd72 rest: return 415 when content-type is invalid
03f0c0b json: raise ValueError invalid list or dict
2cb266e Fixes exception path with the datatype is a Object
1fef3f2 Update README formatting for release tools
e6d471b Set up dependencies for cross-tests
6461c1b Complex types should check unexpected attributes
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
README.rst | 7 ++-
tox-tmpl.ini | 6 +-
tox.ini | 2 +
wsme/exc.py | 28 ++++++++++
wsme/rest/args.py | 7 ++-
wsme/rest/json.py | 62 +++++++++++++++------
wsme/root.py | 6 +-
10 files changed, 215 insertions(+), 27 deletions(-)
More information about the OpenStack-announce
mailing list