Releases: StarpTech/graphql-registry
Releases · StarpTech/graphql-registry
Release 0.3.0
- switch to AGPL-3.0 license (ae0bf42)
- rename diff to check and respond with a change report (f87d8d6)
- implement supergraph schema endpoint, make routingUrl mandatory (2067bcd)
- support validating an array of documents (e214df6)
- make test expectations easier to read (3f37da4)
- add query that impact all services (d3ad3c8)
- add example with managed federation (d5ac088)
- feat: add federation examples for mecurius and apollo gateway (0dcc32a)
- dont transform schema, only remove whitespaces (4a20f3a)
- add docker build script, reference issue in comment (9418447)
- fix #20 (18d3143)
- implement routingUrl, dont expose internal errors (27457d9)
- share schemas across endpoints (4d19692)
- fix #18 (#19) (b1ae219)
- add proper healthcheck (aa795ad)
- implement "current" tag that always points to the last (not versioned) registered schema (bd09388)
- use uid to generated ids (06eb169)
- create custom ajv instance and validate jwt payload (ac098ce)
- use private keyword (8fc2d5b)
- align naming (b32c00a)
- simplify sql queries (057da9a)
- update deps (fac9171)
- add deployment section, start as none root user and in production mode (24fc934)
- fix #12, endpoint to validate client operations against the latest schema (d59b666)
- version is required, use join (3408e00)
- type safe table field and name access (b0538d9)
- fix tests, add more response validations (190502d)
- go with camelCase anywhere (0517b1b)
- fix http method, improve docs (bd52432)
- rename service to manager, implement exists methods (8a00aa4)
- load .env in knexconfig for development (8eed3a0)
- remove prisma and implement knex (#15) (231cf3a)
- add coveralls support (b00a1e0)
- fix: compare against all available services (c1fef5e)
Release 0.2.0
- Rewrite registry to Node.js for easier adaption #13
Release 0.1.0
Release 0.0.2
Release 0.0.1
- add release skript (6a1ef61)
- add healthcheck endpoint (53e9065)
- move to npm in deploy script (02f70e3)
- add endpoint to delete PQ entry (dbeed52)
- update (caf6cfa)
- update readme (841d620)
- update logo (7e9b384)
- remove custom transpile step, use ulid from worktop (30b4477)
- add test for basic auth middleware, use timingsafeequal (ac31967)
- add more tests (dd4d1a9)
- update logo size (98ee642)
- add new logo (7db0c7b)
- add debug instructions (3178835)
- use npm (ecbe29c)
- add engines property (e5c6297)
- remove node 12, add node 16 (4c916ea)
- use map as kv storage, return always string as error (d4feef6)
- sync lock file (22de7a7)
- use ava as test runner (e8af173)
- rename test files (67d8028)
- add more tests (1986ece)
- remove snapshots (6219031)
- first commit (5576efd)
- Initial commit (84f2d8a)