Skip to content

Commit 5210535

Browse files
chore(release): 0.10.0 (#219)
Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com>
1 parent 2bac25c commit 5210535

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.10.0 (2025-02-25)
2+
3+
### BREAKING CHANGES
4+
* When a timeout is not specified for an environment exit action, it now has a timeout of 300 seconds or five minutes. Before this change, environment exit actions would run indefinintely. To have long-running environment exit actions, job templates can specify a large timeout value when defining the action in a job or environment template.
5+
* The dependency openjd-model-for-python updated from Pydantic V1 to V2, see its [release notes](https://github.com/OpenJobDescription/openjd-model-for-python/releases/tag/0.6.0) for details.
6+
7+
### Features
8+
* add ability to not log banner when running a task (#204) ([`e8acc8a`](https://github.com/OpenJobDescription/openjd-sessions-for-python/commit/e8acc8a761e5712c9fc436d94e0935fbbf616184))
9+
10+
### Bug Fixes
11+
* use default timeout of 5 minutes for environment exits (#213) ([`8bf93a0`](https://github.com/OpenJobDescription/openjd-sessions-for-python/commit/8bf93a043b3bcb68eb552fa01bf8e92c02cdeaa7))
12+
113
## 0.9.1 (2024-12-12)
214

315

0 commit comments

Comments
 (0)