-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
v21
is for Kesaria
#2084
Merged
v21
is for Kesaria
#2084
Conversation
This file contains 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
RobinTail
added
dependencies
Pull requests that update a dependency file
breaking
Backward incompatible changes
labels
Oct 8, 2024
This feature allows to avoid spinning up HTTP server when only HTTPS one is needed. It should enable best practices in the establishing secure communication channel. Changes to `ServerConfig` type: - `server` prop renamed to `http` - nested props `jsonParser`, `upload`, `compression`, `rawParser` and `beforeRouting` moved to the top level - all that included into the automated migration (ESLint rule) for v21
RobinTail
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
coverage
Additional tests
refactoring
The better way to achieve the same result
labels
Oct 10, 2024
This should ease declaration and enable future improvements like #2099 Making `createServer()` to return an object having `servers` property instead of `httpServer` and `httpsServer`
I'll keep it for a while in case I find another "one more thing" |
Make it slightly better in v21
🚀 21.0.0-beta.5 |
RobinTail
commented
Nov 19, 2024
RobinTail
commented
Nov 19, 2024
RobinTail
commented
Nov 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally ready
🚀 21.0.0-beta.6 |
RobinTail
commented
Nov 20, 2024
RobinTail
commented
Nov 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be enough
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
Backward incompatible changes
CI/CD
coverage
Additional tests
dedication
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
refactoring
The better way to achieve the same result
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.
Kesaria Abramidze, 37 years young, one of Georgia's most well-known transgender women, was stabbed to death in her flat in the capital, Tbilisi, just a day after the country's parliament passed a major anti-LGBT bill.
https://www.bbc.com/news/articles/cy0lnpn019xo
Transgender women suffer too frequently from transphobic violence and cruelty, being the less protected social group. I'd like to raise an awareness of this problem. Humans should be creators — not killers. But most importantly, I want every transgender girl to have an opportunity to create applications quickly and, in general, learn to write code easily in order to receive job offers and leave dangerously transphobic territories for more favorable and civilized ones, and live happily there. Protect transgender women.
This version aims to improve the security and the overall development experience. In particular, the requirements for the Express version are increased, and you can now run the secure server exclusively. Alternative plural properties are replaced with universal singular ones supporting arrays. Specifying the method when creating an endpoint is now optional, which also makes it easier to assign endpoints on a same route for different methods. Memory consumption reduced for Routing traverse. Previously deprecated methods and properties have been removed, several public interfaces changed in order to enable features coming up later.
express
#2083Drop Node 18 #2063postponedExp: HTTP/2 #2099too buggy nowserializer
prop #2122originalError
property on validation errors #2139getStatusCodeFromError()
#2148Exp(21): OperateinconvenientHttpError
in Result Handlers #2149method
andmethods
optional #2128getLogger()
tobeforeRouting
#2167Performance tuning forrefutedonObject
zts producer #2171Generalising server type #2174can complicate consumptionDocumentationError
constructor #2185Endpoint::getMimeTypes()
#2193feat(v21): Async verification of endpoints #2196fixed in master