-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix!: cookie string parser #3034
base: v3.0
Are you sure you want to change the base?
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56cc034 - Browse repository at this point
Copy the full SHA 56cc034View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed4a0f - Browse repository at this point
Copy the full SHA bed4a0fView commit details -
Defaulting to empty string, as suggested
Co-authored-by: Janek Nouvertné <provinzkraut@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 44018f9 - Browse repository at this point
Copy the full SHA 44018f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c8bdb - Browse repository at this point
Copy the full SHA f6c8bdbView commit details
Commits on Jul 21, 2024
-
docs!: update to v3 style (litestar-org#3324)
* Trigger documentation build * Trigger documentation build * docs: update to v3 style * docs: move some things to litestar.dev repo, change versioning, add environment tag * docs: update landing page * chore: update lockfile * chore: add AA upper constraint * fix(docs): re-colonize * docs: enable sphinx-togglebutton * docs: use current year var * deps: update deps * fix(docs): do not link __name__ for now * fix(docs): use correct link to page --------- Co-authored-by: Peter Schutt <peter.github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for d54c886 - Browse repository at this point
Copy the full SHA d54c886View commit details -
refactor!: Remove deprecated
StaticFileConfig
(litestar-org#3357)* Remove deprecated StaticFiles and StaticFilesConfig * remove special casing of static files app from handlers/router * remove outdated docs sections * Add what's new section * Rename tests for consistency
Configuration menu - View commit details
-
Copy full SHA for 3da79c4 - Browse repository at this point
Copy the full SHA 3da79c4View commit details -
feat!: no implicit default for optional params (litestar-org#3361)
This PR changes behavior of parameters that are typed in a union with `None`. Prior behavior was to implicitly default their value to `None` if a value wasn't provided making an apparently non-optional parameter (i.e., no declared default) actually optional. Surprising behavior at best, dangerous at worst. New behavior is to throw a client error when a parameter without a default is not provided.
Configuration menu - View commit details
-
Copy full SHA for 809eb32 - Browse repository at this point
Copy the full SHA 809eb32View commit details -
refactor: removes deprecated OpenAPIController (litestar-org#3360)
* refactor: removes deprecated OpenAPIController This PR removes all deprecated elements of OpenAPIConfig and the OpenAPIController, removes any obsolete tests and refactors tests that were parametrized to test both OpenAPIController and the router-based approach. * docs: What's new entry * Update docs/usage/openapi/ui_plugins.rst Co-authored-by: Jacob Coffee <jacob@z7x.org> * Update litestar/openapi/config.py * fix: remove whitespace * fix: import table formatting (i hope) --------- Co-authored-by: Jacob Coffee <jacob@z7x.org>
Configuration menu - View commit details
-
Copy full SHA for 9b8ab54 - Browse repository at this point
Copy the full SHA 9b8ab54View commit details -
refactor!: Remove deprecated
app
param of `Response.to_asgi_respons……e` (litestar-org#3393) * Remove 'app' parameter from `.to_asgi_response`
Configuration menu - View commit details
-
Copy full SHA for b5f9b42 - Browse repository at this point
Copy the full SHA b5f9b42View commit details -
refactor!: Remove deprecated utils (litestar-org#3394)
Remove the deprecated utility functions, `get_litestar_scope_state``, ``set_litestar_scope_state``, ``delete_litestar_scope_state``, and ``is_sync_or_async_generator``.
Configuration menu - View commit details
-
Copy full SHA for daaf061 - Browse repository at this point
Copy the full SHA daaf061View commit details -
refactor(routing)!: Refactor routes and route handlers (litestar-org#…
…3386) * remove handler names * Remove option handler creation from HTTPRoute * Remove methods attribute from BaseRoute * Move kwargs model to handlers and creation to on_registration * Store kwargs model on handlers instead of routes * Simplify HTTPRoute route_handler_map creation * Simplify Router.route_handler_method_map * Relax typing of HTTPRoute * Move handling logic to route handlers * Remove scope_type * Don't pass route to HTTPRouteHandler during handling * Don't pass scope to handle methods * Resolve and establish connections in routes; Only pass connections to handlers --------- Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Peter Schutt <peter.github@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 1ae559f - Browse repository at this point
Copy the full SHA 1ae559fView commit details -
docs!: update to v3 style (litestar-org#3324) (litestar-org#3432)
fix(docs): adjust build script
Configuration menu - View commit details
-
Copy full SHA for d547b35 - Browse repository at this point
Copy the full SHA d547b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d961c1e - Browse repository at this point
Copy the full SHA d961c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0a490 - Browse repository at this point
Copy the full SHA 4f0a490View commit details -
fix: Port CVE-2024-32982 path traversal fix to v3.0 (litestar-org#3524)
* Backport static files path traversal fix
Configuration menu - View commit details
-
Copy full SHA for cdbd911 - Browse repository at this point
Copy the full SHA cdbd911View commit details -
feat!: Make route handlers functional decorators (litestar-org#3436)
* make route handlers functional decorators
Configuration menu - View commit details
-
Copy full SHA for 8fc3194 - Browse repository at this point
Copy the full SHA 8fc3194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee9d14 - Browse repository at this point
Copy the full SHA 8ee9d14View commit details -
test: Remove test for warnings when subclassing route handler decorat…
…ors (litestar-org#3529) Remove deprecated test
Configuration menu - View commit details
-
Copy full SHA for 4bb17d6 - Browse repository at this point
Copy the full SHA 4bb17d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 548450d - Browse repository at this point
Copy the full SHA 548450dView commit details -
fix(typing): "Fix" typing for
Controller.as_router
(litestar-org#3571)ignore type error
Configuration menu - View commit details
-
Copy full SHA for 5536d72 - Browse repository at this point
Copy the full SHA 5536d72View commit details -
feat!: Remove deprecated
litestar.middleware.exceptions
module and ……deprecated params of internal `ExceptionHandlerMiddleware` (litestar-org#3435) * refactor!: Remove deprecated `app` param of `Response.to_asgi_response` (litestar-org#3393) * Remove 'app' parameter from `.to_asgi_response` * Remove debug param * Remove exception_handlers param * Remove litestar.middleware.exceptions
Configuration menu - View commit details
-
Copy full SHA for 01bc44b - Browse repository at this point
Copy the full SHA 01bc44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c1e78 - Browse repository at this point
Copy the full SHA f2c1e78View commit details -
chore: Port fix for litestar-org#3593 to v3 (litestar-org#3638)
Port parse_values_from_connection_kwargs changes
Configuration menu - View commit details
-
Copy full SHA for e0b918b - Browse repository at this point
Copy the full SHA e0b918bView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40622b3 - Browse repository at this point
Copy the full SHA 40622b3View commit details