Bugfixes
stdlib
- (collection) [regression] Override
Channel#tap(&)to reinstate original behaviour (#17296, thanks @straight-shoota) - (networking) [security] Fix
HTTP::Request::Processorresuming connection on unconsumed request (#17434, thanks @straight-shoota) - (networking) Fix non-blocking
Socket#connecton Unix (#17436, thanks @ysbaddaden) - (networking) [security] Fix
HTTP::Server::RequestProcessorto consume request body before upgrade (#17466, thanks @straight-shoota) - (networking) [security] Fix do not automatically decompress HTTP request body (#17476, thanks @straight-shoota)
- (serialization) Fix
XML::Node#namespacefor node types without namespace (#17435, thanks @straight-shoota) - (serialization) Fix
YAML::Any#hashwith self-referencing containers (#17477, thanks @straight-shoota)
Infrastructure
- Add changelog for 1.21.1 (#17478, thanks @straight-shoota)
- Update distribution-scripts (#17480, thanks @straight-shoota)