Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Releases: romshark/dgraph_graphql_go

v1.3.1

13 Jun 22:10
Compare
Choose a tag to compare

Fixed

  • fixed two gqlshield bugs:
    • escaped characters should remain untouched inside strings
    • escaped quotation marks should be treated as regular quotation marks

v1.3.0

03 Jun 18:52
0a7368a
Compare
Choose a tag to compare

Added

  • Added "GraphQL Shield" to allow GraphQL query whitelisting.

v1.2.0

29 May 02:43
Compare
Choose a tag to compare

Added

  • Added support for TOML configuration files

Fixed

v1.1.2

29 May 01:22
Compare
Choose a tag to compare

Added

  • A new debug log target is now configurable.
  • The server now logs database connection establishment and transport layer initialization to the debug log.

Fixed

  • Fixed incorrect error log prefix.
  • Fixed API error reporting (GraphQL syntax errors are now returned instead of being logged as internal error).
  • Fixed index out of range panic in Query.posts when no posts are found.
  • Removed some obsolete debug output.

v1.1.1

23 May 17:12
Compare
Choose a tag to compare

Fixed

  • Fixed GraphQL introspection by using the standard query response format.

v1.1.0

23 May 16:34
Compare
Choose a tag to compare

Changed

  • Improved logging, which is not configurable through the API server options

v1.0.0

22 May 17:07
2131a8c
Compare
Choose a tag to compare

First official release covering all basic functionality and security features.