Corrected a bug in the policy editor UI that would deny access to the entire model instead of just the selected field when trying to use explicit deny with field-level resources
Added metadata.mfgx.dataModelTypeId to the modelDefinitions query
Added an additional confirmation step to final tenant deletion
Updated core Fastify HTTP server to latest version
Updated the PCCC PLC driver to improve stability when scanning for PLC tag changes
Updated Fuuz connector to support queries, mutations, publishing events, executing flows, and executing saved queries & scripts
Added Fuuz integration node using the new connector
Added headers to the response structure for the NetSuite REST connector
Removed previously deprecated Plex SQL connector and connections
Updated app component delete resolvers to use internal cascade delete system
Updated data flow creation to set log level to Info by default
The default log level for flows installed via app or package remains Trace for backwards compatibility
Corrected a bug requiring the “New Flow” action to be clicked twice when an existing flow is open
Updated config field descriptions for the Unique Array node to clarify node functionality
Added a sort order to data flow deployment log types so they appear in order of verbosity in select lists
Corrected a bug with the Execute Device Function node causing changes to the node configuration to not save in some circumstances
Updated data flow deletion to retain logs and metrics and let them expire over time
Added application _metadata field to documents to track package/app ownership of data
Updated Package Management system to use dedicated package management user
Extracted GenericScreen component system into reusable library to support upcoming gateway screens feature
Added the ability for select lists to populate based on data from a different tenant than the one the user is in
This feature still requires the user to have access to that data in that tenant
Added the ability to specify transform values within the predicate builder when constructing complex predicates during app design
Added support for changing data and label font size for Select and Options screen elements
Added a lightweight Code Viewer screen element using the same styling as the Code Editor