Changelog for micro.web

0.2.1 (unreleased)

  • Nothing changed yet.

0.2.0 (2016-03-08)

  • Remove asynctest as a required dep
  • Pinned versions to get build passing

0.1.11 (2015-09-11)

  • Defaults to guessing the service name used in logging instead of HipchatMicro

0.1.10 (2015-07-09)

  • Fixed mounting dynamic routes on empty prefix

0.1.9 (2015-07-09)

  • Allowed mounting resources on empty prefix

0.1.8 (2015-06-23)

  • Added outgoing headers manipulation support

0.1.7 (2015-06-19)

  • Fixed requirements to stop producing pypi’s VersionError with asynctest latest version

0.1.6 (2015-05-29)

  • Debug server binds to external address by default
  • Added socket_family to micro.web.app.Micro.run() method in order to support more platforms

0.1.5 (2015-05-21)

  • Boolean results now will be jsonized and written to response body when returned from request handlers

0.1.4 (2015-05-21)

  • Empty dicts and lists now will be written to response body when returned from request handlers

0.1.3 (2015-05-21)

  • Resource mounting is now working with dynamic routes

0.1.2 (2015-05-20)

  • Logging configuration in app.run() made optional

0.1.1 (2015-05-20)

  • Fixed bug for application startup in debug mode on some hosts.

0.1.0 (2015-05-19)

  • First internal release