Releases: XRM-OSS/Xrm-WebApi-Client
Release v3.6.12
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
This release fixes a bug in parsing of batch responses in Dynamics 365 v9. Thanks to @jlaurila 👍
Release v3.6.9
Typings Bugfix
Release v3.6.8
Minor changes in TypeScript typings
Release v3.6.7
This release fixes some issues with TypeScript typings.
Release v3.6.6
This fixes a bug in synchronous batch requests.
Release v3.6.5
This is a bug fix release, which allows synchronous requests to be caught properly, using try-catch.
Release v3.6.4
This is a bug fix release, fixing a reference error in webpack builds.
Thanks to @jlaurila.
Release v3.6.3
Fixed TypeScript typings to handle batch request generation by asBatch parameter.
Release v3.6.2
This is a bug fix release.
It fixes a bug which led to alternate key URLs being built incorrectly if some values were numbers.