The next Crystal release, 1.18 is scheduled for 2025-10-14.
As usual, this is precluded by a two-week feature freeze period, starting 2025-09-30. We’ll be using this time until the release to consolidate the changes and fix bugs.
From your perspective, you probably know all of this already, so there may be nothing new here. We’re not experts, so what we need is guidance at this level.
But, the answer like this, I really don’t trust AI,I might even say it is not worth watching at all. (Maybe I’m wrong.)
As a Crystal user, actually, I don’t really want those PR links. also, lot of the details is hard to understand, as a Crystal user (not Crystal itself developer), I just want to know, what exactly changed and improvement in execution contexts, multi-threading and event loops, from user’s point of view.
If you really want accurate information, you have to take the time to carefully read each PR.
But if you just want to know the latest usage, not the diffs, I think deepwiki is well made.
If a user want to use Crystal, e.g. for general purpose development, but have to take the time carefully read each PR for this purpose, I think Crystal NEVER be successful in the future.
We already talked about the idea of using Copilot’s AI to highlight important pull requests. You might laugh, but I really think the only way we’ll ever get the kind of documentation we want is by extending this approach: extract the diffs, feed them to AI, and have it generate proper documentation. (And I do think it’s worth the effort.)
There are more details in the linked preview of the release notes. I don’t think the text of this thread is intended as the primary source of information about the upcoming release.
This is the difficult part, isn’t it? The software will unconditionally generate something, and it may even be proper documentation most of the time, but a human will still need to review the output and correct “improper” documentation.
Considering the process (which I have not tried, as I avoid using LLMs for reasons that are out-of-scope for this thread) reminds me of my experience maintaining a C++ JSON parsing library that I was mostly autogenerating from JSON schemas. At a certain point I realized that so much of my time was spent manually tweaking the output and trying to automate that output processing that I would have been better off writing the code from scratch myself.