Releases: gchq/CyberChef-server
Releases · gchq/CyberChef-server
v1.1.0
The release adds a 'batch baking' endpoint to allow more efficient use of the API with large workloads.
Batch Baking permits the submission of an array of input data along with a recipe, and the recipe will be applied to each array element in turn, with output of the operation returned for each element (including errors).
v1.0.0
A major rewrite of the application to solve a few issues:
- CyberChef functionality brought in line with the mainline release
- Upgraded to use ESM modules throughout
- Works with recent versions of NodeJS (18 and 20 officially. 16 works unofficially)
- Re-orged the codebase slightly and slimmed down/updated some dependencies
- Upgraded the base Docker image to Node 18
Minor release adding health endpoint
Ahead of a potential major release to address underlying issues with the use of the main CyberChef library, this minor release simply adds a basic health endpoint to assist in load balancing/API client development
v0.0.9
Minor release adding support for cross-origin requests and fixing the dockerfile
What's Changed
- Release/v0.0.9 by @GCHQDeveloper1138 in #59
New Contributors
- @GCHQDeveloper1138 made their first contribution in #59
Full Changelog: v0.0.8...v0.0.9
v0.0.8
0.0.8