-
-
Notifications
You must be signed in to change notification settings - Fork 452
chore(release)!: Version 3.0 #3364
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3364 +/- ##
==========================================
- Coverage 98.38% 98.30% -0.08%
==========================================
Files 348 343 -5
Lines 15895 15815 -80
Branches 1756 1744 -12
==========================================
- Hits 15638 15547 -91
- Misses 121 130 +9
- Partials 136 138 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fix some doc issues
Remove 'OpenAPISchemaPluginProtocol'
Remove starlette middleware compat
…es (#4034) remove 'body' param from streaming and file responses
Remove polyfactory from default dependencies
Remove litestar-htmx from default dependencies
fix: update ruff TCH rule to TC
Add tests for default options handler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/asgi
area/background-tasks
area/channels
area/ci
This PR involves changes to the CI/Infra
area/connection
area/constants
This PR involves changes to the constants
area/contrib
This PR involves changes to the contrib (Deprecated)
area/controller
area/datastructures
area/dependencies
This PR involves changes to the dependencies
area/di
area/docs
This PR involves changes to the documentation
area/dto
This PR involves changes to the DTOs
area/enums
This PR involves changes to the enums
area/events
area/file-system
area/handlers
This PR involves changes to the handlers
area/kwargs
area/layers
area/logging
area/middleware
This PR involves changes to the middleware
area/multipart
area/openapi
This PR involves changes to the OpenAPI schema
area/params
This PR involves changes to the params
area/plugins
This PR involves changes to the plugins
area/private-api
This PR involves changes to the privatized API
area/response
area/router
area/security
area/serialization
area/signature
area/static-files
area/template
area/testing
area/types
This PR involves changes to the custom types
do not merge
Don't merge this
pr/external
pr/internal
size: large
Triage Required 🏥
This requires triage
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Standing PR for the 3.0 release
Important
2.x
, be mindful of the changes you are pulling into this branch.main
into this branch as it makes the process of merging it back intomain
with a merge commit when the release is due easiermain
to keep the history of the feature commits intactBreaking Changes
Any breaking changes should be properly marked with
!
in the conventional commits schema, e.g.,fix($scope)!: fix thing but it broke stuff
,feat(dtos)!: add breaking feature