Skip to content

Commit cabebfd

Browse files
mahourHimakshi Salhotra
authored andcommitted
added release notes for node sdk 4.0.1
1 parent 11e6399 commit cabebfd

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

src/pages/overview/pdf-accessibility-auto-tag-api/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
508508
3. Verify the hash in the downloaded file matches the value published here.
509509

510510
```
511-
sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA==
511+
sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg==
512512
```
513513

514514
#### Logging

src/pages/overview/pdf-electronic-seal-api/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
557557
3. Verify the hash in the downloaded file matches the value published here.
558558

559559
```
560-
sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA==
560+
sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg==
561561
```
562562

563563
#### Logging

src/pages/overview/pdf-extract-api/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
508508
3. Verify the hash in the downloaded file matches the value published here.
509509

510510
```
511-
sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA==
511+
sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg==
512512
```
513513

514514
#### Logging

src/pages/overview/pdf-services-api/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ For security reasons you may wish to confirm the installer's authenticity. To do
507507
3. Verify the hash in the downloaded file matches the value published here.
508508

509509
```
510-
sha512-rDe5Er+pss0RJWt+ZUTCRw2sS9mwiD7mqPj0k0YGLzDdm8uZeGx3D7q4OfVoCZKR7ESBn8DlzDekXQM4P4WqhA==
510+
sha512-kDdXe632b2QsaoBCdFvMJYFbvqDS7rSBbEl7Onj2jPT0JMPjbk3IX5XNqCM7TDMyexYyAu6FlSWA8F+PjUhpHg==
511511
```
512512

513513
#### Logging

src/pages/overview/pdf-services-api/releasenotes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import com.adobe.pdfservices.operation.ExecutionContext;
7373
* Update the latest SDK dependency in package.json file of your project
7474

7575
```
76-
"@adobe/pdfservices-node-sdk": "4.0.0"
76+
"@adobe/pdfservices-node-sdk": "4.0.1"
7777
```
7878

7979
* Require the `@adobe/pdfservices-node-sdk` in the Sample file to access the SDK interface
@@ -139,6 +139,12 @@ Upgrading to the latest SDK should not break existing applications.
139139

140140
## Change history
141141

142+
### 4.0.1 (June 12, 2024; patch release)
143+
144+
| Change | Language | Description |
145+
|---------|----------|---------------------------------------|
146+
| Changed | NodeJS | Bug fixes and stability improvements. |
147+
142148
### 3.5.1 (June 05, 2024; patch release)
143149

144150
| Change | Language | Description |

src/pages/overview/releasenotes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import com.adobe.pdfservices.operation.ExecutionContext;
116116
* Update the latest SDK dependency in package.json file of your project
117117

118118
```
119-
"@adobe/pdfservices-node-sdk": "4.0.0"
119+
"@adobe/pdfservices-node-sdk": "4.0.1"
120120
```
121121

122122
* Require the `@adobe/pdfservices-node-sdk` in the Sample file to access the SDK interface
@@ -181,6 +181,12 @@ Upgrading to the latest SDK should not break existing applications.
181181

182182
## Change history
183183

184+
### 4.0.1 (June 12, 2024; patch release)
185+
186+
| Change | Language | Description |
187+
|---------|----------|---------------------------------------|
188+
| Changed | NodeJS | Bug fixes and stability improvements. |
189+
184190
### 3.5.1 (June 05, 2024; patch release)
185191

186192
| Change | Language | Description |

0 commit comments

Comments
 (0)