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.txt
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,55 @@
1
+
Apache Commons CSV Version 1.13.0 Release Notes
2
+
3
+
This document contains the release notes for the 1.13.0 version of Apache Commons CSV.
4
+
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
5
+
6
+
Commons CSV requires at least Java 8.
7
+
8
+
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
9
+
10
+
This is a feature and maintenance release. Java 8 or later is required.
11
+
12
+
Changes in this version include:
13
+
14
+
New Features
15
+
------------
16
+
17
+
* CSV-313: Add CSVPrinter.getRecordCount(). Thanks to Gary Gregory.
18
+
* Add and use CSVParser.Builder and builder() and deprecate CSVParser constructors. Thanks to Gary Gregory.
19
+
* CSVFormat.Builder implements Supplier<CSVFormat>. Thanks to Gary Gregory.
20
+
* Deprecate CSVFormat.Builder.build() for get(). Thanks to Gary Gregory.
21
+
* CSV-196: Track byte position #502. Thanks to Yuzhan Jiang, Gary Gregory.
22
+
23
+
Fixed Bugs
24
+
----------
25
+
26
+
* CSV-314: Required OSGi Import-Package version numbers in MANIFEST.MF #504. Thanks to Gary Gregory.
27
+
* CSV-314: CSVParser.nextRecord() should throw CSVException (an IOException subclass) instead of IOException and IllegalStateException, no method signature changes needed. Thanks to Gary Gregory.
28
+
29
+
Changes
30
+
-------
31
+
32
+
* Bump org.apache.commons:commons-parent from 76 to 78 #486, #495. Thanks to Gary Gregory, Dependabot.
33
+
* Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #493. Thanks to Gary Gregory, Dependabot.
34
+
* Bump commons-io:commons-io from 2.17.0 to 2.18.0 #505. Thanks to Gary Gregory, Dependabot.
35
+
* Bump commons-codec:commons-codec from 1.17.1 to 1.17.2. Thanks to Gary Gregory.
36
+
* Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
37
+
38
+
39
+
Historical list of changes: https://commons.apache.org/proper/commons-csv/changes-report.html
40
+
41
+
For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
42
+
patches, or suggestions for improvement, see the Apache Commons CSV website:
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
<title>Apache Commons CSV Release Notes</title>
41
41
</properties>
42
42
<body>
43
-
<releaseversion="1.13.0"date="YYYY-MM-DD"description="This is a feature and maintenance release. Java 8 or later is required.">
43
+
<releaseversion="1.13.0"date="2025-01-08"description="This is a feature and maintenance release. Java 8 or later is required.">
44
44
<!-- FIX -->
45
45
<actiontype="fix"issue="CSV-314"dev="ggregory"due-to="Gary Gregory">Required OSGi Import-Package version numbers in MANIFEST.MF #504.</action>
46
46
<actiontype="fix"issue="CSV-314"dev="ggregory"due-to="Gary Gregory">CSVParser.nextRecord() should throw CSVException (an IOException subclass) instead of IOException and IllegalStateException, no method signature changes needed.</action>
0 commit comments