Releases: tot-ra/graphql-schema-registry
Releases · tot-ra/graphql-schema-registry
v1.2.2 Assets can now be served from compiled version, depending on NODE_ENV env var
v1.2.1 https support
Update CHANGELOG.md
v1.2.0 SQL migrations
SQL migrations are now using sql files instead of js files, in case you need to ALTER DB with separate process and user
v1.1.4 Configuration of DB migrations
- New environment variable controlling the execution of DB migrations on application startup.
- New
npm
command to execute DB migrations explicitly.
v1.1.3 db container credentials fix
- fixed db credentials in docker-compose.yaml causing container startup issues, relying on root:root only now
v1.1.2 Database name is now configureable with env variable DB_NAME
Database name is now configureable with env variable DB_NAME
v1.1.1 fix database service name
- Default database service name matches config
v1.1.0 custom directives are supported
- Custom directives are supported in /schema/validate and /schema/push APIs
- dependencies updated
v1.0.7 Fix /schema/delete api
- Changed the REST DELETE controller to accept a schemaId as a path parameter
- Modified the documentation in the README accordingly.
- validate that input is required & is number
v1.0.6 Environment variables for config
Introduced environment variables for such things as MySQL & Redis connection parameters.