- Fixed some errors in README.rst that prevented successfull build
- Prevent internal server errors upon database delete when there are multiple active sessions
- Blacklist postgres as username
- Allow user to supply username in the format user@host himself.
- init-db now constructs usernames identical to the server. Thus, user@host names now work properly.
- Fix log messages of Gunicorn and Flask not ending up in the root logger.`
- return proper HTTP status codes, when deleting postgraas instances
- prevent creation of databases with an empty password as those cannot be removed.
- return http status code 409 instead of 200 in case of a name conflict during creation of a new instance.
- security: Harden the Postgres cluster backend against SQL injections.
- hardened the server against leaking of database connections and transactions.
- breaking change: config not ini anymore, but json
- add support for secure-config (experimental)
- add support for simple Postgres Cluster as backend
- add support for sentry (https://sentry.io)
- bugfix: varchar(50) field in the DB too small for hostname
- added authentication to delete resource
- added init script
- fixed postgraas to 9.4
- fixed docker version 1.12
- bugfix: password was not set in instance
- automated release process via travis
- fixed meta db initialization
- removed postgraas instance one and fixed the tests
- Introduced completely new API v2
- First running version