Sourced from io.deephaven:deephaven-csv's releases.
v0.14.0
What's Changed
- Bump actions/setup-java from 3 to 4 by
@dependabot
in deephaven/deephaven-csv#159- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.15.3 to 2.16.0 by
@dependabot
in deephaven/deephaven-csv#156- Bump com.opencsv:opencsv from 5.8 to 5.9 by
@dependabot
in deephaven/deephaven-csv#157- Bump commons-io:commons-io from 2.15.0 to 2.15.1 by
@dependabot
in deephaven/deephaven-csv#161- Issue #162 - internal error when last cell is empty and last line is not terminated by
@kosak
in deephaven/deephaven-csv#163- Bump org.immutables:value from 2.9.3 to 2.10.0 by
@dependabot
in deephaven/deephaven-csv#143- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3 by
@dependabot
in deephaven/deephaven-csv#164Full Changelog: https://github.com/deephaven/deephaven-csv/compare/v0.13.0...v0.14.0
v0.13.0
What's Changed
- improve RELEASE.md documentation by
@kosak
in deephaven/deephaven-csv#137- Bump actions/checkout from 3 to 4 by
@dependabot
in deephaven/deephaven-csv#139- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.20.0 to 6.22.0 by
@dependabot
in deephaven/deephaven-csv#141- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by
@dependabot
in deephaven/deephaven-csv#142- Bump cla-assistant/github-action from 2.3.0 to 2.3.1 by
@dependabot
in deephaven/deephaven-csv#140- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.15.2 to 2.15.3 by
@dependabot
in deephaven/deephaven-csv#145- Bump commons-io:commons-io from 2.14.0 to 2.15.0 by
@dependabot
in deephaven/deephaven-csv#146- Bump gradle to 8.4 by
@devinrsmith
in deephaven/deephaven-csv#147- Bump JMH to 1.37 by
@devinrsmith
in deephaven/deephaven-csv#148- Update gradle wrapper by
@devinrsmith
in deephaven/deephaven-csv#149- Add Java 21 testing, make Java 21 the default by
@devinrsmith
in deephaven/deephaven-csv#150- Add direct executor in non-concurrent case by
@devinrsmith
in deephaven/deephaven-csv#151- Update release procedure to add jars as assets. by
@devinrsmith
in deephaven/deephaven-csv#152- Bump me.champeau.jmh from 0.7.1 to 0.7.2 by
@dependabot
in deephaven/deephaven-csv#153- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by
@dependabot
in deephaven/deephaven-csv#154- Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by
@dependabot
in deephaven/deephaven-csv#155Full Changelog: https://github.com/deephaven/deephaven-csv/compare/v0.12.0...v0.13.0
Sourced from io.deephaven:deephaven-csv's changelog.
Release
This document is primarily targeted towards Deephaven CSV release managers. It is meant to contain the necessary instructions for executing a Deephaven CSV release.
Please be sure to read and understand this document in full before proceeding with a release. If you have any questions or concerns about any of the commands, please reach out.
Jar artifacts
The deephaven-csv release process consists of releasing two jars to Maven Central.
Release process
The majority of the release procedure is executed by the publish.yml workflow. It is kicked off by a push to a branch name that matches
release/v*
. Please familiarize yourself with the steps in that workflow.0. Poll Deephaven CSV team
Ensure you are proceeding with a known release, and there aren't any blockers.
1. Repository prerequisites
These release notes assume that the Deephaven CSV repository
git@github.com:deephaven/deephaven-csv.git
is referenced as the remote namedupstream
. Please ensure your local repository is set up as such, or that you replace any commands with the appropriately named remote:$ git remote get-url upstream git@github.com:deephaven/deephaven-csv.git
2. Create release branch and commit version bump
Ensure you are up-to-date with
upstream/main
, or at the commit that you want to start a new release from. If you are unsure what commit to start from, please ask. Most of the time, the main branch will be referencing a-SNAPSHOT
version, and we'll want to update this to a non-snapshot version. Please double-check you are on the version you expect to be releasing. The releases have so far proceeded with branches namedrelease/vX.Y.Z
, whereX.Y.Z
is the version number (this isn't a technical requirement), please replaceX.Y.Z
with the appropriate version.$ git fetch upstream $ git checkout upstream/main $ git checkout -b release/vX.Y.Z $ # edit gradle.properties, remove -SNAPSHOT $ git add gradle.properties # Do a find and replace for old version, replace with new version (across READMEs) </tr></table>
... (truncated)
a03f6c5
Bump to version 0.14.078e582f
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3
(#164)d9d9721
Bump org.immutables:value from 2.9.3 to 2.10.0 (#143)6ad6e25
Issue #162
- internal error when last cell is empty and last line is not
term...29847f3
Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#161)5616d2d
Bump com.opencsv:opencsv from 5.8 to 5.9 (#157)cce2212
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv (#156)7d1ced4
Bump actions/setup-java from 3 to 4 (#159)f44a7aa
Version 0.14.0-SNAPSHOTb8c2670
Bump to version 0.13.0Sourced from io.deephaven:deephaven-csv-fast-double-parser's releases.
v0.14.0
What's Changed
- Bump actions/setup-java from 3 to 4 by
@dependabot
in deephaven/deephaven-csv#159- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.15.3 to 2.16.0 by
@dependabot
in deephaven/deephaven-csv#156- Bump com.opencsv:opencsv from 5.8 to 5.9 by
@dependabot
in deephaven/deephaven-csv#157- Bump commons-io:commons-io from 2.15.0 to 2.15.1 by
@dependabot
in deephaven/deephaven-csv#161- Issue #162 - internal error when last cell is empty and last line is not terminated by
@kosak
in deephaven/deephaven-csv#163- Bump org.immutables:value from 2.9.3 to 2.10.0 by
@dependabot
in deephaven/deephaven-csv#143- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3 by
@dependabot
in deephaven/deephaven-csv#164Full Changelog: https://github.com/deephaven/deephaven-csv/compare/v0.13.0...v0.14.0
v0.13.0
What's Changed
- improve RELEASE.md documentation by
@kosak
in deephaven/deephaven-csv#137- Bump actions/checkout from 3 to 4 by
@dependabot
in deephaven/deephaven-csv#139- Bump com.diffplug.spotless:spotless-plugin-gradle from 6.20.0 to 6.22.0 by
@dependabot
in deephaven/deephaven-csv#141- Bump commons-io:commons-io from 2.13.0 to 2.14.0 by
@dependabot
in deephaven/deephaven-csv#142- Bump cla-assistant/github-action from 2.3.0 to 2.3.1 by
@dependabot
in deephaven/deephaven-csv#140- Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv from 2.15.2 to 2.15.3 by
@dependabot
in deephaven/deephaven-csv#145- Bump commons-io:commons-io from 2.14.0 to 2.15.0 by
@dependabot
in deephaven/deephaven-csv#146- Bump gradle to 8.4 by
@devinrsmith
in deephaven/deephaven-csv#147- Bump JMH to 1.37 by
@devinrsmith
in deephaven/deephaven-csv#148- Update gradle wrapper by
@devinrsmith
in deephaven/deephaven-csv#149- Add Java 21 testing, make Java 21 the default by
@devinrsmith
in deephaven/deephaven-csv#150- Add direct executor in non-concurrent case by
@devinrsmith
in deephaven/deephaven-csv#151- Update release procedure to add jars as assets. by
@devinrsmith
in deephaven/deephaven-csv#152- Bump me.champeau.jmh from 0.7.1 to 0.7.2 by
@dependabot
in deephaven/deephaven-csv#153- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by
@dependabot
in deephaven/deephaven-csv#154- Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by
@dependabot
in deephaven/deephaven-csv#155Full Changelog: https://github.com/deephaven/deephaven-csv/compare/v0.12.0...v0.13.0
Sourced from io.deephaven:deephaven-csv-fast-double-parser's changelog.
Release
This document is primarily targeted towards Deephaven CSV release managers. It is meant to contain the necessary instructions for executing a Deephaven CSV release.
Please be sure to read and understand this document in full before proceeding with a release. If you have any questions or concerns about any of the commands, please reach out.
Jar artifacts
The deephaven-csv release process consists of releasing two jars to Maven Central.
Release process
The majority of the release procedure is executed by the publish.yml workflow. It is kicked off by a push to a branch name that matches
release/v*
. Please familiarize yourself with the steps in that workflow.0. Poll Deephaven CSV team
Ensure you are proceeding with a known release, and there aren't any blockers.
1. Repository prerequisites
These release notes assume that the Deephaven CSV repository
git@github.com:deephaven/deephaven-csv.git
is referenced as the remote namedupstream
. Please ensure your local repository is set up as such, or that you replace any commands with the appropriately named remote:$ git remote get-url upstream git@github.com:deephaven/deephaven-csv.git
2. Create release branch and commit version bump
Ensure you are up-to-date with
upstream/main
, or at the commit that you want to start a new release from. If you are unsure what commit to start from, please ask. Most of the time, the main branch will be referencing a-SNAPSHOT
version, and we'll want to update this to a non-snapshot version. Please double-check you are on the version you expect to be releasing. The releases have so far proceeded with branches namedrelease/vX.Y.Z
, whereX.Y.Z
is the version number (this isn't a technical requirement), please replaceX.Y.Z
with the appropriate version.$ git fetch upstream $ git checkout upstream/main $ git checkout -b release/vX.Y.Z $ # edit gradle.properties, remove -SNAPSHOT $ git add gradle.properties # Do a find and replace for old version, replace with new version (across READMEs) </tr></table>
... (truncated)
a03f6c5
Bump to version 0.14.078e582f
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3
(#164)d9d9721
Bump org.immutables:value from 2.9.3 to 2.10.0 (#143)6ad6e25
Issue #162
- internal error when last cell is empty and last line is not
term...29847f3
Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#161)5616d2d
Bump com.opencsv:opencsv from 5.8 to 5.9 (#157)cce2212
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv (#156)7d1ced4
Bump actions/setup-java from 3 to 4 (#159)f44a7aa
Version 0.14.0-SNAPSHOTb8c2670
Bump to version 0.13.0