Skip to content

Releases: buoyant-data/oxbow

v1.9.1

23 Apr 23:21

Choose a tag to compare

Incremental release with a new deltalake 0.32

v1.9.0

07 Apr 19:38

Choose a tag to compare

Allow the 1.9.0 release through github actions

v1.8.9

02 Apr 21:37

Choose a tag to compare

Rebuild with patched datafusion and arrow builds for improving CSV ge…

v1.8.8

01 Apr 15:01

Choose a tag to compare

Always quote CSVs coming out of lambda-to-csv

Digging deeper into load failures I discovered that while
arrow-csv and other Rust CSV parsers can handle some characters
properly, some RDMS and C-based CSV parsers (older) cannot, without
quoting.

This relies on a backport of apache/datafusion#20813 to the 52.4.0
release in order to support this. It also requires arrow-csv 57.2.0 or
later since that release is the first that `QuoteStyle` exists.

v1.8.7

23 Mar 18:11

Choose a tag to compare

Add support for coercing boolean types in cdf-to-csv

Some primitive databases treat booleans as integer values

Signed-off-by: R. Tyler Croy <rtyler@buoyantdata.com>

v1.8.6

21 Mar 15:40

Choose a tag to compare

Expose some configuration for cdf-to-csv to customize output CSVs

Some database engines need specific formattings to handle the conversion
of nulls or timestamps

v1.8.5

16 Mar 19:23

Choose a tag to compare

upgrade to the latest released crate

Signed-off-by: R. Tyler Croy <rtyler@buoyantdata.com>

v1.8.4

13 Mar 00:52

Choose a tag to compare

Enforce string column escaping when generating CSVs

I had made the assumption that the Datafusion writers would do this, but
newlines will potentially break the output CSV.

If the input strings have newlines and commas, that seems to break
things

Signed-off-by: R. Tyler Croy <rtyler@buoyantdata.com>

v1.8.3

03 Mar 07:38

Choose a tag to compare

Bump for the next release

v1.8.2

12 Jan 19:24

Choose a tag to compare

Upgrade to delta-rs 0.30.1 and improve performance with deferred tabl…