Starlite

Latest version: v1.51.16

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

Scan your dependencies

Page 14 of 32

1.40.0

Not secure
* Add: forward refs resolution to signature models. by peterschutt in https://github.com/starlite-api/starlite/pull/806
* Add: OpenTelemetry instrumentation contrib package by Goldziher in https://github.com/starlite-api/starlite/pull/796
* Breaking: remove per request caching of dependencies by Goldziher in https://github.com/starlite-api/starlite/pull/805
* Breaking: remove `QueryMultiDict` and replace with simple `MultiDict` by Goldziher in https://github.com/starlite-api/starlite/pull/805
* Breaking: replace `Response.encoded_headers` with `Response.encode_headers` by Goldziher in https://github.com/starlite-api/starlite/pull/805
* docs: add LonelyVikingMichael as a contributor for doc by allcontributors in https://github.com/starlite-api/starlite/pull/812
* Docs: add srikanthccv as a contributor for test, and doc by allcontributors in https://github.com/starlite-api/starlite/pull/801
* Docs: add sssssss340 as a contributor for bug by allcontributors in https://github.com/starlite-api/starlite/pull/817
* Docs: logging example by LonelyVikingMichael in https://github.com/starlite-api/starlite/pull/810
* Docs: update mounting docs and readme by jtraub in https://github.com/starlite-api/starlite/pull/807
* Fix: 404 where current trie node has handlers and child route has path param by peterschutt in https://github.com/starlite-api/starlite/pull/818
* Fix: flaky SQLA-session-backend tests by provinzkraut in https://github.com/starlite-api/starlite/pull/797
* refactor `AllowedHosts` and `CompressionMiddleware` by moving them application to handler level by jtraub in https://github.com/starlite-api/starlite/pull/804
* Update: `request_factory.{_default_route_handler,default_app}` to use deferred bootstrap by peterschutt in https://github.com/starlite-api/starlite/pull/828
* Update: handling of compressed "body" in logging middleware. by peterschutt in https://github.com/starlite-api/starlite/pull/822
* Update: OpenAPI schema generation to hide automatically created OPTIONS routes by ottermata in https://github.com/starlite-api/starlite/pull/826
* Update: refactor routing logic and parameter parsing to improve performance by Goldziher in https://github.com/starlite-api/starlite/pull/805
New Contributors
* LonelyVikingMichael made their first contribution in https://github.com/starlite-api/starlite/pull/810

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.39.0...v1.40.0

1.39.0

Not secure
What's Changed
* add `CORS` middleware and support for `OPTIONS` requests by Goldziher in https://github.com/starlite-api/starlite/pull/792
* add `send_as_attachment` flag to `StaticFilesConfig` by provinzkraut in https://github.com/starlite-api/starlite/pull/785
* add starlette `URL`, `URLPath` and `Address` datastructures by provinzkraut in https://github.com/starlite-api/starlite/pull/738
* fix `filename` parameter for `FileResponse` in `StaticFiles` by peterschutt in https://github.com/starlite-api/starlite/pull/775
* fix handling of leading whitespaces `OpenAPI` generation of description from docstrings by jtraub in https://github.com/starlite-api/starlite/pull/771
* refactor builtin middlewares to use `AbstractMiddleware` by jtraub in https://github.com/starlite-api/starlite/pull/778
* update docstrings using `pydocstyle` by provinzkraut in https://github.com/starlite-api/starlite/pull/777
* updatecontent-disposition to `inline` when `html_mode` is set on `StaticFilesConfig` by provinzkraut in https://github.com/starlite-api/starlite/pull/784

Important

* This version removes `starlette` as a dependency. See https://github.com/starlite-api/starlite/pull/773 and https://github.com/starlite-api/starlite/pull/792

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.38.0...v1.39.0

1.38.0

Not secure
What's Changed
* Fix links in docs, and small fixes. by peterschutt in https://github.com/starlite-api/starlite/pull/757
* Add 'AllowedHostsMiddleware' by Goldziher in https://github.com/starlite-api/starlite/pull/758
* Replace ServerErrorMiddleware with own exception printer by jtraub in https://github.com/starlite-api/starlite/pull/696
* Ensures `path_params` key always exists in scope. by peterschutt in https://github.com/starlite-api/starlite/pull/760
* Include `file_system` in `StaticFiles` docs by cofin in https://github.com/starlite-api/starlite/pull/763
* Fix resolving starlette responses by Goldziher in https://github.com/starlite-api/starlite/pull/766
* Add `QueryMultiDict` by Goldziher in https://github.com/starlite-api/starlite/pull/759
* Add `*args` override to `Logger` protocol by cofin in https://github.com/starlite-api/starlite/pull/761


**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.37.0...v1.38.0

1.37.0

Not secure
What's Changed
* add local implementation `StaticFiles` to replace Starlette and extend support to `fsspec` by Goldziher in https://github.com/starlite-api/starlite/pull/739
* add 'gzip' compression by Goldziher in https://github.com/starlite-api/starlite/pull/751
* remove Starlette `Middleware` type from typing by Goldziher in https://github.com/starlite-api/starlite/pull/752
* add `head` decorator by Goldziher in https://github.com/starlite-api/starlite/pull/755


**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.36.0...v1.37.0

1.36.0

Not secure
What's Changed
* Add layer for opt dictionary by jtraub in https://github.com/starlite-api/starlite/pull/720
* Replace starlettes `Headers` and `MutableHeaders`, move `FormMultiDict` to `multidict` by provinzkraut in https://github.com/starlite-api/starlite/pull/732
* Add `AbstractMiddleware` class. by Goldziher in https://github.com/starlite-api/starlite/pull/729
* Removes "method" from `ResponseExtractorField`. by peterschutt in https://github.com/starlite-api/starlite/pull/741
* Added per request caching of dependencies by ottermata in https://github.com/starlite-api/starlite/pull/743
* Resolve dependencies concurrently by ottermata in https://github.com/starlite-api/starlite/pull/744
* Fix asgi/websocket handlers when __future__.annotations is used by smithk86 in https://github.com/starlite-api/starlite/pull/748

New Contributors
* ottermata made their first contribution in https://github.com/starlite-api/starlite/pull/743
* smithk86 made their first contribution in https://github.com/starlite-api/starlite/pull/748

**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.35.1...v1.36.0

1.35.1

Not secure
What's Changed
* Fix hard dependency on `cryptography` package in `testing.test_client.client` by provinzkraut in https://github.com/starlite-api/starlite/pull/711
* Fix invalid `base_url` of `TestClient` (fixes 706) by provinzkraut in https://github.com/starlite-api/starlite/pull/708


**Full Changelog**: https://github.com/starlite-api/starlite/compare/v1.35.0...v1.35.1

Page 14 of 32

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.