Skip to content

Releases: faradayio/bigml-rs

v0.6.2: Fix `*Update` structs

26 Mar 15:19
@emk emk
Compare
Choose a tag to compare
These structs could no longer be used normally to perform updates. They
have been fixed.

v0.6.1: Add BIGML_DOMAIN support

11 Mar 18:13
@emk emk
Compare
Choose a tag to compare
This is directly supported in `bigml-parallel`. Callers
of `bigml` must make the necessary changes themselves,
but there's now an API to support it.

v0.6.0: Retry bigml-parallel executions

07 Feb 16:49
@emk emk
Compare
Choose a tag to compare
This release of `bigml-parallel` will retry execution that fail because
of a "402 Payment Required" error.

This also required changing several error related APIs. Along the way, we
switched many APIs to use `#[non_exhaustive]` for better extensibility.

Requires a recent Rust with `#[non_exhaustive]`.

v0.5.0: Increase download timeouts

27 Jan 15:07
@emk emk
Compare
Choose a tag to compare
This version of `bigml` uses longer timeouts when downloading CSV files.
The `bigml-parallel` tool should behave the same as before.

v0.5.0-rc.1: Update to tokio 0.2

14 Jan 14:02
@emk emk
Compare
Choose a tag to compare
This release updates from tokio 0.1 to tokio 0.2.

v0.4.4: Add `time_formats` support

02 Dec 13:18
@emk emk
Compare
Choose a tag to compare
We had a version of this in v0.4.3, but it broke other features and we
yanked the release.

v0.4.2

16 Nov 01:24
@emk emk
Compare
Choose a tag to compare
v0.4.2: Allow adding tags to datasets

v0.4.1

15 Nov 18:12
@emk emk
Compare
Choose a tag to compare
v0.4.1: Allow adding tags to sources

v0.4.0: --tag, stable Rust & a minor fix

15 Nov 13:14
@emk emk
Compare
Choose a tag to compare
- We now run on stable Rust! Still on `tokio` 0.1.x, though, until
  things quiet down a bit. Most of our dependencies have been updated.
- The `bigml-parallel` tool now accepts a `--tag` argument which can be
  used to apply tags to the BigML execution resources we create.
- We no longer exit with a spurious error if a BigML execution error
  is lacking an `http_status` field. This will help us correctly
  support WhizzML scripts that raise their own errors.

v0.4.0-alpha.4: Upgrade for stabilized `async_await`

09 Oct 16:26
@emk emk
Compare
Choose a tag to compare
This currently requires the Rust `beta` channel to build, but it should
work unchanged on the next stable Rust release.