Skip to content

Releases: tot-ra/graphql-schema-registry

v2.2.2 Minor & patch dependencies updated

04 Feb 17:07
646742d
Compare
Choose a tag to compare

v2.2.1 fix ASYNC_SCHEMA_UPDATES default value parsing

08 Dec 17:23
2319464
Compare
Choose a tag to compare

v2.2.0 Async schema update

23 Nov 12:15
9a54f51
Compare
Choose a tag to compare

Allows schema update to notify gateway over kafka

You need to have these env vars defined:

  • ASYNC_SCHEMA_UPDATES
  • KAFKA_BROKER_HOST
  • KAFKA_BROKER_PORT

Then in the gateway (see examples) you will be able to consume kafka message
Screenshot 2021-11-23 at 13 32 23

PRs:
#44
#72

v2.1.1 chores - dependencies updated

08 Nov 13:13
4ca1611
Compare
Choose a tag to compare

Dependencies in examples
Dependabot security updates

v2.1.0 add dotenv config

25 Oct 12:30
7e8b611
Compare
Choose a tag to compare

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

25 Oct 08:25
315860a
Compare
Choose a tag to compare
Update CHANGELOG.md

v2.0.0 Add DELETE /service/:name

01 Oct 12:42
Compare
Choose a tag to compare

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

02 Jul 13:49
Compare
Choose a tag to compare

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

25 May 06:59
bcd12b5
Compare
Choose a tag to compare
Handling deactivated schemas when building the federated graph. (#37)

v1.2.3 Dockerfile for self-contained deployment

22 Feb 12:46
d70fede
Compare
Choose a tag to compare