|
1 | 1 | Apache Commons CSV |
2 | | - Version 1.6 |
3 | | - Release Notes |
| 2 | + Version 1.7 |
| 3 | + Release Notes |
| 4 | + |
| 5 | + |
| 6 | +INTRODUCTION: |
| 7 | + |
| 8 | +This document contains the release notes for the 1.7 version of Apache Commons CSV. |
| 9 | +Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format. |
| 10 | + |
| 11 | +The Apache Commons CSV library provides a simple interface for reading and writing |
| 12 | +CSV files of various types. |
| 13 | + |
| 14 | +Feature and bug fix release (Java 8) |
| 15 | + |
| 16 | +Changes in this version include: |
| 17 | + |
| 18 | +NEW FEATURES |
| 19 | +============== |
| 20 | + |
| 21 | +o CSV-233: Add predefined CSVFormats for printing MongoDB CSV and TSV. Thanks to Gary Gregory. |
| 22 | +o CSV-234: Add support for java.sql.Clob. Thanks to Roberto Benedetti, Gary Gregory. |
| 23 | +o CSV-239: Cannot get headers in column order from CSVRecord. Thanks to Gary Gregory, Dave Moten. |
| 24 | + |
| 25 | +FIXED BUGS |
| 26 | +============ |
| 27 | + |
| 28 | +o CSV-208: Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV formats. Thanks to Jurrie Overgoor. |
| 29 | +o CSV-232: Site link "Source Repository" does not work. Thanks to Jurrie Overgoor, Gary Gregory. |
| 30 | +o CSV-238: Escape quotes in CLOBs #39. Thanks to Stephen Olander-Waters. |
| 31 | + |
| 32 | +CHANGES |
| 33 | +========= |
| 34 | + |
| 35 | +o CSV-237: Update to Java 8. Thanks to Gary Gregory. |
| 36 | +o Update tests from H2 1.4.198 to 1.4.199. Thanks to Gary Gregory. |
| 37 | + |
| 38 | + |
| 39 | +Historical list of changes: http://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 Apache Commons CSV website: |
| 43 | + |
| 44 | +http://commons.apache.org/proper/commons-csv/ |
| 45 | + |
| 46 | +Download it from http://commons.apache.org/proper/commons-csv/download_csv.cgi |
| 47 | + |
| 48 | +Have fun! |
| 49 | +-Apache Commons CSV team |
| 50 | + |
| 51 | +------------------------------------------------------------------------------ |
| 52 | + |
| 53 | + |
| 54 | + Apache Commons CSV |
| 55 | + Version 1.6 |
| 56 | + Release Notes |
4 | 57 |
|
5 | 58 |
|
6 | 59 | INTRODUCTION: |
@@ -53,8 +106,8 @@ Have fun! |
53 | 106 | ------------------------------------------------------------------------------ |
54 | 107 |
|
55 | 108 | Apache Commons CSV |
56 | | - Version 1.5 |
57 | | - Release Notes |
| 109 | + Version 1.5 |
| 110 | + Release Notes |
58 | 111 |
|
59 | 112 |
|
60 | 113 | INTRODUCTION: |
@@ -110,8 +163,8 @@ Have fun! |
110 | 163 | ------------------------------------------------------------------------------ |
111 | 164 |
|
112 | 165 | Apache Commons CSV |
113 | | - Version 1.4 |
114 | | - Release Notes |
| 166 | + Version 1.4 |
| 167 | + Release Notes |
115 | 168 |
|
116 | 169 |
|
117 | 170 | INTRODUCTION: |
@@ -154,8 +207,8 @@ Have fun! |
154 | 207 | ------------------------------------------------------------------------------ |
155 | 208 |
|
156 | 209 | Apache Commons CSV |
157 | | - Version 1.3 |
158 | | - Release Notes |
| 210 | + Version 1.3 |
| 211 | + Release Notes |
159 | 212 |
|
160 | 213 |
|
161 | 214 | INTRODUCTION: |
@@ -203,8 +256,8 @@ Have fun! |
203 | 256 | ------------------------------------------------------------------------------ |
204 | 257 |
|
205 | 258 | Apache Commons CSV |
206 | | - Version 1.2 |
207 | | - Release Notes |
| 259 | + Version 1.2 |
| 260 | + Release Notes |
208 | 261 |
|
209 | 262 |
|
210 | 263 | INTRODUCTION: |
@@ -246,8 +299,8 @@ Have fun! |
246 | 299 | ------------------------------------------------------------------------------ |
247 | 300 |
|
248 | 301 | Apache Commons CSV |
249 | | - Version 1.1 |
250 | | - Release Notes |
| 302 | + Version 1.1 |
| 303 | + Release Notes |
251 | 304 |
|
252 | 305 |
|
253 | 306 | INTRODUCTION: |
@@ -292,8 +345,8 @@ Have fun! |
292 | 345 | ------------------------------------------------------------------------------- |
293 | 346 |
|
294 | 347 | Apache Commons CSV |
295 | | - Version 1.0 |
296 | | - Release Notes |
| 348 | + Version 1.0 |
| 349 | + Release Notes |
297 | 350 |
|
298 | 351 |
|
299 | 352 | INTRODUCTION: |
|
0 commit comments