Changelog for micro.rest¶
0.2.3 (unreleased)¶
- Nothing changed yet.
0.2.2 (2016-03-06)¶
- Adding a manifest to fix swagger-ui not being bundled
0.2.1 (2016-03-06)¶
- Add bundled swagger-ui for automatic mounting
0.2.0 (2016-03-06)¶
- Add support for aiohttp
0.1.8 (2016-02-25)¶
- Nothing changed yet.
0.1.7 (2016-01-06)¶
- Behind the scenes: compatibility with future version of micro.web
0.1.6 (2015-06-17)¶
- Fixed imports structure to not to break gunicorn
0.1.4 (2015-05-28)¶
- By default, debug() binds to all interfaces not just localhost
- By default, debug() turns on logging to stdout
- Updated documentation
0.1.3 (2015-05-28)¶
- Added an ability to define Swagger for the method using convenient dictionary parameter, not only docstring
0.1.2 (2015-05-20)¶
- Logging configuration in debug mode made an option
0.1.1 (2015-05-20)¶
- API does not configure logging itself
0.1.0 (2015-05-19)¶
- First internal release