This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Releases: romshark/dgraph_graphql_go
Releases · romshark/dgraph_graphql_go
v1.3.1
v1.3.0
v1.2.0
v1.1.2
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 inQuery.posts
when no posts are found. - Removed some obsolete debug output.