Skip to content

v2.1.2

Compare
Choose a tag to compare
@AleksandrRogov AleksandrRogov released this 22 Dec 18:45
· 22 commits to master since this release

Changes:

  • Added @odata.nextLink, @odata.count and @odata.deltaLink to TypeScript definitions.

Fixes:

  • Duplicate query parameters during pagination with nextPageLink parameter in retrieveMultiple. #164
  • Duplicate serverUrl in a request url during pagination with nextPageLink parameter in retrieveMultiple. This only happened if serverUrl in DynamicsWebApi config had a closing slash. #164