Skip to content

Releases: faradayio/bigml-rs

1.0.1

14 Jul 13:08
Compare
Choose a tag to compare

Fixed

  • Remove dependency on time 1.4, which had a long-standing race condition.
    This is most useful for anyone still using the bigml library, which is
    probably just dbcrossbar at this point.

1.0.0

14 Oct 16:38
Compare
Choose a tag to compare
v1.0.0

v1.0.0: Update deps, move to "as-is" maintenance

0.9.2

19 May 19:16
Compare
Choose a tag to compare

Fixed

  • Allow SourceLocation to be missing.

0.9.1

18 Dec 20:16
Compare
Choose a tag to compare

Fixed

  • Fix doc test that was breaking builds.

0.9.0

18 Dec 19:53
Compare
Choose a tag to compare

Changed

  • Our Error has been modernized. It implements std::error::Error, it names
    the source field source, and its zero-argument variants are now empty
    structs, to leave room for adding backtraces later.
  • We now log using tracing instead of log, for much better logging of
    complex async code.

0.8.1

16 Dec 13:35
Compare
Choose a tag to compare

Added

  • We now build official binaries for Mac M1 systems.

Changed

  • Our release *.zip-file naming convention has changed to include the full
    target description (OS, CPU, etc) instead of just linux or osx.

0.6.6 - 2020-07-31

31 Jul 16:45
@emk emk
Compare
Choose a tag to compare

Changed

  • Client::wait now uses exponential backoff for up to 10 total minutes, because we're seeing a lot more temporary infrastructure errors from BigML.
  • 500, 503 and 504 HTTP errors are now temporary.

v0.6.5: Fix `--retry-on`

07 May 19:12
@emk emk
Compare
Choose a tag to compare
There was a bug in `--retry-on` that prevented it from retrying.

v0.6.4: Add `--retry-on` and `--retry-count`

06 May 15:47
@emk emk
Compare
Choose a tag to compare
These `bigml-parallel` arguments can be used to retry failed script
executions. This may help with increased transient errors from WhizzML
functions.

v0.6.3: Add `Client::new_from_env` API

30 Mar 23:08
@emk emk
Compare
Choose a tag to compare
This can use used to automatically construct a `Client` object using the
standard `BIGML_*` environment variables.