Skip to content

v2.13.0

Compare
Choose a tag to compare
@nrwiersma nrwiersma released this 16 Jul 17:25
· 113 commits to main since this release
b4a402f

Potentially Breaking Change

For security reasons, the configuration Config.MaxByteSliceSize restricts the maximum size of bytes and string types created
by the Reader. The default maximum size is 1MiB and is configurable. This is required to stop untrusted input from consuming all memory and crashing the application. Should this not be need, setting a negative number will disable the behaviour.

What's Changed

Full Changelog: v2.12.0...v2.13.0