- Fixed behaviour of
max_errors
when it's set to0
.
- Added support for an optional
max_errors
parameter inSnap.Bulk.perform
, which aborts the operation if the number of errors accumulated exceedes this count.
- Pass extra opts, such as
pipeline: "foo"
inSnap.Bulk.perform
to the Bulk API endpoint.
- Added support in
Snap.Auth.Plain
for defining the username and password in the configured URL.
- Introduce
Snap.BulkError
to wrap a list of errors produced fromSnap.Bulk
.
- Documentation formatting fix.
- First release.