- allow to log forwarded requests differently if X-Forwarded-For is set
- improved error mechanism to be consistent in error writing
- updated requirements to newer versions
- schematics BaseError handling
- changes necessary for moving truemped->retresco
- Updated requires.io badge
- Removed buildout
- Tornado 4.2.1
- Python 3.4 compatibility
- Add pytest to mocked sys.argv
- Simplify integration testing of services
- Optionally install signal handlers
- Fix: the exception is called NotImplementedError.
- Fix minor typo in @provides docstring
- add graceful shutdown
- allow logging to stdout
- Enable log file name with pid
- General base class for middleware decorators
- Typed query params deal with validation of query params
- add a NoContent (204) http response
- upgrade schematics to 0.9-4 (#7, #8)
- add a text/html provider for rendering html using tornado.template
- Raise HTTPError when not returning a model
- A ValueError thrown by Model initialization returns a 400 Error
- fix for broken IE6 accept header
- allow latin1 encoded urls
- show-config, show-config-name and show-config-file-order
- enable tornado debug mode in the config
- Only add future callbacks if it is a future in the request handler
- Unittests using py.test
- HTTP Expires header support
- Caching configurable when adding the handlers
- Stats collecting using scales
- Fixed logging configuration
- Introduce health checks into supercell
- Add a test for mapping ctypes with encodings
- Only call finish() if the handler did not
- Minor fix for accessing the app in environments
- Add the @s.cache decorator
- Allow binding to a socket via command line param
- Use MediaType.ApplicationJson instead of the plain string
- Add managed objects and their access in handlers
- Use the async decorator instead of gen.coroutine
- Application integration tests
- Initial base service with testing
- Add the initial default environment
- No Python 3.3 because schematics is not compatible
- Request handling code, working provider/consumer
- Base consumer and consumer mapping
- Cleaned up code for provider logic
- Working provider logic and accept negotiation
- Fixing FloatType on Python 3.3
- Initial provider logic
- PyPy testing, dependencies and py2.6 unittest2
- Decorators simplified and working correctly
- Unused import
- Fixing iteritems on dicts in Py 3.3
- Fixing sort comparator issue on Py 3.3
- fix string format in Python 2.6
- Fixing test requirements
- nosetests
- travis-ci