Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# CHANGELOG
## v0.6 - 2021-04-08
### Added
* ignore request path options to `Uinta.Plug`, to filter out request unwanted unless HTTP status returned
is not a 200-level status
* Adds a CHANGELOG
* Adds a duration_ms as a number
### Changed
* Upgraded the package dependencies
## v0.5 - 2020-11-04
### Added
* ignore request path options to `Uinta.Plug`, to filter out request unwanted unless HTTP status returned
is not a 200-level status
## v0.4.2 - 2020-03-31
### Changed
* properly handle GraphQL queries with no commas
## v0.4.1 - 2020-03-31
### Changed
* handle array arguments properly in the regex
## v0.4.0 - 2020-03-30
### Changed
* better handle queries with no operationName