Releases: gbox-proxy/gbox
Releases · gbox-proxy/gbox
v1.0.1
helm-chart-1.0.0
GBox Helm chart for Kubernetes. GBox is a reverse proxy in front of any GraphQL server for caching, securing and monitoring.
v1.0.0
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 toGBOX_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.