Releases: tot-ra/graphql-schema-registry
Releases · tot-ra/graphql-schema-registry
v2.2.2 Minor & patch dependencies updated
Update CHANGELOG.md
v2.2.1 fix ASYNC_SCHEMA_UPDATES default value parsing
Update CHANGELOG.md
v2.2.0 Async schema update
v2.1.1 chores - dependencies updated
Dependencies in examples
Dependabot security updates
v2.1.0 add dotenv config
It's not possible to use .env
file to define environment variables (git-ignored), so it should be easier to install on the host machines directly
v2.0.1 automatic security patch
Update CHANGELOG.md
v2.0.0 Add DELETE /service/:name
Added
- New endpoint to hard-delete schemas of specific service
DELETE /schema/:schemaId
Breaking Change
- Renamed endpoint that deactivates specific schema
Before:
DELETE /schema/delete/:schemaId
After:
DELETE /schema/:schemaId
v1.2.5 Service URL registration & visual update
Added
- Service url storage to emulate managed federation
- logo to navigation
- dockerized light mode for faster UI development (see README)
Changed
- reduced paddings in UI
v1.2.4 Fixed handling deactivated schemas when building the federated graph
Handling deactivated schemas when building the federated graph. (#37)
v1.2.3 Dockerfile for self-contained deployment
Update CHANGELOG.md