Skip to content

build(deps): Bump de.siegmar:fastcsv from 4.3.1 to 4.4.0 - #325

Merged
dfa1 merged 1 commit into
mainfrom
dependabot/maven/de.siegmar-fastcsv-4.4.0
Aug 4, 2026
Merged

build(deps): Bump de.siegmar:fastcsv from 4.3.1 to 4.4.0#325
dfa1 merged 1 commit into
mainfrom
dependabot/maven/de.siegmar-fastcsv-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps de.siegmar:fastcsv from 4.3.1 to 4.4.0.

Release notes

Sourced from de.siegmar:fastcsv's releases.

v4.4.0

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)
Changelog

Sourced from de.siegmar:fastcsv's changelog.

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)
Commits
  • a1bf068 chore(main): release 4.4.0 (#195)
  • d598c2c fix: clear stale CR flag on data chars in StrictCsvParser
  • a814622 docs: document IndexedCsvReader index memory model
  • fe7fec4 docs: correct BOM consumption claim on build(handler, InputStream, Charset)
  • 2f23a35 perf: defer validation message formatting in parsers
  • 849373e fix: make writer construction from a Path safe
  • 53b2311 fix: close file stream when building a reader from a Path fails
  • 9878618 fix: reject prebuilt CsvIndex with mismatched pageSize
  • 695e090 fix: restrict IndexedCsvReader to UTF-8 and single-byte charsets
  • e623a6e perf: bulk-copy scan loops in RelaxedCsvParser
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [de.siegmar:fastcsv](https://github.com/osiegmar/FastCSV) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/osiegmar/FastCSV/releases)
- [Changelog](https://github.com/osiegmar/FastCSV/blob/main/CHANGELOG.md)
- [Commits](osiegmar/FastCSV@v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: de.siegmar:fastcsv
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 1, 2026
@dfa1
dfa1 merged commit 1e62fdb into main Aug 4, 2026
6 checks passed
@dfa1
dfa1 deleted the dependabot/maven/de.siegmar-fastcsv-4.4.0 branch August 4, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant