| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| luau-windows.zip | 2025-10-24 | 2.6 MB | |
| luau-ubuntu.zip | 2025-10-24 | 6.4 MB | |
| luau-macos.zip | 2025-10-24 | 4.8 MB | |
| Luau.Web.js | 2025-10-24 | 645.3 kB | |
| 0.697 source code.tar.gz | 2025-10-24 | 2.1 MB | |
| 0.697 source code.zip | 2025-10-24 | 2.5 MB | |
| README.md | 2025-10-24 | 1.5 kB | |
| Totals: 7 Items | 18.9 MB | 13 | |
Another somewhat small release as we work our way up to the next stage of the new type solver!
General
- Implement configuration extraction as per the Luau-syntax configuration files RFC: we now expose a low-level
extractConfigAPI and a higher levelextractLuauConfigAPI for extracting configurations from these files. The runtime and analysis integrations withrequire, for this feature, are coming in a later release.
Analysis
- Implemented native stack guards: on Windows and MacOS spots where we attempt to guard against stack overflows by using a counter now also check whether we are close to hitting the runtime stack limit via OS specific APIs.
- Fix a performance issue that could occur when trying to reduce type functions for math operations in the new solver, causing the new solver to fail to solve all constraints and take a disproportionate amount of time to finish solving.
- Improve the new solver's non-strict checking performance when checking exceptionally large function calls and function definitions.
Full Changelog: 0.696...0.697
Co-authored-by: Andy Friesen afriesen@roblox.com Co-authored-by: Hunter Goldstein hgoldstein@roblox.com Co-authored-by: Sora Kanosue skanosue@roblox.com Co-authored-by: Varun Saini vsaini@roblox.com Co-authored-by: Vighnesh Vijay vvijay@roblox.com