Skip to content

Releases: StarpTech/graphql-registry

Release 0.3.0

23 May 20:58
Compare
Choose a tag to compare
  • 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

02 May 15:15
Compare
Choose a tag to compare
  • Rewrite registry to Node.js for easier adaption #13

Release 0.1.0

25 Apr 17:20
Compare
Choose a tag to compare
  • implement schema garbage collector endpoint (e2ca7f8)
  • add benchmark (13cdae8)
  • fix #9 (656ef13)
  • upgrade to latest worktop version (5994780)
  • remove unused package (977a049)
  • add schema deactivation endpoint, add basic auth challenge for browser (4f80835)

Release 0.0.2

24 Apr 17:30
Compare
Choose a tag to compare
  • add use case section in readme (51f9b25)
  • add more tests, fix schema test (0a7a352)
  • improve readme (440add3)
  • fix Buffer is not available, add ttl to pq store (13f6a17)
  • remove debugger instructions (efc0545)

Release 0.0.1

24 Apr 12:19
Compare
Choose a tag to compare