Releases: socketry/console
Releases · socketry/console
v1.36.0
- Add a
size_limittoConsole::Format::Safe(default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit. - Degraded fields are recorded in a
truncatedobject that maps each field name to why it was truncated:true(dropped for size) or the error (the value could not be serialized directly and a safe representation was kept in its place). - Rename
Console::Format::Safe'slimit:todepth_limit:(with a deprecatedlimit:alias) to clarify its purpose alongside the newsize_limit:.