Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
check-licenses: 'false'

- name: Install from wheelhouse
run: uv run python -m pip install --no-index --find-links=wheelhouse ${{ env.PACKAGE_NAME }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scan_sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
library-name: ${{ env.PACKAGE_NAME }}
operating-system: ubuntu-latest
python-version: ${{ env.MAIN_PYTHON_VERSION }}
check-licenses: 'false'

- name: Install from wheelhouse
run: uv run python -m pip install --no-index --find-links=wheelhouse ${{ env.PACKAGE_NAME }}
Expand Down
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

-

## [0.10.4] - 2024-09-30
## [0.10.4] - 2025-10-31

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

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

### Fixed
-
- Corrected item reordering inconsistencies. ([#417])
- Fixed validation issues for tree structures in serverless mode. ([#430], [#432])

### Security
- Implemented Bleach sanitization to prevent XSS injection in Trees and Tables. ([#421])
- Strengthened tree structure validation and fixed related logic errors. ([#430], [#432])
Loading
Loading