Skip to content

Commit bd73aba

Browse files
committed
Bump minor version.
1 parent 964ba00 commit bd73aba

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

lib/console/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2019-2026, by Samuel Williams.
55

66
module Console
7-
VERSION = "1.35.1"
7+
VERSION = "1.36.0"
88
end

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Please see the [project documentation](https://socketry.github.io/console/) for
3434

3535
Please see the [project releases](https://socketry.github.io/console/releases/index) for all releases.
3636

37+
### v1.36.0
38+
39+
- Add a `size_limit` to `Console::Format::Safe` (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
40+
- Degraded fields are recorded in a `truncated` object 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).
41+
- Rename `Console::Format::Safe`'s `limit:` to `depth_limit:` (with a deprecated `limit:` alias) to clarify its purpose alongside the new `size_limit:`.
42+
3743
### v1.35.0
3844

3945
- Fix handling of `Errno::ENODEV` errors when calculating the width of a terminal that was been re-opened to `File::NULL`.
@@ -74,12 +80,6 @@ Please see the [project releases](https://socketry.github.io/console/releases/in
7480

7581
- Fix logging `exception:` keyword argument when the value was not an exception.
7682

77-
### v1.29.0
78-
79-
- Don't make `Kernel#warn` redirection to `Console.warn` the default behavior, you must `require 'console/warn'` to enable it.
80-
- Remove deprecated `Console::Logger#failure`.
81-
- [Consistent handling of exceptions.](https://socketry.github.io/console/releases/index#consistent-handling-of-exceptions.)
82-
8383
## Contributing
8484

8585
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v1.36.0
44

55
- Add a `size_limit` to `Console::Format::Safe` (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
66
- Degraded fields are recorded in a `truncated` object 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).

0 commit comments

Comments
 (0)