Skip to content

cot-v0.4.0

Choose a tag to compare

@cotbot cotbot released this 11 Sep 21:34
· 53 commits to master since this release
e8a3fd1

Read more about this release here: https://mackow.ski/blog/cot-v04-particularly-lazy/

View diff on diff.rs

New features

Fixes

  • [breaking] OpenAPI specs with item references (#333) (by @m4tx)
  • Clippy warning in the latest nightly (#346) (by @m4tx)
  • Ignored doctest (#372) (by @m4tx)
  • Swagger not working when static files weren't served at /static/ (#383) (by @m4tx)
  • Trybuild tests on the latest nightly (#386) (by @m4tx)

Other

  • [breaking] Remove deprecated items (#349) (by @m4tx)
  • [breaking] Add #[non_exhaustive] to config structs (#354) (by @m4tx)
  • [breaking] (deps) Bump all dependencies (#361) (by @dependabot[bot])
  • [breaking] Add #[non_exhaustive] to FormError variants (#374) (by @m4tx)
  • [breaking] FromRequest(Parts) only gets immutable request parts (#377) (by @m4tx)
  • Tiny doc and code consistency fixes (#348) (by @m4tx)
  • Fix clippy warnings on Rust 1.88 (#355) (by @m4tx)
  • Custom Default impl for SessionMiddlewareConfig (#359) (by @ElijahAhianyo)
  • Warn on clippy::allow_attributes; fix clippy warnings (#363) (by @m4tx)
  • Fix warning on stable clippy (#364) (by @m4tx)
  • (pre-commit) Add HTML/Jinja2 linter & formatter (#365) (by @melroy12)
  • Style fixes; replace todo!() with unimplemented!() (#370) (by @m4tx)
  • Extract LiveReloadMiddleware to a separate file (#375) (by @m4tx)
  • (deps) Bump the dependencies group with 11 updates (#384) (by @dependabot[bot])
  • (deps) Bump all deps (#396) (by @m4tx)

Contributors