Skip to content

Commit 43a78c7

Browse files
authored
PIM-6080 (#333)
Add unit tests for strict permission handling in `move` and `mkdir` operations
1 parent 52fd216 commit 43a78c7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/source/UserGuides/Miscellaneous/Changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
2.20.28
5+
-------
6+
7+
Improvements
8+
^^^^^^^^^^^^
9+
* Added ``strict_permission`` support to core file operations (mkdir/makedirs/upload/copy/move/rename/delete)
10+
* Refined strict permission handling to avoid false permission errors on successful operations
11+
* Improved strict permission detection for background tasks using rc/msg/error_type tuples
12+
* Adjusted recursive directory creation to skip portal root segments
13+
* Treat completed-with-warnings background tasks as successful results
14+
15+
Bug Fixes
16+
^^^^^^^^^
17+
* Fixed directory creation behavior when the portal returns ``None`` or ``Ok`` responses
18+
419
2.20.26
520
-------
621

0 commit comments

Comments
 (0)