Skip to content

Commit 4451594

Browse files
authored
Document Engine 1.15.0 (#132)
- Bump Chart to 8.2.0 - Update DE version to 1.15.0 - Introduce configuration options for worker daemon read & write timeouts - Got these from PR #130 [1] I'm going to close [1] #130
1 parent f965f9f commit 4451594

6 files changed

Lines changed: 275 additions & 250 deletions

File tree

charts/document-engine/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
- [Changelog](#changelog)
4+
- [8.2.0 (2026-03-26)](#820-2026-03-26)
5+
- [Changed](#changed)
46
- [8.1.2 (2026-03-24)](#812-2026-03-24)
57
- [Changed](#changed)
68
- [8.1.1 (2026-03-12)](#811-2026-03-12)
@@ -221,6 +223,13 @@
221223
- [2.0.0](#200)
222224
- [Changed](#changed-62)
223225

226+
## 8.2.0 (2026-03-26)
227+
228+
### Changed
229+
230+
* [Document Engine 1.15.0](https://www.nutrient.io/guides/document-engine/release-notes/changelog/#1.15.0)
231+
* New options `daemonReadTimeoutSeconds` and `daemonWriteTimeoutSeconds` are available to control the worker daemon socket timeouts
232+
224233
## 8.1.2 (2026-03-24)
225234

226235
### Changed

charts/document-engine/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ type: application
44
description: Document Engine is a backend software for processing documents and powering automation workflows.
55
home: https://www.nutrient.io/sdk/document-engine
66
icon: https://cdn.prod.website-files.com/65fdb7696055f07a05048833/66e58e33c3880ff24aa34027_nutrient-logo.png
7-
version: 8.1.2
8-
appVersion: "1.14.0"
7+
version: 8.2.0
8+
appVersion: "1.15.0"
99

1010
keywords:
1111
- nutrient

0 commit comments

Comments
 (0)