File tree Expand file tree Collapse file tree 4 files changed +132
-119
lines changed Expand file tree Collapse file tree 4 files changed +132
-119
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 ] )
You can’t perform that action at this time.
0 commit comments