Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.13 #64

Merged
merged 6 commits into from
Sep 8, 2023
Merged

Release v0.6.13 #64

merged 6 commits into from
Sep 8, 2023

Conversation

afr1ka
Copy link
Collaborator

@afr1ka afr1ka commented Sep 1, 2023

New features:

  1. New "graphql" mode that supports GraphQL protocol. In this mode, the APIFW is a proxy for HTTP(S)/WS(S) that parses the GraphQL queries, validates them against a provided schema, evaluates the complexity of these queries, and blocks queries if the query complexity is above the configured threshold.
  2. Limiting the complexity of queries, the maximum depth of the query, and the number of nodes in the query.
  3. Built-in GraphQL Playground.
  4. Disable GraphQL Introspection.

@afr1ka afr1ka merged commit f48d527 into main Sep 8, 2023
afr1ka added a commit that referenced this pull request Sep 8, 2023
* Add GraphQL support

* Add documentation content
@afr1ka afr1ka deleted the release/0.6.13 branch September 29, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants