Starlite

Latest version: v1.51.16

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

Scan your dependencies

Page 12 of 32

1.48.1

Not secure
What's Changed

Bugfixes
* Rename `enc_hook` -> `default` in `encode_json` by ste-pool in https://github.com/starlite-api/starlite/pull/1009
* Re-enable `super()` calls to `Response.serializer` by provinzkraut in https://github.com/starlite-api/starlite/pull/1018

Features
* Extend serializable types by provinzkraut in https://github.com/starlite-api/starlite/pull/1011
* Support application factory pattern in CLI `run` command by provinzkraut in https://github.com/starlite-api/starlite/pull/1023

Docs
* Fix typo in the docs (Testing. Test Client) by spikenn in https://github.com/starlite-api/starlite/pull/1015
* Fix a broken example for the "Response Headers" docs by Jarmos-san in https://github.com/starlite-api/starlite/pull/1021
* Revise template and middleware docs by provinzkraut in https://github.com/starlite-api/starlite/pull/1012

Other
* Cleanup type encoders by provinzkraut in https://github.com/starlite-api/starlite/pull/1014


New Contributors
* spikenn made their first contribution in https://github.com/starlite-api/starlite/pull/1015
* Jarmos-san made their first contribution in https://github.com/starlite-api/starlite/pull/1021

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.48.0...v1.48.1

1.48.0

Not secure
What's Changed
* Add docs versioning by provinzkraut in https://github.com/starlite-api/starlite/pull/996
* Add support for layered `type_encoders` by provinzkraut in https://github.com/starlite-api/starlite/pull/995
* Fix rendering of Enum parameters in OpenAPI schema by dialvarezs in https://github.com/starlite-api/starlite/pull/993
* Fix sorting of tags in OpenAPI schema by ste-pool in https://github.com/starlite-api/starlite/pull/1005
* Fix swagger check for schema by ste-pool in https://github.com/starlite-api/starlite/pull/1000

New Contributors
* rgajason made their first contribution in https://github.com/starlite-api/starlite/pull/998

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.47.0...v1.48.0

1.47.0

Not secure
What's Changed

Bugfixes

* Fix 992: Deprecate `CookieBackendConfig` import by provinzkraut in https://github.com/starlite-api/starlite/pull/992

New features
* Auto generation of DTOs from response data by Goldziher in https://github.com/starlite-api/starlite/pull/982
* Media type inference to HTTP handlers by Goldziher in https://github.com/starlite-api/starlite/pull/984
* Support differently named path parameters on the same route by Goldziher in https://github.com/starlite-api/starlite/pull/987

Documentation
* Update docs for 982 by dialvarezs in https://github.com/starlite-api/starlite/pull/985

Other
* Add `fast-query-parsers` by Goldziher in https://github.com/starlite-api/starlite/pull/989


New Contributors
* dialvarezs made their first contribution in https://github.com/starlite-api/starlite/pull/985

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.46.0...v1.47.0

1.46.0

Not secure
What's Changed

Bugfixes
* Make SessionAuth openapi_schema use backend_config.key by asomethings in https://github.com/starlite-api/starlite/pull/934
* Support utf-8 encoded strings in form data by NiclasHaderer in https://github.com/starlite-api/starlite/pull/946
* Fix 964: Jinja Template response ignores MediaType settings by provinzkraut in https://github.com/starlite-api/starlite/pull/970

Changes
* Move `JinjaTemplateEngine` and `MakoTemplateEngine` to contrib by Goldziher in https://github.com/starlite-api/starlite/pull/949
* Update template config by Goldziher in https://github.com/starlite-api/starlite/pull/955

New features
* Support for controlling Pydantic models' alias in OpenAPI Schema by Goldziher in https://github.com/starlite-api/starlite/pull/959
* Support `Cookie` instances in `Response.set_cookie` by provinzkraut in https://github.com/starlite-api/starlite/pull/969
* [CLI](https://starlite-api.github.io/starlite/usage/19-cli/) by provinzkraut in https://github.com/starlite-api/starlite/pull/936

Docs

* Add: Autorun examples by provinzkraut in https://github.com/starlite-api/starlite/pull/943
* Add: Documentation for `TestClient.portal()` by smithk86 in https://github.com/starlite-api/starlite/pull/932
* Change: Updated documentation for Guards by cofin in https://github.com/starlite-api/starlite/pull/942
* Change: Restructure "The Starlite app" and "Custom responses" sections by provinzkraut in https://github.com/starlite-api/starlite/pull/972
* Change: Minor Readme update by provinzkraut in https://github.com/starlite-api/starlite/pull/950
* Change: Update migration guide, add framework feature comparison by provinzkraut in https://github.com/starlite-api/starlite/pull/963
* Fix: Fix note block spacing in cache usage by garburator in https://github.com/starlite-api/starlite/pull/94
* Fix: Fix missing colons in framework feature comparison by asomethings in https://github.com/starlite-api/starlite/pull/968

New Contributors
* asomethings made their first contribution in https://github.com/starlite-api/starlite/pull/934
* garburator made their first contribution in https://github.com/starlite-api/starlite/pull/944
* NiclasHaderer made their first contribution in https://github.com/starlite-api/starlite/pull/946

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.45.1...v1.46.0

1.45.1

Not secure
What's Changed

* Fix controller support for mixed websocket and http route handlers by Goldziher in https://github.com/starlite-api/starlite/pull/930
* Improve serialization of Pydantic-types by provinzkraut in https://github.com/starlite-api/starlite/pull/929


**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.45.0...v1.45.1

1.45.0

Not secure
What's Changed
* Add `MessagePack` support and serialization with `msgspec` by provinzkraut in https://github.com/starlite-api/starlite/pull/891
* Fix logger propagation causing duplicate messages in logging middleware by Goldziher in https://github.com/starlite-api/starlite/pull/923
* Fix mounted starlette apps require paths ending with slashes by Goldziher in https://github.com/starlite-api/starlite/pull/925
* Fix OpenAPI spec generation for dynamic route handlers by Goldziher in https://github.com/starlite-api/starlite/pull/917
* Fix OpenAPI support for custom responses with generic types by Goldziher in https://github.com/starlite-api/starlite/pull/918
* Fix rate-limiting middleware handling of mount paths by Goldziher in https://github.com/starlite-api/starlite/pull/922
* Fix TestClient handling of escaped ampersands in query params by Goldziher in https://github.com/starlite-api/starlite/pull/919

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.44.0...v1.45.0

Page 12 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.