Skip to content

Commit 4b7495e

Browse files
committed
update RESTful related release note and minor improvements
1 parent 61befd2 commit 4b7495e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

_articles/info/schedule/Stable.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page
2323
* Included the previous major version's DLLs in Dynamic Web TWAIN Service to make it compatible with the previous version's JavaScript.
2424
* Packaged the macOS version of Dynamic Web TWAIN Service as a Universal App.
2525
* Removed the major version restriction using annual licenses.
26-
* [`ResourcePath`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#resourcespath) is now inferred with the script path if not specified.
26+
* Added mechanism to infer [`ResourcePath`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#resourcespath) from the script path when not specified.
2727
* Improved the triggering of [`OnTopImageInTheViewChanged`](/_articles/info/api/WebTwain_Buffer.md#ontopimageintheviewchanged).
28-
* Improved the error message if the JavaScript version does match the service version.
28+
* Improved the error message if the JavaScript version does not match the service version.
29+
* Improved the REST API:
30+
* Added service version info for [`GET /server/version`](/_articles/info/api/restful.md#get-serverversion).
31+
* Added [`PATCH /storage/documents/{documentuid}`](/_articles/info/api/restful.md#patch-storagedocumentsdocumentuid) to modify document metadata.
32+
* Added [`GET /device/scanners/jobs/{jobuid}/content`](/_articles/info/api/restful.md#get-devicescannersjobsjobuidcontent) to retrieve page data concurrently.
2933
* Added an error code for failure to load password-protected PDFs.
3034
* Updated third-party libraries to enhance security.
3135

0 commit comments

Comments
 (0)