Skip to content

Latest commit

 

History

History
119 lines (53 loc) · 5.08 KB

CHANGELOG.md

File metadata and controls

119 lines (53 loc) · 5.08 KB

2.1.0 (2024-04-18)

Features

  • deps: allow @azure/identity v2 and v3 (#64) (a6eaa69)

2.0.0 (2024-04-12)

Features

  • add support for managed identities (#61) (6903aef)

BREAKING CHANGES

  • replaces TaskClient.create with TaskClient.createFromKey and TaskClient.createFromCredential

1.5.0 (2020-11-04)

Features

  • add support for last day of the month cron string (#39) (34d7436)

1.4.1 (2020-09-16)

Bug Fixes

  • use lastRunTime when re-enabling a task (#38) (5988585)

1.4.0 (2020-09-16)

Features

  • add lastRunTime option on task create (#37) (6b24c73)

1.3.0 (2020-09-16)

Features

  • skip past task occurrences when enabling a disabled task (#35) (f1a3346)

1.2.0 (2020-05-06)

Features

  • query: use new offset and limit params for paging (#33) (d286254)

1.1.4 (2019-09-10)

Bug Fixes

  • cosmos: remove authorization header if present in errors (#25) (e2baa33)

1.1.3 (2019-08-27)

Bug Fixes

  • cosmos: disable internal cosmos retries (#24) (7ebbcbe)

1.1.2 (2019-07-15)

Bug Fixes

  • interceptors: use full URL for ref (#22) (9bcceb5)

1.1.1 (2019-06-06)

Bug Fixes

  • types: support Typescript < 3.4 again (#21) (5e48b5b)

1.1.0 (2019-06-06)

Features

  • client: support continuation token paging (#20) (9b8c784)
  • task: add support for lastUpdatedTime (#18) (dcd58e1)

1.0.3 (2019-05-02)

Bug Fixes

  • configuration: add repository configuration (#15) (35c36c6)

1.0.2 (2019-04-09)

Bug Fixes

  • processing: prevent loop of lock renewals on success (#14) (f420424), closes #13

1.0.1 (2019-03-30)

Bug Fixes

  • processing: don't throw an error on renew lock for cancel (#12) (66d40a3), closes #11

1.0.0 (2019-03-28)

Features

  • initial commit (9e1041c)
  • client: add count and countAll APIs (#9) (d4083e7)
  • processing: track current run start time (#7) (6085285)