|
| 1 | +Apache Commons CSV 1.14.1 Release Notes |
| 2 | +--------------------------------------- |
| 3 | + |
| 4 | +The Apache Commons CSV team is pleased to announce the release of Apache Commons CSV 1.14.1. |
| 5 | + |
| 6 | + |
| 7 | +This document contains the release notes for the 1.14.1 version of Apache Commons CSV. |
| 8 | +Commons CSV reads and writes files in Comma Separated Value (CSV) format variations. |
| 9 | + |
| 10 | +Commons CSV requires at least Java 8. |
| 11 | + |
| 12 | +The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. |
| 13 | + |
| 14 | +This is a feature and maintenance release. Java 8 or later is required. |
| 15 | + |
| 16 | +Changes in this version include: |
| 17 | + |
| 18 | + |
| 19 | +Fixed Bugs |
| 20 | +---------- |
| 21 | + |
| 22 | +* CSV-318: CSVPrinter.printRecord(Stream) hangs if given a parallel stream. Thanks to Joseph Shraibman, Gary Gregory. |
| 23 | +* CSV-318: CSVPrinter now uses an internal lock instead of synchronized methods. Thanks to Joseph Shraibman, Gary Gregory. |
| 24 | +* org.apache.commons.csv.CSVPrinter.printRecords(ResultSet) now writes one record at a time using a lock. Thanks to Gary Gregory. |
| 25 | + |
| 26 | +Changes |
| 27 | +------- |
| 28 | + |
| 29 | +* Bump org.apache.commons:commons-parent from 81 to 85 #542. Thanks to Gary Gregory, Dependabot. |
| 30 | +* Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory. |
| 31 | +* Bump com.opencsv:opencsv from 5.10 to 5.11.2 #545, #551, #553. Thanks to Gary Gregory, Dependabot. |
| 32 | +* Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #556. Thanks to Gary Gregory, Dependabot. |
| 33 | +* Bump commons-codec:commons-codec from 1.18.0 to 1.19.0. Thanks to Gary Gregory. |
| 34 | + |
| 35 | + |
| 36 | +Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html |
| 37 | + |
| 38 | +For complete information on Apache Commons CSV, including instructions on how to submit bug reports, |
| 39 | +patches, or suggestions for improvement, see the Apache Commons CSV website: |
| 40 | + |
| 41 | +https://commons.apache.org/proper/commons-csv/ |
| 42 | + |
| 43 | +Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi |
| 44 | + |
| 45 | +Have fun! |
| 46 | +-Apache Commons CSV team |
| 47 | + |
| 48 | +------------------------------------------------------------------------------ |
| 49 | + |
1 | 50 | Apache Commons CSV 1.14.0 Release Notes |
| 51 | +--------------------------------------- |
2 | 52 |
|
3 | 53 | This document contains the release notes for the 1.14.0 version of Apache Commons CSV. |
4 | 54 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -59,7 +109,8 @@ Have fun! |
59 | 109 |
|
60 | 110 | ------------------------------------------------------------------------------ |
61 | 111 |
|
62 | | -Apache Commons CSV Version 1.13.0 Release Notes |
| 112 | +Apache Commons CSV 1.13.0 Release Notes |
| 113 | +--------------------------------------- |
63 | 114 |
|
64 | 115 | This document contains the release notes for the 1.13.0 version of Apache Commons CSV. |
65 | 116 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -111,7 +162,8 @@ Have fun! |
111 | 162 |
|
112 | 163 | ------------------------------------------------------------------------------ |
113 | 164 |
|
114 | | -Apache Commons CSV Version 1.12.0 Release Notes |
| 165 | +Apache Commons CSV 1.12.0 Release Notes |
| 166 | +--------------------------------------- |
115 | 167 |
|
116 | 168 | This document contains the release notes for the 1.12.0 version of Apache Commons CSV. |
117 | 169 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -167,7 +219,8 @@ Have fun! |
167 | 219 |
|
168 | 220 | ------------------------------------------------------------------------------ |
169 | 221 |
|
170 | | -Apache Commons CSV Version 1.11.0 Release Notes |
| 222 | +Apache Commons CSV 1.11.0 Release Notes |
| 223 | +--------------------------------------- |
171 | 224 |
|
172 | 225 | This document contains the release notes for the 1.11.0 version of Apache Commons CSV. |
173 | 226 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -227,7 +280,8 @@ Have fun! |
227 | 280 |
|
228 | 281 | ------------------------------------------------------------------------------ |
229 | 282 |
|
230 | | -Apache Commons CSV Version 1.10.0 Release Notes |
| 283 | +Apache Commons CSV 1.10.0 Release Notes |
| 284 | +--------------------------------------- |
231 | 285 |
|
232 | 286 | This document contains the release notes for the 1.10.0 version of Apache Commons CSV. |
233 | 287 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -308,7 +362,8 @@ Have fun! |
308 | 362 |
|
309 | 363 | ------------------------------------------------------------------------------ |
310 | 364 |
|
311 | | -Apache Commons CSV Version 1.9.0 Release Notes |
| 365 | +Apache Commons CSV 1.9.0 Release Notes |
| 366 | +-------------------------------------- |
312 | 367 |
|
313 | 368 | This document contains the release notes for the 1.9.0 version of Apache Commons CSV. |
314 | 369 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -410,7 +465,8 @@ Have fun! |
410 | 465 |
|
411 | 466 | ------------------------------------------------------------------------------ |
412 | 467 |
|
413 | | -Apache Commons CSV Version 1.8 Release Notes |
| 468 | +Apache Commons CSV 1.8 Release Notes |
| 469 | +------------------------------------ |
414 | 470 |
|
415 | 471 | This document contains the release notes for the 1.8 version of Apache Commons CSV. |
416 | 472 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -465,7 +521,8 @@ Have fun! |
465 | 521 |
|
466 | 522 | ------------------------------------------------------------------------------ |
467 | 523 |
|
468 | | -Apache Commons CSV Version 1.7 Release Notes |
| 524 | +Apache Commons CSV 1.7 Release Notes |
| 525 | +------------------------------------ |
469 | 526 |
|
470 | 527 | This document contains the release notes for the 1.7 version of Apache Commons CSV. |
471 | 528 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -512,7 +569,8 @@ Have fun! |
512 | 569 |
|
513 | 570 | ------------------------------------------------------------------------------ |
514 | 571 |
|
515 | | -Apache Commons CSV Version 1.6 Release Notes |
| 572 | +Apache Commons CSV 1.6 Release Notes |
| 573 | +------------------------------------ |
516 | 574 |
|
517 | 575 | This document contains the release notes for the 1.6 version of |
518 | 576 | Apache Commons CSV. Commons CSV reads and writes files in variations of the |
@@ -561,7 +619,8 @@ Have fun! |
561 | 619 |
|
562 | 620 | ------------------------------------------------------------------------------ |
563 | 621 |
|
564 | | -Apache Commons CSV Version 1.5 Release Notes |
| 622 | +Apache Commons CSV 1.5 Release Notes |
| 623 | +------------------------------------ |
565 | 624 |
|
566 | 625 | This document contains the release notes for the 1.5 version of Apache Commons CSV. |
567 | 626 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -613,7 +672,8 @@ Have fun! |
613 | 672 |
|
614 | 673 | ------------------------------------------------------------------------------ |
615 | 674 |
|
616 | | -Apache Commons CSV Version 1.4 Release Notes |
| 675 | +Apache Commons CSV 1.4 Release Notes |
| 676 | +------------------------------------ |
617 | 677 |
|
618 | 678 | This document contains the release notes for the 1.4 version of Apache Commons CSV. |
619 | 679 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -652,7 +712,8 @@ Have fun! |
652 | 712 |
|
653 | 713 | ------------------------------------------------------------------------------ |
654 | 714 |
|
655 | | -Apache Commons CSV Version 1.3 Release Notes |
| 715 | +Apache Commons CSV 1.3 Release Notes |
| 716 | +------------------------------------ |
656 | 717 |
|
657 | 718 | This document contains the release notes for the 1.3 version of Apache Commons CSV. |
658 | 719 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -696,7 +757,8 @@ Have fun! |
696 | 757 |
|
697 | 758 | ------------------------------------------------------------------------------ |
698 | 759 |
|
699 | | -Apache Commons CSV Version 1.2 Release Notes |
| 760 | +Apache Commons CSV 1.2 Release Notes |
| 761 | +------------------------------------ |
700 | 762 |
|
701 | 763 | This document contains the release notes for the 1.2 version of Apache Commons CSV. |
702 | 764 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -734,7 +796,8 @@ Have fun! |
734 | 796 |
|
735 | 797 | ------------------------------------------------------------------------------ |
736 | 798 |
|
737 | | -Apache Commons CSV Version 1.1 Release Notes |
| 799 | +Apache Commons CSV 1.1 Release Notes |
| 800 | +------------------------------------ |
738 | 801 |
|
739 | 802 | This document contains the release notes for the 1.1 version of Apache Commons CSV. |
740 | 803 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
@@ -775,7 +838,8 @@ Have fun! |
775 | 838 |
|
776 | 839 | ------------------------------------------------------------------------------- |
777 | 840 |
|
778 | | -Apache Commons CSV Version 1.0 Release Notes |
| 841 | +Apache Commons CSV 1.0 Release Notes |
| 842 | +------------------------------------ |
779 | 843 |
|
780 | 844 | This document contains the release notes for the 1.0 version of Apache Commons CSV. |
781 | 845 | Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
|
0 commit comments