-
-
Notifications
You must be signed in to change notification settings - Fork 34
v23 is for Sonia #2357
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
v23 is for Sonia #2357
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
RobinTail
commented
Jan 31, 2025
to allow that kind of `Security` without opt-in for `headers` as input source.
Feature was introduced in #2366 . Making it default behavior in next major.
RobinTail
commented
Feb 13, 2025
RobinTail
added a commit
that referenced
this pull request
Apr 1, 2025
Planned for April, probably before #2357
To reduce the confusion, using `errorHandler` which is already present in config. This is breaking. Also, `testMiddleware` will not throw now.
RobinTail
commented
Apr 13, 2025
RobinTail
commented
Apr 13, 2025
RobinTail
commented
Apr 13, 2025
RobinTail
commented
Apr 13, 2025
RobinTail
commented
Apr 13, 2025
RobinTail
commented
Apr 13, 2025
RobinTail
commented
Apr 13, 2025
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.
ok, time for beta
✅ QA passed |
RobinTail
commented
Apr 13, 2025
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.
ready
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
dedication
dependencies
Pull requests that update a dependency file
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.
Sonia Rescalvo Zafra was a Spanish trans woman who was murdered by a group of neo-Nazis in the Parc de la Ciutadella in Barcelona on 6 October 1991. Her murder is notable for being the first known case in Spain of a person being murdered for being transgender.
Sonia was born in Cuenca, Spain in 1946. She moved to Barcelona at the age of 16 and began working as a showgirl in theatres on the Avinguda del Paral·lel. Later in life, she fell on hard times and became homeless and addicted to drugs, turning to sex work to survive.
Sonia and a her friend, Doris Romero, were sleeping rough at a bandstand in Barcelona's Parc de la Ciutadella in the early hours of 6 October 1991 when they were abruptly attacked by a group of six teenage skinheads from the Boixos Nois, who beat them with a broomstick and repeatedly kicked them in the head while wearing steel-toe boots. Sonia was killed in the attack, while Doris was seriously injured and left unconscious. The perpetrators went on to attack three other people sleeping near the bandstand. One of the three other victims, Miguel Pérez Barreiros, was able to contact police after the attack, despite being left completely blind from his injuries. When police discovered Sonia's body, she was so badly bruised that media reports initially misidentified her as a black woman.
In June 1994, six of the suspects were convicted of participating in the attack and given prison sentences ranging from 23 to 50 years, while the seventh, Lozano, was fined 100,000 pesetas for knowing of the murder and not reporting it. In 1996, the attackers' sentences were reduced by the Supreme Court of Spain. All six have since been released from prison.
https://en.wikipedia.org/wiki/Murder_of_Sonia_Rescalvo_Zafra
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 of the framework aims to improve its maintainability and perform several corrections. Since Express v5.1 finally tagged
latest
, the support of Express 4 is dropped in order to take advantage of the better support of asynchronous handlers. The default value forwrongMethodBehavior
changed from404
to405
as the more suitable one for response in that case. RemovederrorHandler
option fromtestMiddleware()
to avoid confusion with config option having same name. Several public methods and properties intended for internal usage are removed from types declaration so that potential changes to them would not be considered breaking, enabling more improvements in the future.CustomHeaderSecurity
→HeaderSecurity
with constraints #2358HeaderSecurity
constraints #2359405
for wrong method #2372compression@^1.8.0
#2387try..catch
increateLoggingMiddleware
#2524express@^5.1.0
#2539errorHandler
from config fortestMiddleware()
#2522