Skip to content

1.2.16

Compare
Choose a tag to compare
@hakontro hakontro released this 17 Mar 08:00
· 697 commits to master since this release
05f783c

Download the release from Maven Central.

1.2.16

Breaking changes

  • Include the latest data point when reading aggregates. Please note that this is a breaking change
    and that updating to this version may change the result of reading aggregated data points.

Enhancements

  • Data points are now written in batches of 100,000 rather than 1,000.

  • The error messages thrown when one or more columns don't match will
    now say which columns have the wrong type.

  • Time series delete now supports the ignoreUnknownIds option.

  • Assets now include parentExternalId.

Fixes

  • Schema for RAW tables will now correctly be inferred from the first 1,000 rows.

  • Release threads from the threadpool when they are no longer going to be used.