Skip to content

Latest commit

 

History

History
223 lines (103 loc) · 9.73 KB

CHANGELOG.md

File metadata and controls

223 lines (103 loc) · 9.73 KB

2.5.1 (2024-12-11)

Bug Fixes

2.5.0 (2024-10-15)

Features

  • export checkSignature function (97461a0)

2.4.0 (2024-10-01)

Features

  • add avalara_accounts webhook parser (f9f58e9)

2.3.2 (2024-10-01)

Bug Fixes

  • export function deleteAll (f2b5c5b)

2.3.1 (2024-08-20)

Bug Fixes

2.3.0 (2024-08-14)

Features

2.2.0 (2024-08-13)

Bug Fixes

  • fix page records evaluation in retrievePage function (78cd1cd)

Features

  • add retrievePage documentation (7ad8dbf)

2.1.1 (2024-06-19)

Bug Fixes

  • fix packagejson wrong paths (9c72604)

2.1.0 (2024-05-07)

Features

  • add headerRateLimits function (7f6162e)

2.0.1 (2024-05-02)

Bug Fixes

  • fix batch running attributes (2b00c5e)

2.0.0 (2024-04-29)

Bug Fixes

Performance Improvements

  • remove support for node.js <20.x (81cffe2)

BREAKING CHANGES

  • emove support for node.js <20.x

2.0.0-beta.3 (2024-04-24)

Bug Fixes

2.0.0-beta.2 (2024-03-22)

Bug Fixes

  • fix raw response reader (0cf97ca)

2.0.0-beta.1 (2024-03-12)

Bug Fixes

Performance Improvements

  • remove support for node.js <20.x (81cffe2)

BREAKING CHANGES

  • emove support for node.js <20.x

1.6.1 (2024-03-12)

Bug Fixes

1.6.0 (2024-02-22)

Features

  • add webhook payload parsers (8581bce)

1.5.0 (2024-02-21)

Features

  • add webhook signature check feature (174d5ce)

1.4.1 (2024-01-10)

Bug Fixes

  • update dependencies and fix lint errors (c794f84)

1.4.0 (2023-10-25)

Features

  • core: optional groupId and job metadata (b6004ae)

1.3.1 (2023-10-25)

Bug Fixes

  • core: fix release config (1ca0018)

1.3.0 (2023-10-24)

Bug Fixes

  • core: fix job split algo (404684b)
  • core: fix PrepareResourceCallback (e7087e3)
  • test: fix specs imports (477a499)

Features

  • add imports.split and import.toBatchTasks functions (#8) (8216bd5)
  • add Task.prepareResource callback function (bb98f03)

1.2.0 (2023-10-17)

Features

  • core: add function to split cleanups (d0d539a)
  • core: add function to split exports (a33f6b1)
  • core: add webhooks.denormalizePayload (e97b11e)

1.1.1 (2023-10-11)

Bug Fixes

  • doc: add webhooks.denormalizePayload documentation (69b9981)

1.1.0 (2023-10-11)

Features

  • core: add parsing of webhooks payload (de03fa6)

1.0.0 (2023-10-11)

Bug Fixes

  • all: fix updateAll spec (b03a0c1)
  • core: fix dependencies (bf28077)
  • core: fix npm ignore config (04772de)
  • core: fix release config (edbfe27)
  • test: increase test timeout (46ef81b)

Features