Skip to content

v0.8.0

Latest

Choose a tag to compare

@bentsku bentsku released this 01 Feb 19:47
· 1 commit to main since this release

This release brings support for Twisted >= 24.10, bug fixes for multi-value header concatenation and WebSockets header casing, and typing improvements.

We also added a new tutorial for building REST APIs with SQLmodel, check out https://rolo.localstack.cloud/tutorials/rest-api-sqlmodel.html!

What's Changed

  • fix header casing for Twisted WebSockets by @bentsku in #26
  • Remove accept encoding header by @cloutierMat in #27
  • fix multi-value headers concatenation by @bentsku in #29
  • Typing: Add overload to Router.add() for function-style endpoints by @bblommers in #31
  • add pydoc docstrings throughout the codebase by @thrau in #32
  • add tutorial to build REST APIs with SQLmodel by @thrau in #21
  • add bentsku to codeowners by @thrau in #33
  • fix header case handling and support twisted >=24.10 by @thrau in #34

New Contributors

Full Changelog: v0.7.0...v0.8.0