Skip to content

v0.6.1

Compare
Choose a tag to compare
@lucaswerkmeister lucaswerkmeister released this 21 May 14:14
· 173 commits to main since this release

Add dropTruncatedResultWarning option for m3api-query.

  • A new request option, dropTruncatedResultWarning, is available. Previously, this behavior was hard-coded in requestAndContinueReducingBatch(); now, it can be optionally enabled in request() and requestAndContinue(), or disabled in requestAndContinueReducingBatch(). By default, the option is enabled in the latter function and disbled in the former two, so there is no change in behavior unless you set the option with a request.
  • Updated dependencies.