Skip to content

Releases: tot-ra/graphql-schema-registry

v1.2.2 Assets can now be served from compiled version, depending on NODE_ENV env var

01 Feb 09:56
d1949b7
Compare
Choose a tag to compare

v1.2.1 https support

22 Jan 14:21
eab98db
Compare
Choose a tag to compare
Update CHANGELOG.md

v1.2.0 SQL migrations

12 Jan 15:14
56a9324
Compare
Choose a tag to compare

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

24 Dec 11:03
99ec0e6
Compare
Choose a tag to compare
  • 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

20 Dec 17:45
2e551ce
Compare
Choose a tag to compare
  • 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

17 Dec 09:50
01aab5d
Compare
Choose a tag to compare

Database name is now configureable with env variable DB_NAME

v1.1.1 fix database service name

16 Dec 18:45
fc44bc8
Compare
Choose a tag to compare
  • Default database service name matches config

v1.1.0 custom directives are supported

14 Dec 18:35
Compare
Choose a tag to compare
  • Custom directives are supported in /schema/validate and /schema/push APIs
  • dependencies updated

v1.0.7 Fix /schema/delete api

14 Dec 18:11
Compare
Choose a tag to compare
  • 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

11 Dec 22:50
Compare
Choose a tag to compare

Introduced environment variables for such things as MySQL & Redis connection parameters.