v11.0.0
Changed 6
- Update Node version from 22 to 24
- Make compatible with Node >=22
- Change to nginx-unprivileged image for better Kubernetes support
- Minimum supported Node version is now v24 (was v16)
- Exported port on Docker Container is now 8080 (was 80)
- Node API now exports bake and execute functions as async
Fixed 1
- Enable asynchronous operation support in Node.js API
Security 1
- Fix XSS vulnerability in Show Base64 offsets
From CyberChef
- Revert sitemap to v8.0.X to fix build/deploy on master [@GCHQDeveloper581] | [#2348]
- Node version update from 22 to 24 [@lzandman] [@GCHQDeveloper581] | [#2347]
- Fix XSS in Show Base64 offsets [@C85297] | [#2346]
- Make compatible with node >=22 [@GCHQDeveloper581] | [#2273]
- Fix(node): enable asynchronous operation support in Node.js API [@engin0223] [@GCHQDeveloper581] | [#2342]
- Feature: Change to nginx-unprivileged image for better kubernetes support [@hsolberg] | [#1922]
Breaking changes:
- Minimum supported node version - now v24 (was v16)
- Change of exported port on Docker Container - now 8080 (was 80)
- Node API now exports "bake" and "execute" functions as async.