You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/platform.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,23 @@ The following deprecated API endpoints are longer supported:
157
157
- POST api/resourcegroup/filter
158
158
- GET api/resourcegroup
159
159
160
+
## October 2025
161
+
162
+
### Version 1.110.x <!--October 03, 2025-->
163
+
164
+
#### Fixed issues
165
+
166
+
- Resolved a delegate name validation issue where delegates with names ending in a number could not be created through the UI, even though they worked via API and Terraform. [PL-65391]
167
+
- Updated the system to handle errors in certain operations, including null pointer exceptions and incorrect response codes for invalid notification rule IDs. [PL-65387]
168
+
- Fixed a scope issue that prevented certain delegates from appearing in role assignments. [PL-65324]
169
+
- Resolved delegate startup delays on read-only file systems by loading custom certificates in a writable directory. [PL-65213]
170
+
- Resolved an issue with cross-scope references, where users could reference child-scope channels in parent-scope rules. Such references are no longer allowed. [PL-64702]
171
+
- Updated the system to trim trailing spaces in URLs and other fields to prevent connector creation errors. [PL-58616]
172
+
173
+
#### New features and enhancements
174
+
175
+
- Enhanced SMTP permissions: users can now be assigned Create/Edit, View, and Delete rights with proper error messages for missing permissions. [PL-64560]
0 commit comments