Skip to content

chore(main): release 4.4.0 - #195

Merged
osiegmar merged 1 commit into
mainfrom
release-please--branches--main
Jul 28, 2026
Merged

chore(main): release 4.4.0#195
osiegmar merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

4.4.0 (2026-07-28)

Features

  • add header validation support to NamedCsvRecordHandler (#151) (e50ad43)
  • deprecate allowExtraCharsAfterClosingQuote (4523745), closes #170
  • propagate CsvParseException from readers unwrapped (1f4fa3e)

Bug Fixes

  • align IndexedCsvReader header capture exception wrapping with page reads (1923e7e)
  • clear stale CR flag on data chars in StrictCsvParser (d598c2c)
  • close file stream when building a reader from a Path fails (53b2311)
  • make IndexedCsvReader page reads with named records order-independent (00193db)
  • make writer construction from a Path safe (849373e)
  • prevent leading empty line from being captured as header (9d4b178)
  • reject prebuilt CsvIndex with mismatched pageSize (9878618)
  • restore missing space before link in SourceExample component (36e45ee)
  • restrict IndexedCsvReader to UTF-8 and single-byte charsets (695e090)

Performance Improvements

  • avoid String allocation for empty fields (6ada9d4)
  • bulk-copy scan loops in RelaxedCsvParser (e623a6e)
  • defer validation message formatting in parsers (2f23a35)
  • skip unescape pass for quoted fields without escaped quotes (09a256b)

This PR was generated with Release Please. See documentation.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from ddcbc17 to 0d2b4ed Compare July 8, 2026 20:33
@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.65%. Comparing base (d598c2c) to head (2b61063).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #195   +/-   ##
=========================================
  Coverage     99.65%   99.65%           
  Complexity      567      567           
=========================================
  Files            40       40           
  Lines          1740     1740           
  Branches        264      264           
=========================================
  Hits           1734     1734           
  Misses            4        4           
  Partials          2        2           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
github-actions Bot force-pushed the release-please--branches--main branch 2 times, most recently from 433b2d5 to 9511a44 Compare July 9, 2026 18:42
@github-actions
github-actions Bot force-pushed the release-please--branches--main branch from 9511a44 to 2b61063 Compare July 28, 2026 05:59
@osiegmar
osiegmar merged commit a1bf068 into main Jul 28, 2026
9 checks passed
@osiegmar
osiegmar deleted the release-please--branches--main branch July 28, 2026 06:07
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent quote charater removal

1 participant