Skip to content

Release 1.17.0#951

Merged
straight-shoota merged 14 commits intocrystal-lang:masterfrom
straight-shoota:release/1.17.0
Jul 16, 2025
Merged

Release 1.17.0#951
straight-shoota merged 14 commits intocrystal-lang:masterfrom
straight-shoota:release/1.17.0

Conversation

@straight-shoota
Copy link
Member

@straight-shoota straight-shoota commented Jun 26, 2025

@netlify
Copy link

netlify bot commented Jun 26, 2025

Deploy Preview for crystal-website ready!

Name Link
🔨 Latest commit a592c16
🔍 Latest deploy log https://app.netlify.com/projects/crystal-website/deploys/6877e71d9e091a0008a5bd2b
😎 Deploy Preview https://deploy-preview-951--crystal-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@crysbot
Copy link

crysbot commented Jun 26, 2025

This pull request has been mentioned on Crystal Forum. There might be relevant details there:

https://forum.crystal-lang.org/t/upcoming-release-1-17-0/8184/1

Comment on lines +121 to +123
Also, the `blocking` parameter is deprecated. It's not necessary to configure
in the constructor ([#15924]). It's still possible to change the mode after
creation with [`#blocking=`].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue crystal-lang/crystal#15924 also deprecated #blocking and #blocking= and added Socket.set_blocking(fd, blocking) instead, with no replacement for IO::FileDescriptor (or File) because it's not portable... but we still want to have it, at least on IO::FileDescriptor and raise on Windows 🤔

Copy link
Member Author

@straight-shoota straight-shoota Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually haven't merged crystal-lang/crystal#15924 yet and despite the Docs theme, it is more than a documentation change, including several internal refactors and deprecations.
It all looks inconspicuous, but I'm nevertheless not comfortable merging such a change one day before the minor release.

So I think we should revert 1987aaa here.

Maybe we can extract some of the doc-only changes from crystal-lang/crystal#15924 to incorporate into 1.17.0.
The deprecations and refactors will have to wait for 1.18.0.

Copy link
Contributor

@ysbaddaden ysbaddaden Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn, I wish we'd have everything related to the blocking behavior in a single release 😭

@straight-shoota straight-shoota marked this pull request as ready for review July 14, 2025 11:53
straight-shoota and others added 3 commits July 14, 2025 17:25
Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one real issue, the rest is just nitpicking

Co-authored-by: Martin Verzilli <martin.verzilli@gmail.com>
Co-authored-by: Beta Ziliani <beta@manas.tech>
Copy link
Member

@beta-ziliani beta-ziliani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@straight-shoota straight-shoota merged commit 3680ed3 into crystal-lang:master Jul 16, 2025
6 checks passed
@straight-shoota straight-shoota deleted the release/1.17.0 branch July 16, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants