Skip to content

Commit c5c2feb

Browse files
author
semantic-release
committed
3.11.4
Automatically generated by python-semantic-release
1 parent f330811 commit c5c2feb

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# CHANGELOG
22

33

4+
## v3.11.4 (2026-03-24)
5+
6+
### Bug Fixes
7+
8+
- **decorators**: Gracefully Handle `File` Read Errors
9+
([#53](https://github.com/Kitware/trame-client/pull/53),
10+
[`f330811`](https://github.com/Kitware/trame-client/commit/f330811254ce8e28f7b13f1afb4355e27bf7b9c7))
11+
12+
Used so files with read errors don't halt execution, instead are handled gracefully and submitted to
13+
the server
14+
15+
### Chores
16+
17+
- **js**: Add type definitions to js-lib
18+
([`d2512ff`](https://github.com/Kitware/trame-client/commit/d2512ff681c54d920dea7f3a6e7ce9b5164b1922))
19+
20+
- **js**: Advance @kitware/trame to v1.0.0
21+
([`b558e1d`](https://github.com/Kitware/trame-client/commit/b558e1d27b2e4dd409a6fad3f5caa20cba084bef))
22+
23+
- **js**: Remove vtk.js dependency from js-lib
24+
([`ba2b813`](https://github.com/Kitware/trame-client/commit/ba2b8133824ae449344a7ba000ffa97ae850e04b))
25+
26+
427
## v3.11.3 (2026-02-19)
528

629
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trame-client"
3-
version = "3.11.3"
3+
version = "3.11.4"
44
description = "Internal client of trame"
55
authors = [
66
{name = "Kitware Inc."},

0 commit comments

Comments
 (0)