v0.6.1
Add dropTruncatedResultWarning
option for m3api-query.
- A new request option,
dropTruncatedResultWarning
, is available. Previously, this behavior was hard-coded inrequestAndContinueReducingBatch()
; now, it can be optionally enabled inrequest()
andrequestAndContinue()
, or disabled inrequestAndContinueReducingBatch()
. 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.