v2.13.0
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
- feat: add max byte slice size config by @nrwiersma in #273
Full Changelog: v2.12.0...v2.13.0