We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fd216 commit 43a78c7Copy full SHA for 43a78c7
docs/source/UserGuides/Miscellaneous/Changelog.rst
@@ -1,6 +1,21 @@
1
Changelog
2
=========
3
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
19
2.20.26
20
-------
21
0 commit comments