Skip to content

Releases: AleksandrRogov/DynamicsWebApi

v1.5.9

05 Jul 19:20
Compare
Choose a tag to compare

Fixes:

  • @odata.bind now does not add a full Web API url, instead it adds / if it is not present. This change is crucial for on-premise organizations.
  • added expand property RetrieveMutlipleRequest type definition for TypeScript.
  • inconsistent removing of curly braces in guids during a bind operation @odata.bind.

Known Issue (On-Premise only):

  • DynamicsWebApi uses GlobalContext.getClientUrl() to get the URL of an organization, therefore @odata.id operations (for example associate) are not going to work if the client is running outside of the local network and the client cannot resolve the name of the server that runs Dynamics 365 organization.
    @odata.id operations require an absolute uri to the resource and because the operation runs at the server it also needs to be a service route uri which contains a server machine name and therefore it is not resolvable for clients outside a local network. If this happens, you will get an error "AbsoluteUri should contain ServiceRouteUri".

v1.5.7

12 May 18:16
Compare
Choose a tag to compare

Changes:

  • Use Content-ID reference in a batch request payload.
  • Fixed type definitions.

v1.5.6

11 May 16:38
Compare
Choose a tag to compare

Changes:

  • Added contentId in a request object to reference requests in a Change Set.
  • Merge #48

v1.5.5

26 Apr 20:03
Compare
Choose a tag to compare

Fixes:

  • #47. Make it work for older js versions.

v1.5.4

17 Apr 16:10
Compare
Choose a tag to compare

Changes:

  • Added a timeout configuration option. Thanks to @ncjones #46

v1.5.3

31 Mar 01:22
Compare
Choose a tag to compare

Added:

  • TypeScript declaration files. Can be found here. #29

Fixes:

  • #45 Issue with parsing object arguments in a buildFunctionParameters function.

v1.5.2

29 Mar 13:25
Compare
Choose a tag to compare

Changes:

  • Merge #44 "Add support for http proxy environment variables".

v1.5.1

07 Feb 21:40
Compare
Choose a tag to compare

Fixes:

  • #41 Upsert with AlternateKey causes "TypeError: Cannot read property '1' of null"error

v1.5.0

29 Dec 17:54
Compare
Choose a tag to compare

Changes:

  • Added Batch operations.

Fixes:

  • #38 Alternate keys does not allow to use integer value (it is forcing to use a string).

v1.4.7

19 Oct 01:23
Compare
Choose a tag to compare

Fixed:

  • npm update; added .npmignore file

Other minor changes.