This SNAPSHOT includes the OWASP (Guard) extension 3.0.0.13-RC.
Previously, if you used canonicalize() on a string that contained values separated by tabs, carriage returns, or new lines, those were preserved. Since this new version, all of those delimeters are removed. Only spaces as a delimiter seem to survive.
v2.6.0.1:
v3.0.0.13-RC:
A related issue is that it doesn’t seem possible to cleanly downgrade from the v3 back to the v2 (or perhaps I didn’t try hard enough )… so have had to pin the v2 in the .env and clean install.