Starlite

Latest version: v1.51.16

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 32

2.3.2

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

* fix(router): fix reference cycle in node validation by provinzkraut in https://github.com/litestar-org/litestar/pull/2630

New Contributors

* Kumzy made their first contribution in https://github.com/litestar-org/litestar/pull/2615

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.3.1...v2.3.2

2.3.1

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

* fix(CLI): 2613 - SSL certificate feature breaks default no-tls setups when using reload or multiple workers by provinzkraut in https://github.com/litestar-org/litestar/pull/2616


**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.3.0...v2.3.1

2.3.0

❤️ Sponsors ❤️
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): [Telemetry Sports](https://telemetrysports.com/) (via chris-telemetry) benjamin-kirkbride crisog geeshta
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

Bugfixes 🐛
* Use the custom request class if available when handling exceptions by guacs in https://github.com/litestar-org/litestar/pull/2444
* Support generic types for OpenAPI schema generation by guacs in https://github.com/litestar-org/litestar/pull/2463
* Fix rendering of openapi parameter examples by peterschutt in https://github.com/litestar-org/litestar/pull/2509
* Fix UTF-8 handling for structlog request logging by brakhane in https://github.com/litestar-org/litestar/pull/2530
* Fix `ExceptionHandler` typing by peterschutt in https://github.com/litestar-org/litestar/pull/2533
* Fix variable length tuples in OpenaAPI by peterschutt in https://github.com/litestar-org/litestar/pull/2552
* Fix channels performance issue with polling without subscriptions by provinzkraut in https://github.com/litestar-org/litestar/pull/2547
* Fix missing missing oauth2 callback in swagger by heralight in https://github.com/litestar-org/litestar/pull/2524
* Fix CLI schema export with non-serializable types by peterschutt in https://github.com/litestar-org/litestar/pull/2581
* Fix OpenAPI schema generation for `Literal` and `Enum` unions with `None` by peterschutt in https://github.com/litestar-org/litestar/pull/2550
* Fix cache overrides when using same route with different handlers by Alc-Alc in https://github.com/litestar-org/litestar/pull/2592


New features 🔧
* Python 3.12 support by JacobCoffee in https://github.com/litestar-org/litestar/pull/2396
* `signature_types` application arg by peterschutt in https://github.com/litestar-org/litestar/pull/2422
* Rapidoc for openapi schema visualisation by betaboon in https://github.com/litestar-org/litestar/pull/2522
* Support for Pydantic 1 and 2 within the same application by provinzkraut in https://github.com/litestar-org/litestar/pull/2487
* `ResponseCacheConfig.cache_response_filter` by peterschutt in https://github.com/litestar-org/litestar/pull/2537
* SSL Context and self-signed certificates for CLI by geeshta in https://github.com/litestar-org/litestar/pull/2554
* PKCE support by heralight in https://github.com/litestar-org/litestar/pull/2524

New Contributors 🎉
* pbaletkeman made their first contribution in https://github.com/litestar-org/litestar/pull/2506
* betaboon made their first contribution in https://github.com/litestar-org/litestar/pull/2522
* brakhane made their first contribution in https://github.com/litestar-org/litestar/pull/2530
* orgarten made their first contribution in https://github.com/litestar-org/litestar/pull/2497
* AgarwalPragy made their first contribution in https://github.com/litestar-org/litestar/pull/2558
* heralight made their first contribution in https://github.com/litestar-org/litestar/pull/2524
* dybi made their first contribution in https://github.com/litestar-org/litestar/pull/2572
* myslak71 made their first contribution in https://github.com/litestar-org/litestar/pull/2598

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.2.1...v2.3.0

2.2.1

💰 Sponsors 💰
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): benjamin-kirkbride crisog
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

Deprecations ⚠️
* refactor: Deprecate `LitestarType`. by peterschutt in https://github.com/litestar-org/litestar/pull/2428
> [!WARNING]
>Adds a warning starting in v2.2.1, to be removed in v3.0.0

Fixes 🔧
* fix(infra): add ``full`` back to optional dependencies by JacobCoffee in https://github.com/litestar-org/litestar/pull/2433


**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.2.0...v2.2.1

2.2.0

💰 Sponsors 💰
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): benjamin-kirkbride crisog
[OpenCollective](https://opencollective.com/litestar): Christian Y, Anonymous

What's Changed

Bugfixes

* Fix 2381 - Objects converted to `bool` in debug response by geeshta in https://github.com/litestar-org/litestar/pull/2384
* Fix 2358: Re-export filters and exceptions from advanced-alchemy by provinzkraut in https://github.com/litestar-org/litestar/pull/2360
* Fix: Re-Add missing `create_engine()` method to SQLAlchemy configs by peterschutt in https://github.com/litestar-org/litestar/pull/2382
* Fix 2368 - before_request handler modifies handler signature by provinzkraut in https://github.com/litestar-org/litestar/pull/2391
* Fix 1301 - Ensure compression is applied before response caching by provinzkraut in https://github.com/litestar-org/litestar/pull/2393
* Don't implicitly parse URL encoded form data as JSON by provinzkraut in https://github.com/litestar-org/litestar/pull/2394


New features
* Enable CLI by default by lsanpablo in https://github.com/litestar-org/litestar/pull/2346
* Allow customization of Pydantic integration by cofin in https://github.com/litestar-org/litestar/pull/2404
* Add `/schema/openapi.yml` to the available schema paths by JacobCoffee in https://github.com/litestar-org/litestar/pull/2411
* Add experimental `DTOCodegenBackend` by provinzkraut in https://github.com/litestar-org/litestar/pull/2388
* Improve error messages for missing required parameters by provinzkraut in https://github.com/litestar-org/litestar/pull/2418

Other changes
* (typing): app `listeners` param typed as `Sequence`. by peterschutt in https://github.com/litestar-org/litestar/pull/2366
* Lazy import example creator by provinzkraut in https://github.com/litestar-org/litestar/pull/2390

Documentation

* Remove stale hooks 2375 by JacobCoffee in https://github.com/litestar-org/litestar/pull/2377
* Update ``url`` to ``path`` in ``Redirect`` to resolve 2407 by JacobCoffee in https://github.com/litestar-org/litestar/pull/2410
* Add section for `DTOCodegenBackend` by provinzkraut in https://github.com/litestar-org/litestar/pull/2415
* Fix `docs/usage/testing` indentation by Lancetnik in https://github.com/litestar-org/litestar/pull/2425


New Contributors
* lsanpablo made their first contribution in https://github.com/litestar-org/litestar/pull/2346
* hyperknot made their first contribution in https://github.com/litestar-org/litestar/pull/2420
* Lancetnik made their first contribution in https://github.com/litestar-org/litestar/pull/2425

**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.1.1...v2.2.0

2.1.1

💰 Sponsors 💰
[GitHub Sponsors](https://github.com/sponsors/litestar-org/): benjamin-kirkbride crisog
[OpenCollective](https://opencollective.com/litestar): Christian Y, GitHub Sponsors, Shubham Prajapati, Snyk

What's Changed

Bugfixes
* Fix `DeprecationWarning` raised by `Response.to_asgi_response` by provinzkraut in https://github.com/litestar-org/litestar/pull/2364


**Full Changelog**: https://github.com/litestar-org/litestar/compare/v2.1.0...v2.1.1

Page 5 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.