Releases: litestar-org/litestar
Releases · litestar-org/litestar
v1.6.2
What's Changed
- Issue 188: resolve exceptions swallowing args by @Goldziher in #281
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
What's Changed
- Add support for layered parameters by @Goldziher in #261
Full Changelog: v1.5.4...v1.6.0
v1.5.4
What's Changed
- Add
TYPE_CHECKING
blocks to all required files by @Harry-Lees in #265 - Refactor
Starlite.construct_route_map
by @danesolberg in #263 - Fix typos discovered by codespell by @cclauss in #268
- Add: Brotli compression middleware by @cofin in #252
New Contributors
- @Harry-Lees made their first contribution in #265
- @cclauss made their first contribution in #268
- @cofin made their first contribution in #252
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- Improve path param validation during registration by @danesolberg in #256
- Fixes route exception handler resolution. by @peterschutt in #260
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Route path edge case handling by @danesolberg in #245
New Contributors
- @imbev made their first contribution in #242
- @185504a9 made their first contribution in #244
- @Seon82 made their first contribution in #247
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Dependency validation failures return a 500 response. by @peterschutt in #202
- Raise exception on routes with duplicate path parameters (#204) by @danesolberg in #205
- add gzip middleware support by @Goldziher in #209
New Contributors
- @danesolberg made their first contribution in #205
- @allcontributors made their first contribution in #211
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Import testing dynamically, install requests as extra dependency by @Bobronium in #174
- Discourage testing import from package, fix star import from
starlite
by @Bobronium in #183 - Change to order of exception handler resolution. by @peterschutt in #186
- Provides a callback interface for modifying the instantiated template engine by @peterschutt in #172
- Override
TestClient.__enter__()
to support downstream typing. by @peterschutt in #184 - Add support for layered middleware by @Goldziher in #173
- Fix openapi schema item types by @Goldziher in #198
- update exception handling by @Goldziher in #197
New Contributors
- @mybigman made their first contribution in #171
- @Bobronium made their first contribution in #174
Full Changelog: v1.4.2...v1.5.0
v1.4.2
v1.4.1
What's Changed
- Fix
Provide
for@classmethod
by @peterschutt in #149 - Empty response content for 204 status and
None
handler return value by @peterschutt in #155 - Add example of middleware modifying response. by @peterschutt in #156
- Update exception handling by @Goldziher in #160
- Adds
utils.is_async_callable()
tests.test_utils
module. by @peterschutt in #162
New Contributors
- @dependabot made their first contribution in #139
- @vrslev made their first contribution in #152
Full Changelog: v1.4.0...v1.4.1