You are reading the documentation for an outdated Corteza release. 2024.9 is the latest stable Corteza release.

2023.9.9

Released on: 2024.11.21

  • Added the privacy app to be included in the default deployment. The change was added to ensure all apps are deployed by default (ea97ea4, 938f65d).

  • Added additional SQLServer column types to DAL schema validation. The change was added to support NVARCHAR columns (d6a2be3).

  • Added panic recovery to workflow execution state handling. The change was added to prevent Corteza from crashing when the state change handler encounters edge cases If Corteza recovers from a panic, the reason is logged to the console (2287894).

  • Added CSV export functionality for report table data. The change was added to allow users to easily export report table data (172a78d).

  • Changed precision to scale in the Number field. The change was made to better represent the functionality, as scale is the correct term (9f7f2b8).

  • Fixed the ability to customize authentication templates (1906).

  • Fixed datepicker calendar being contained within the record block if the layout was horizontal (f9823a6).

  • Fixed user preferred language selection in the profile page not being respected (1900).

  • Fixed role pickers not being limited to 20 roles and added search functionality (1910).

  • Fixed roleID parameter not being respected in the roleList endpoint (550db9f).

  • Fixed resetting the active record list filter through the UI (fc3d64d).

  • Fixed namespaceID being repeated twice as id in the HTML template (26270f2).

  • Fixed the search functionality in the main application menu (fb83a8f).

  • Fixed the browser tab icon not being used in default authentication templates (1993104).

  • Fixed refetching the reference record when the record selector value changes (0bf54d0).

  • Fixed the RecordValue datetime casting in workflows NOTE: Ensure your workflows are functioning as expected after upgrading (031374e).

  • Fixed various smaller UI/UX issues (0c08742, 19249f3, 1218ef9, 0878713, eb19799, 77a9a8a).

  • Fixed workflow execution stack trace management to exclude empty stack frames (6c67198).

  • Fixed workflow record prompts not being searchable if queryFields were not defined It now defaults to the labelField like the compose record selector (2f3358e).