gbox

Fast reverse proxy in front of any GraphQL server for caching, securing and monitoring.

APACHE-2.0 License

Stars
45

Bot releases are hidden (Show)

gbox - v1.0.6

Published by vuongxuongminh over 2 years ago

What's Changed

Full Changelog: https://github.com/gbox-proxy/gbox/compare/v1.0.5...v1.0.6

gbox - v1.0.5

Published by vuongxuongminh over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gbox-proxy/gbox/compare/v1.0.4...v1.0.5

gbox - v1.0.4

Published by vuongxuongminh over 2 years ago

Changelog

  • 30ab7fd feat: add utility to normalize graphql request (#29)
gbox - v1.0.3

Published by vuongxuongminh over 2 years ago

Changelog

  • f72c037 feat: invalidate cache should be immediately. (#28)
gbox - v1.0.2

Published by vuongxuongminh over 2 years ago

Changelog

  • d4af2df refactor!: avoid to use caddy duration as pointer. (#26)
gbox - v1.0.1

Published by vuongxuongminh over 2 years ago

Changelog

  • 2f17bb3 fix: wrong order priority of healthz endpoint. (#24)
gbox - v1.0.0

Published by vuongxuongminh over 2 years ago

Changelog

  • c9641c7 Add code of conduct
  • 55b6f57 Add flag to enable/disable metrics endpoint
  • a429fe8 Add handler test (#6)
  • a47636f Add healthcheck endpoint
  • 9a426ce Add sources
  • 1fa648c Change GBOX_SERVER_HOST env to GBOX_SERVER_NAME.
  • d151863 Initial commit
  • 8e61592 Merge pull request #5 from gbox-proxy/add-operation-request-duration-metrics
  • a420d7c feat(ci): add ci workflow (#17)
  • 9f0768a feat: add Dockerfile & config. (#18)
  • ce6842d feat: add caching debug headers directive.
  • 28ed227 feat: add golangci-lint (#15)
  • a41df38 feat: add operation request duration metrics
  • 21ecebd feat: add read debug headers directive.
  • 973b757 feat: add schema hash to caching plan tags.
  • bb3b5b8 feat: add support ws legacy protocol.
  • aa237bb feat: bump Caddy version to 2.5.0
  • e2354e0 feat: improve performance when creating caching request.
  • 8c920ff feat: improve performance.
  • b2ceeab feat: query result should be cache on current request context.
  • 33a490e feat[admin]: add purge all mutation.
  • d47a34a fix: arg evaluated time
  • 0c80547 fix: shadowed during return
  • 3f4901c fix: using nil pointer
  • 7bdfe2a improve increase hit times logic.
  • aba5ed7 improve swr http request creation.
  • cc32baf refactor!: caching query result tags field type.
  • a465685 refactor!: simplify caching metrics.
  • ea28c76 refactor!: simplify caching rules.
  • 5477a9d refactor!: simplify rule types config.