Releases: deephaven/deephaven-csv
Releases · deephaven/deephaven-csv
v0.5.0
What's Changed
- Bump com.diffplug.spotless from 6.4.2 to 6.5.2 by @dependabot in #36
- Allow Sinks to know which column they are associated with. by @kosak in #38
- Bump com.diffplug.spotless from 6.5.2 to 6.6.1 by @dependabot in #40
- Bump jackson-dataformat-csv from 2.13.2 to 2.13.3 by @dependabot in #41
- Use setup-java v3 in publish workflow by @devinrsmith in #44
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #31
- Bump com.diffplug.spotless from 6.4.1 to 6.4.2 by @dependabot in #29
- Variety of changes: null literals, throttle writer, GC, etc. by @kosak in #30
- Split CSV tutorial into two files: README.md and ADVANCED.md by @kosak in #32
- Annotate java code blocks by @devinrsmith in #33
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- A variety of changes to make the library more friendly to the new user. by @kosak in #20
- Alter logic so we don't call tryEnsureMore() after finish(). by @kosak in #27
- Add config flags: skipRows, numRows, ignoreEmptyLines, allowMissingColumns, ignoreExcessColumns. by @kosak in #25
- Bump com.diffplug.spotless from 6.3.0 to 6.4.1 by @dependabot in #28
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Notes
Version 0.2.0 brings Java 8+ compatibility (instead of Java 11+). The fast double parser has been broken out into two modules - one with Java 8+ compatibility, and the other with Java 11+ compatibility. See README.md for more information.
What's Changed
- Add dependabot for github-actions / gradle by @devinrsmith in #12
- Bump value-annotations from 2.8.8 to 2.9.0 by @dependabot in #13
- Bump opencsv from 5.5.2 to 5.6 by @dependabot in #14
- Bump actions/checkout from 2 to 3 by @dependabot in #17
- Bump com.diffplug.spotless from 6.2.0 to 6.3.0 by @dependabot in #15
- Bump value from 2.8.8 to 2.9.0 by @dependabot in #16
- Bump jackson-dataformat-csv from 2.13.1 to 2.13.2 by @dependabot in #18
- Kosak char sequence view by @kosak in #23
- Bump gradle to 7.4.1 by @devinrsmith in #24
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- CsvReader cleanups: Immutables, fix Executor cleanup, shrink dependencies by @kosak in #1
- Added publishing logic. Includes javadoc fixes necessary for building. by @devinrsmith in #5
- Small SinkFactory changes and moved comments. by @kosak in #8
- Add CsvSpecs.Builder.from by @devinrsmith in #10
- JMH benchmarks for comparison with other libraries. by @kosak in #9
- Add jmhTest source set for unit testing of benchmark implementations by @devinrsmith in #11
- Add publish workflow. by @devinrsmith in #7
New Contributors
- @kosak made their first contribution in #1
- @devinrsmith made their first contribution in #5
Full Changelog: https://github.com/deephaven/deephaven-csv/commits/v0.1.0