-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
chore(release)!: Version 3.0 #3364
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3364 +/- ##
==========================================
- Coverage 98.34% 98.26% -0.09%
==========================================
Files 347 342 -5
Lines 15743 15350 -393
Branches 1740 1662 -78
==========================================
- Hits 15483 15083 -400
- Misses 124 133 +9
+ Partials 136 134 -2 ☔ View full report in Codecov by Sentry. |
* Backport static files path traversal fix
* make route handlers functional decorators
…ors (#3529) Remove deprecated test
ignore type error
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
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