Skip to content

Releases: fasibio/GraphqlDockerProxy

0.0.14 Update Dependencies

18 Dec 13:21
Compare
Choose a tag to compare

Updated to new Dependencies
So now the deep package event-stream is away from this Product

0.0.13

09 Oct 09:27
4d849f8
Compare
Choose a tag to compare

A fast Update!
Refactor documentation.
Update Image (No Comic Sans)
Added Feature #9 to hide introspection on Produktionserver
Added Feature #7 . Now you can use Appolo Engine for tracking etc..

ADDED Watcher

05 Oct 08:29
Compare
Choose a tag to compare

Now the Poller changed to a watcher by Docker and Kubernetes.
Change project from javascript to typescript
make more refactor.
Since this version the poller are deprecated and will not be save in future update.
The Readme is changed to the Watcher logic. So you can do the quickstart with the watcher.
(You have only change the propertie qglProxyRuntime... that all )

0.0.11

15 Aug 09:19
Compare
Choose a tag to compare

Added gqlBodyParserLimit to set max body size

Healthcheck new Apollo GraphQL version. Hello Playground

04 Aug 05:59
Compare
Choose a tag to compare
  • Added a health Check /health

  • For docker you have now a heathy state.

  • For K8s you can use the /health to configure a rediness/liveness probe
    Issue #6

  • Update Apollo GraphQL Version to Mayor Release 2.0.0.

  • Added a sonar for higher code Quality.

0.0.9

21 Jul 06:56
Compare
Choose a tag to compare
  • Added more Admin query
    • Show Configuration etc..
  • Added k8s namespace Blacklist
  • If the k8s User have no permission to a namespace the namespace Comes to the Blacklist. (So this namespace will be no longer polled.
    You can Clear the Blacklist with a query at the Admin graphql
  • Added Version inside container #3