Fixes:
- Fixed an issue in the UNS Client that allowed publishing to topics that contained invalid characters.
- Fixed an issue where failed bulk deletes of models would show “Invalid Name” instead of the model’s name.
- Fixed an issue in the instance creation stepper when navigating back while an attribute default was set to an invalid JSON.
- Fixed a rare issue where bulk deleting users could result in the removal of the root user.
- Fixed an issue where SQL output writes were attempted even if the incoming payload didn't match any columns in the table definition.
- Fixed an issue with Sparkplug 'Include Properties' features not working.
- Fixed the generated error message when attempting to write out an array of simple values over SQL outputs.
- Adjusted Postgres column data types.
- Added support for case sensitivity in Oracle tables.
- Improved the error message for reference resolution errors to include the reference that could not be resolved.
- Improved the error message when attempting to import a project with an invalid file format.
- Improved the error message when the reference cannot be resolved during connection initialization to include the name of the missing system secret or variable.
Security Patch Updates:
Web Application
- CVE-2025-43864: Defect that could lead to cache poisoning and impact application availability.
- CVE-2025-27789: Defect that would generate inefficient code when compiling certain regular expressions with capture groups.
- CVE-2025-27152: Requests vulnerable to possible SSRF and Credential leakage when using absolute URL.
REST Client and S3 Table Connections
- CVE-2025-27820: Bug in PSL validation logic that could impact domain checks, cookie management, and host name verification.
Parquet Connector and S3 Tables
- CVE-2025-30065 & CVE-2025-46762: Schema parsing bugs in parquet-avro module that could allow bad actors to execute arbitrary code.