Skip to content

v0.3.0

Compare
Choose a tag to compare
@dnsbty dnsbty released this 17 Mar 23:20
· 105 commits to master since this release

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.