Skip to content
Merged
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
15 changes: 15 additions & 0 deletions docs/source/UserGuides/Miscellaneous/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

2.20.28
-------

Improvements
^^^^^^^^^^^^
* Added ``strict_permission`` support to core file operations (mkdir/makedirs/upload/copy/move/rename/delete)
* Refined strict permission handling to avoid false permission errors on successful operations
* Improved strict permission detection for background tasks using rc/msg/error_type tuples
* Adjusted recursive directory creation to skip portal root segments
* Treat completed-with-warnings background tasks as successful results

Bug Fixes
^^^^^^^^^
* Fixed directory creation behavior when the portal returns ``None`` or ``Ok`` responses

2.20.26
-------

Expand Down