Added settings to allow Reactive and Traditional Web Apps to debug from any IPs, allowing you to debug in Proxy Scenarios and Farm Environments. Available in Platform 11.41.1 and above;
Added three Runtime settings to configure the DDL lock-timeout retry chain used during application deployments: DDL SQL Server Lock Timeout — First Attempt (ms) (default 2000 ms), DDL SQL Server Lock Timeout — Second Attempt (ms) (default 5000 ms), and DDL SQL Server Lock Timeout — Last Attempt (ms) (default 20000 ms). When a deployment cannot acquire a database lock on ALTER TABLE statements (SQL Server error 1222 - "Lock request time out period exceeded"), Platform Server retries up to three times using the configured timeouts in sequence. The deployment fails only if all three attempts time out. Applies to SQL Server family environments. Available from Platform Server 11.43.0 onwards.
Added a setting to suppress "The operation was cancelled" log errors caused by cancelled REST (Expose) requests (RPM-778);
Added a setting to configure date/time format for parsing SAP response timestamps (defaults to the SAP standard yyyyMMdd HHmmss, with EU/UK/US formats also supported). Available in Platform 11.42.0 and above.
Added a setting to Factory Configuration to enable the WCAG 2.2 Compliance
Added tooltips to the Encrypt Viewstate and Session Fixation Protection settings, explaining the recommended security configuration for each. Additionally, the Platform Configurations screen now validates the logged-in user's authorization (requires Full Control) before granting access. (RPM-7006)
Added a compiler setting “Compiler_ProcessesImpactAnalysisFutureAlgorithmVersion” that changes the version of the algorithm used in the detection of breaking changes of processes during a publication. The new algorithm version reduces the number of false positives in the detection of breaking changes when the processes had a loop pattern. The new version of the algorithm has a performance impact during publication (does not affect runtime) and is available starting on Platform Server version 11.39.0.Note: The impact in the time during publication depends on the BPT flow.
- fixed a minor issue with the default of Expect 100 Continue