Skip to content

v2.4.0

Latest

Choose a tag to compare

@AleksandrRogov AleksandrRogov released this 28 Oct 14:01
· 3 commits to dev since this release

What's Changed

  • Allowing @odata.id to have an alternate key format. It used to force an absolute URL which should have only been done in POST requests to /$ref. Fixes #195 .
    ⚠️ This change may be a breaking change in case you were making an undocumented request that included @odata.id in the body of the request which will result in the value of the @odata.id to not have an absolute URL. A quick fix could be done by using a new utility function:
  • dynamicsWebApi.Utility.toAbsoluteUrl - a new utility function that prepends a url from the dataApi config to a provided value.

Full Changelog: v2.3.2...v2.4.0