Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 2.79 KB

dataloader

2.2.2

Patch Changes

2.2.1

Patch Changes

2.2.0

Minor Changes

Patch Changes

  • #318 588a8b6 Thanks @boopathi! - Fix the propagation of sync throws in the batch function to the loader function instead of crashing the process wtih an uncaught exception.
  • #321 3cd3a43 Thanks @thekevinbrown! - Resolves an issue where the maxBatchSize parameter wouldn't be fully used on each batch sent to the backend loader.

2.1.0

Minor Changes

Patch Changes

  • 3135e9a: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"