Skip to content

Releases: podium/uinta

v0.3.1

18 Mar 22:29
Compare
Choose a tag to compare

Bug Fixes

  • When the include_variables flag was passed to the plug, any time a post request was received without variables in the request body, an error would occur. In this update, variables will only be looked for if the request has both an operationName and type. Additionally it will now only return variables if they were given, whether the request be a GraphQL one or not.

v0.3.0

17 Mar 23:20
Compare
Choose a tag to compare

New Features

  • filter variables
    When passing the include_variables: true flag to Uinta.Plug, the variables password, passwordConfirmation, idToken, and refreshToken will now be filtered from the logs by default. If you would like to disable this, you can pass the option filter_variables: [] to the plug. You can also pass in a custom list of variables to filter out.

v0.2.0

17 Mar 23:13
Compare
Choose a tag to compare

New Features

  • Include GraphQL variables to logs generated by Uinta.Plug
    By including the option include_variables: true when initializing the plug, they'll be appended to the log line.

v0.1.0

16 Mar 19:58
Compare
Choose a tag to compare

The initial release of the uinta library