New major release that brings dependencies up-to-date, improves code coverage and includes one breaking change: when a validation error is reported while validating the data in a POST request, instead of returning 400 Bad Request
, we now return 422 Unprocessable Entity
.
What's Changed
- chore(deps): bump simple_logger from 4.2.0 to 4.3.0 by @dependabot in #10
- chore(deps): bump zerocopy from 0.7.20 to 0.7.31 by @dependabot in #15
- chore(deps): bump serde from 1.0.192 to 1.0.193 by @dependabot in #9
- chore(deps): bump utoipa-swagger-ui from 4.0.0 to 5.0.0 by @dependabot in #12
- chore(deps): bump utoipa-rapidoc from 1.0.0 to 2.0.0 by @dependabot in #13
- chore: merge updates from templates (mostly for CI) by @clechasseur in #16
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #17
- chore(deps): bump utoipa-redoc from 1.0.0 to 2.0.0 by @dependabot in #11
- chore(deps): bump test-log from 0.2.13 to 0.2.14 by @dependabot in #14
- chore(deps): bump thiserror from 1.0.50 to 1.0.51 by @dependabot in #18
- chore(deps): bump tokio from 1.34.0 to 1.35.1 by @dependabot in #21
- chore(deps): bump anyhow from 1.0.75 to 1.0.76 by @dependabot in #22
- chore(deps): bump utoipa from 4.0.0 to 4.1.0 by @dependabot in #7
- v0.2.0 by @clechasseur in #23
- chore(deps): bump actix-web from 4.4.0 to 4.4.1 by @dependabot in #24
- chore(deps): bump thiserror from 1.0.51 to 1.0.52 by @dependabot in #26
- chore(deps): bump anyhow from 1.0.76 to 1.0.77 by @dependabot in #27
- feat!: JSON validation errors while parsing POST data will return 422 by @clechasseur in #28
- Try to bring test coverage up to near 100% by @clechasseur in #29
Full Changelog: v0.1.0...v0.2.0