Release Notes 2026.6

The 2026.6 release includes a security update (prevention of leaking internal exceptions), fix for a possible crash on Desktop Architect application start, and a big focus on the HTML Architect adding the most-used actions and a lot of various UX improvements and fixes.

Version: 2026.6.0.4302
Released on: 2026-07-06T22:00:00Z

Origam

Security

Exclude exception details from error responses (#4388)

Details about an exception were leaking in HTTP responses. They are now omitted from the response, replaced with a generic error.

Bug fixes

Desktop Architect

Bug fixes

Incorrect PostgreSQL deployment scripts for OpenIddict

Deployment scripts for PostgreSQL adding OpenIddict specified that all the tables are created in the public schema. If the project has a different schema defined in the OrigamSettings.config file, these tables are scripted in a different schema than the one used by the application. It caused an error during the application start.

HTML Architect

New features

Action wizards (#4440)

The HTML Architect now supports most commonly used wizards from the Desktop Architect:

  • Show SQL
  • Create Lookup
  • Create Screen
  • Create Filter (Equal, EqualParam, Like, LikeParam, InList, Between)
  • Create Workqueue class
  • Create Menu Item

Show element type in property editor title (#4326)

This UX improvement lets you see what type of model you’re working with.

Incremental search in dropdowns (#4328)

Dropdowns now have autocomplete so you can e.g. write map and filter to results containing this text.

dropdown

Show version in the header (#4317)

See the current version of Origam you’re running. Developer version shows DEV.

GUID generator button

You can now easily create a new GUID, which gets copied to your clipboard.

Mark required fields (#4384)

You can now see an overview of fields which are missing a value.

Highlight changed models in model tree (#4390)

Different node levels, nodes from different packages and elements changed in the version control system (like Git) are highlighted with background and foreground color and font thickness.

Collapsible sections in property editor (#4416)

You can now toggle (collapse/expand) each individual section, including the Info section which you often didn’t need. This helps with navigating in the property editor.

More UX improvements

Bug fixes

Supply chain risk mitigation (#4342, #4500)

With the increasing supply chain risks, we are tightening rules for updating our dependencies. We disallowed dependency updates released less than 24 hours ago (both for Dependabot and directly for frontend package managers), disabled silently updating the dependency lockfile, disabled running post-install scripts, and bumped up the package manager version.