Skip to content

v4.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:46
ecfc610

4.3.1 (2026-06-29)

Bug Fixes

  • detect BOM correctly on short streams in BomInputStream (efc1633)
  • prevent ArrayIndexOutOfBoundsException in NamedCsvRecord.findFields (0a05a0b)
  • prevent data corruption after seek in IndexedCsvReader with multibyte charsets (c7d45ff)
  • prevent skipLine from resurrecting an unterminated last line at EOF (be02dab)
  • reject non-ASCII-compatible charsets in IndexedCsvReader (8cc6ea8)