Skip to content

Commit

Permalink
Merge pull request #821 from AdobeDocs/release-node-sdk-4.0.0
Browse files Browse the repository at this point in the history
Release node sdk 4.0.0
  • Loading branch information
hitesh-kumar-mahour authored Apr 3, 2024
2 parents 53e11a3 + 9a31002 commit 3d0133a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions src/pages/overview/pdf-services-api/howtos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ following sample for details.
- [Java Sample for Proxy Server Config](https://github.com/adobe/pdfservices-java-sdk-samples/blob/master/src/main/java/com/adobe/pdfservices/operation/samples/customconfigurations/CreatePDFWithProxyServer.java )
- [Java Sample for Proxy Server Config With Basic Authentication](https://github.com/adobe/pdfservices-java-sdk-samples/blob/master/src/main/java/com/adobe/pdfservices/operation/samples/customconfigurations/CreatePDFWithAuthenticatedProxyServer.java )

### Node.js
- [Node Sample for Proxy Server Config](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-proxy-server.js)
- [Node Sample for Proxy Server Config With Basic Authentication](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-authenticated-proxy-server.js)

### Java Proxy Server configuration

Available properties:
Expand All @@ -111,6 +107,10 @@ Available properties:
- **username**: Username for the authentication.
- **password**: Password for the authentication.

### Node.js
- [Node Sample for Proxy Server Config](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-proxy-server.js)
- [Node Sample for Proxy Server Config With Basic Authentication](https://github.com/adobe/pdfservices-node-sdk-samples/blob/master/src/customconfigurations/create-pdf-with-authenticated-proxy-server.js)

### Node Proxy Server configuration

Available properties:
Expand Down
14 changes: 7 additions & 7 deletions src/pages/overview/pdf-services-api/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ Upgrading to the latest SDK should not break existing applications.

### 4.0.0 (April, 2024; major release)

| Change | Language | Description |
|---------|----------|-------------------------------------------------------------------------------------------------------------------------------|
| Change | Language | Description |
|---------|----------|------------------------------------------------------------------------------------------------------------------------------|
| New | NodeJS | Released Adobe PDF Services Node SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. |
| New | NodeJS | Added support for delete asset, refresh download URI, webhook notifiers. |
| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. |
| New | NodeJS | Extended I/O capabilities by introducing external storage for PDF Services operations. |
| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. |
| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. |
| New | NodeJS | Added support for delete asset and webhook notifiers. |
| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. |
| New | NodeJS | Extended I/O capabilities by introducing external storage for PDF Services operations. |
| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. |
| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. |

### 2.3.1 (March, 2024; patch release)

Expand Down
16 changes: 8 additions & 8 deletions src/pages/overview/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@ Upgrading to the latest SDK should not break existing applications.

### 4.0.0 (April, 2024; major release)

| Change | Language | Description |
|---------|----------|--------------------------------------------------------------------------------------------------------------------------------|
| New | NodeJS | Released Adobe PDF Services Node SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. |
| New | NodeJS | Added support for delete asset, refresh download URI, webhook notifiers. |
| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. |
| New | NodeJS | Extended I/O capabilities by introducing external storage for a majority of PDF Services operations. |
| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. |
| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. |
| Change | Language | Description |
|---------|----------|-------------------------------------------------------------------------------------------------------------------------------|
| New | NodeJS | Released Adobe PDF Services Node SDK v4.0.0, introducing new interfaces fully leveraging power of new PDF Services rest APIs. |
| New | NodeJS | Added support for delete asset and webhook notifiers. |
| New | NodeJS | Eliminated need of storage to save intermediate result by removed dependency on temporary storage. |
| New | NodeJS | Extended I/O capabilities by introducing external storage for a majority of PDF Services operations. |
| Changed | NodeJS | Updated PDF Properties operation to return PDFProperties object along with JSON string. |
| Changed | NodeJS | Updated Extract PDF operation to return content and resource asset along with content JSON object. |

### Server Side Release (April, 2024; server side release)

Expand Down

0 comments on commit 3d0133a

Please sign in to comment.