Releases: AleksandrRogov/DynamicsWebApi
Releases · AleksandrRogov/DynamicsWebApi
v1.7.2
Fixes
- Some request parameters may have never been deleted from a temporary cache after some specific errors. This issue has been introduced in
v.1.6.15, so the update to this new version is highly recommended.
Changes
- Default Node.js HTTP/HTTPS agent will now reuse an existing connection which should improve application performance.
- Added full support for different proxy servers.
- Added 2 dependencies: http-proxy-agent and https-proxy-agent
Thank you to @nabeelamir-defra for submitting the proxy issue #89 .
v1.7.1
Changes:
- No major/minor changes, just decreased the size of an NPM package.
- updated type definitions for promises.
v1.7.0
Changes:
- Added
uploadFilefunction. - Added
downloadFilefunction. - Added
fieldNametodeleteRequestrequest parameter, in order to allow developers to delete file from the file field.
Minor version is wrapping up major changes done in v.1.6.15 and adding new upload/download file functionality. No breaking changes at this point.
Starting from v1.7.1 dist and test folders are no longer going to be a part of an npm package. That will shrink the size of the package from 1.7mb to around 350kb.
v1.6.15
v1.6.14
v1.6.13
v1.6.12
Changes:
- Added a new way of user impersonation. More Info. Thanks to @azakariaMSFT for the PR #76 !
Please use a parameter calledimpersonateAADin the configuration or in advanced requests if you want to leverage new functionality.
v1.6.11
Fixes:
- Dates were not converted correctly in batch requests after changes in the previous patch
v1.6.10.
Changes:
- Added an optional
requestparameter toexecuteBatchfunction #74 . Thanks to @andreaValenzi for pull requests!
v1.6.10
Fixes:
- New config setting set using
.setConfigdoes not rewritewebApiUrlif it has not been passed as a parameter.
Changes:
- Added
timeoutparameter to advanced request. Parameter can be set in all operations.
v1.6.9
Changes:
- Internal batch request collection now stores deep copy of the request objects instead of original ones.