This commit is contained in:
Joe Nelson
2016-06-10 22:43:58 -07:00
parent 455f086880
commit e8426671c0
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased ## Unreleased
### Added
### Fixed
## [0.3.2.0] - 2016-06-10
### Added ### Added
- Reload database schema on SIGHUP - @begriffs - Reload database schema on SIGHUP - @begriffs
- Support "-" in column names - @ruslantalpa - Support "-" in column names - @ruslantalpa
+1 -1
View File
@@ -1,6 +1,6 @@
FROM debian:jessie FROM debian:jessie
ENV POSTGREST_VERSION 0.3.1.1 ENV POSTGREST_VERSION 0.3.2.0
ENV POSTGREST_SCHEMA public ENV POSTGREST_SCHEMA public
ENV POSTGREST_ANONYMOUS postgres ENV POSTGREST_ANONYMOUS postgres
ENV POSTGREST_JWT_SECRET thisisnotarealsecret ENV POSTGREST_JWT_SECRET thisisnotarealsecret
+1 -1
View File
@@ -10,7 +10,7 @@
}, },
"POSTGREST_VER": { "POSTGREST_VER": {
"description": "Version of PostgREST to deploy", "description": "Version of PostgREST to deploy",
"value": "0.3.1.1" "value": "0.3.2.0"
}, },
"DB_NAME": { "DB_NAME": {
"description": "Database name", "description": "Database name",
+1 -1
View File
@@ -2,7 +2,7 @@ name: postgrest
description: Reads the schema of a PostgreSQL database and creates RESTful routes description: Reads the schema of a PostgreSQL database and creates RESTful routes
for the tables and views, supporting all HTTP verbs that security for the tables and views, supporting all HTTP verbs that security
permits. permits.
version: 0.3.1.1 version: 0.3.2.0
synopsis: REST API for any Postgres database synopsis: REST API for any Postgres database
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE