Wheels 4.0.1 released — Adobe CF 2023/2025 compat fixes, Windows Scoop install fixes, ~100 PRs since GA #2775
bpamiri
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
4.0.1 is the first patch on the 4.0 line, shipped today eight days after the 4.0.0 GA. No breaking changes, no new APIs you have to learn — but a longer post-GA shakeout than a normal point release because 4.0 was a brand-new major and real users hit a bunch of cliffs.
What's in it:
attributeCollection = argumentsrejection masked$header()failing on committed responses, which maskedenv()'s reserved-word parameter binding to nothing.wheels.cmdwrapper was tripping cmd.exe's bat-jar pre-parser; we now dispatch throughjava.exedirectly. If you tried installing on Windows after GA dropped and hitThe filename, directory name, or volume label syntax is incorrect, this is the fix.paginationNav()CSS-framework presets —viewStyle="bootstrap5" | "bootstrap4" | "tailwind" | "plain"for a clean 3.x → 4.x like-for-like swap frompaginationLinks().whereIn([])short-circuits instead of emittingWHERE id IN ()and crashing JDBC. Matches Rails / Django / Laravel.Vary: Originemitted, multi-origin lists no longer leak into the response header.wheels deployhardening — picocli-shadowing fixes for--version,server, andsecrets, plusssh:block actually honored.wheels starton Rocky Linux 10.Full post with the chained-debugging Adobe CF story: https://wheels.dev/blog/wheels-4-0-1-released
Release notes: https://github.com/wheels-dev/wheels/releases/tag/v4.0.1
Upgrade with
brew upgrade wheels/scoop update wheels/apt upgrade wheels.Beta Was this translation helpful? Give feedback.
All reactions