Skip to content

Releases: deephaven/deephaven-csv

v0.14.0

08 Dec 18:55
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-java from 3 to 4 by @dependabot in #159
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.15.3 to 2.16.0 by @dependabot in #156
  • Bump com.opencsv:opencsv from 5.8 to 5.9 by @dependabot in #157
  • Bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #161
  • Issue #162 - internal error when last cell is empty and last line is not terminated by @kosak in #163
  • Bump org.immutables:value from 2.9.3 to 2.10.0 by @dependabot in #143
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3 by @dependabot in #164

Full Changelog: v0.13.0...v0.14.0

v0.13.0

15 Nov 19:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

15 Nov 19:11
Compare
Choose a tag to compare

What's Changed

  • Add RELEASE.md document by @devinrsmith in #124
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.18.0 to 6.19.0 by @dependabot in #126
  • Bump commons-io:commons-io from 2.11.0 to 2.12.0 by @dependabot in #121
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.15.1 to 2.15.2 by @dependabot in #127
  • Bump commons-io:commons-io from 2.12.0 to 2.13.0 by @dependabot in #128
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.19.0 to 6.20.0 by @dependabot in #129
  • Bump com.opencsv:opencsv from 5.7.1 to 5.8 by @dependabot in #132
  • Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #131
  • Issue #133 - "ignoreSurroundingSpaces" doesn't ignore trailing spaces by @kosak in #134
  • Spotless changes by @kosak in #136
  • Fix typo in RELEASE.md by @kosak in #135

Full Changelog: v0.11.0...v0.12.0

v0.11.0

22 May 22:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

01 Mar 16:11
Compare
Choose a tag to compare

What's Changed

  • Update README.md with correct versions and jars by @devinrsmith in #85
  • Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 by @dependabot in #89
  • Bump assertj-core from 3.23.1 to 3.24.1 by @dependabot in #92
  • Add manifest attributes to the JARs by @devinrsmith in #93
  • Bump annotations from 23.1.0 to 24.0.0 by @dependabot in #95
  • Bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #94
  • Bump ch.randelshofer:fastdoubleparser from 0.5.3 to 0.7.0 by @dependabot in #96
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.12.1 to 6.16.0 by @dependabot in #100
  • Bump me.champeau.jmh from 0.6.8 to 0.7.0 by @dependabot in #98
  • Bump gradle to 8.0.1 by @devinrsmith in #97
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.14.1 to 2.14.2 by @dependabot in #104
  • Bump org.assertj:assertj-core from 3.24.1 to 3.24.2 by @dependabot in #103
  • Fix deadlock when a sequence of long-ish strings appear in the input (bug #101) by @kosak in #102
  • Bump org.apache.commons:commons-csv from 1.9.0 to 1.10.0 by @dependabot in #99

Full Changelog: v0.9.0...v0.10.0

v0.9.0

13 Dec 20:14
Compare
Choose a tag to compare

Release notes

This release has updated to depend on a multi-JAR version of fastdoubleparser. This means that deephaven-fast-double-parser-8 is no longer necessary; deephaven-fast-double-parser is Java 8+ compatible.

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Oct 17:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

27 Jun 18:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Jun 02:28
Compare
Choose a tag to compare

What's Changed

  • Issue #48 - Library deadlocks if some threads die unexpectedly by @kosak in #49
  • Bump com.diffplug.spotless from 6.6.1 to 6.7.0 by @dependabot in #47
  • Bump assertj-core from 3.22.0 to 3.23.1 by @dependabot in #46

Full Changelog: v0.5.0...v0.6.0

v0.5.0

24 May 16:54
Compare
Choose a tag to compare

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