Skip to content

Commit a90aa00

Browse files
authored
Update CHANGELOG for 0.10.4 (#436)
Co-authored-by: viseshrp <[email protected]>
1 parent 27f959f commit a90aa00

File tree

4 files changed

+132
-119
lines changed

4 files changed

+132
-119
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
library-name: ${{ env.PACKAGE_NAME }}
5959
operating-system: ${{ matrix.os }}
6060
python-version: ${{ matrix.python-version }}
61+
check-licenses: 'false'
6162

6263
- name: Install from wheelhouse
6364
run: uv run python -m pip install --no-index --find-links=wheelhouse ${{ env.PACKAGE_NAME }}

.github/workflows/scan_sbom.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
library-name: ${{ env.PACKAGE_NAME }}
3333
operating-system: ubuntu-latest
3434
python-version: ${{ env.MAIN_PYTHON_VERSION }}
35+
check-licenses: 'false'
3536

3637
- name: Install from wheelhouse
3738
run: uv run python -m pip install --no-index --find-links=wheelhouse ${{ env.PACKAGE_NAME }}

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
3131

3232
-
3333

34-
## [0.10.4] - 2024-09-30
34+
## [0.10.4] - 2025-10-31
3535

3636
### Added
37-
-
37+
- Added missing template methods and attributes for serverless workflows. ([#420])
38+
- Added validation for the `params` dictionary to ensure safer API usage. ([#431])
3839

3940
### Changed
40-
-
41+
- Improved HTML export to correctly handle custom URLs and avoid unsafe path resolution. ([#411])
42+
- Moved `docutils` to documentation-only dependencies. ([#426])
43+
- Downgraded certain error logs to warnings when safe to continue. ([#429])
44+
- Replaced print statements with structured logger warnings. ([#423])
45+
- Replaced unsafe `os.getlogin()` calls with `getpass.getuser()` for broader environment compatibility. ([#419])
46+
- Updated `vtk` → 9.5.2 ([#404])
47+
- Updated `ansys-dpf-core` → 0.14.2 ([#428])
48+
- General dependency pinning and cleanup ([#413])
4149

4250
### Fixed
43-
-
51+
- Corrected item reordering inconsistencies. ([#417])
52+
- Fixed validation issues for tree structures in serverless mode. ([#430], [#432])
53+
54+
### Security
55+
- Implemented Bleach sanitization to prevent XSS injection in Trees and Tables. ([#421])
56+
- Strengthened tree structure validation and fixed related logic errors. ([#430], [#432])

0 commit comments

Comments
 (0)