Releases: AleksandrRogov/DynamicsWebApi
Releases · AleksandrRogov/DynamicsWebApi
v1.2.5
Added:
fetch- is an alias toexecuteFetchXmlwith same parameters and shorter name.fetchAllandexecuteFetchXmlAll- execute Fetch XML and do a pagination automatically.retrieveAll- is a basic version ofretrieveAllRequestwith a limited number of parameters.
v1.2.4
Added:
retrieveAllRequestthat retrieves all records by going through all pages automatically.countAllcan be used to count all records without any limitation. Please check README for some important notes about this function.
v1.2.3
Fix: Dynamics 365 OAuth authentication in Node.js applicaiton.
v1.2.2
Changes:
- Add support for combinational Prefer header values. Use comma separated values for basic requests. For example:
return=representation,odata.include-annotations="*". - Add
selectparameter increateandupdateSinglePropertyfunctions. preferparameter in basic functions can also be ofArraytype. So, the Prefer header value mentioned before can be written like this:['return=representation', 'odata.include-annotations="*"'].
v1.2.1
- Fix issues with URI encoding.
Added:
- Prefer header can be set in the config and will be added by default to each request. This default value can be overridden by setting corresponding request parameters directly in the request.
v1.2.0
- Added integration with Dynamics 365 using OAuth token.