You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Release Notes
2
2
3
+
## 8.1.5 - Apr 4 2026
4
+
5
+
- Performance: CSV parser now reuses a single `StringBuilder` and `ResizeArray` across all fields in a file, eliminating per-field allocations and the list-reversal step; reduces GC pressure when parsing large CSV files with many columns
6
+
3
7
## 8.1.4 - Mar 30 2026
4
8
5
9
- Performance: `JsonValue.Parse` now copies unescaped string runs in bulk instead of appending character-by-character, reducing `StringBuilder.Append` calls for strings with few or no escape sequences
0 commit comments