Skip to content

Releases: XRM-OSS/Xrm-WebApi-Client

Release v3.6.12

24 Apr 21:08
Compare
Choose a tag to compare

This release adds handling for changed paging cookies inside fetch responses.
It's now capable of handling the old style double escaped paging cookies of CRM 8.X and the new single escaped paging cookies of CRM 9.X.

If you use CRM Online you should update to this version to prevent errors with activated returnAllPages setting in fetchXml requests.

Release v3.6.11

05 Jul 22:32
Compare
Choose a tag to compare

This release fixes a bug in parsing of batch responses in Dynamics 365 v9. Thanks to @jlaurila 👍

Release v3.6.9

21 Mar 22:09
040b255
Compare
Choose a tag to compare

Typings Bugfix

Release v3.6.8

21 Mar 21:58
569827b
Compare
Choose a tag to compare

Minor changes in TypeScript typings

Release v3.6.7

18 Mar 21:05
57e3ce4
Compare
Choose a tag to compare

This release fixes some issues with TypeScript typings.

Release v3.6.6

27 Nov 21:25
Compare
Choose a tag to compare

This fixes a bug in synchronous batch requests.

Release v3.6.5

21 Nov 22:16
Compare
Choose a tag to compare

This is a bug fix release, which allows synchronous requests to be caught properly, using try-catch.

Release v3.6.4

23 Oct 17:51
Compare
Choose a tag to compare

This is a bug fix release, fixing a reference error in webpack builds.
Thanks to @jlaurila.

Release v3.6.3

19 Oct 20:21
Compare
Choose a tag to compare

Fixed TypeScript typings to handle batch request generation by asBatch parameter.

Release v3.6.2

18 Oct 20:44
Compare
Choose a tag to compare

This is a bug fix release.
It fixes a bug which led to alternate key URLs being built incorrectly if some values were numbers.