File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Releases
22
3+ ### v1.3.26 (2026-04-28)
4+
35- ** Added:* More tests to cover 100% of the codebase.
46- ** Fixed:** ` load ` Use context manager to close ` TextIOWrapper ` stream when loading from a URL.
57
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ All notable changes to this project are documented in the
77
88## Latest Releases
99
10+ ### v1.3.26 (2026-04-28)
11+
12+ - ** Added:* More tests to cover 100% of the codebase.
13+ - ** Fixed:** ` load ` Use context manager to close ` TextIOWrapper ` stream when loading from a URL.
14+
1015### v1.3.25 (2026-03-06)
1116
1217- ** Improved:** ` load_archive ` from URL no longer loads the file into RAM, reducing memory consumption.
Original file line number Diff line number Diff line change 11[project ]
22name = " py-jsonl"
3- version = " 1.3.25 "
3+ version = " 1.3.26 "
44description = " A lightweight Python library for handling jsonlines files."
55readme = " README.md"
66license-files = [" LICENSE" ]
You can’t perform that action at this time.
0 commit comments