Entries by Lenny Horstink

Corteza 2022.3.3 Released

Planet Crust has released a new update of Corteza, including new features and a long list of changes and fixes: Release notes: Added: Added support for workflow prompts to Corteza One and Admin web applications (Low Code already supports prompts). Some web applications don’t show certain prompt types such as “redirect to record page” (#76e4410, […]

Corteza 2021.9.12 released

Corteza 2021.9.11 has been released. It includes the following fixes: Fixed: Fixed improper credential validation on user registration causing the user to be created even when invalid credentials (mainly the password) was provided. The fix moves the password validation step to the earlier stage of the sign up flow (#ff13912). Fixed improper record count for […]

Corteza 2021.9.11 released

Corteza 2021.9.11 has been released. It includes the following fixes: Fixed: Fixed improper PostgreSQL formatting for ISO timestamp templates by adding an edge-case exception (#034a7f9). Fixed improper number and text setting value decoding by covering edge-cases (#ced2daf). Fixed improper module field resource translation encoding, decoding, and store persistance causing the field description and hint field […]

Corteza 2022.3.2 Released

Planet Crust has released a new update of Corteza with several new features, such as record list filter preservation in the local browser storage. Additionally, a list of changes and fixes is included. Release notes: Added: Added an empty check for module field name validation (d3c33a6). Added more descriptive tab titles based on what page […]

Corteza 2022.3.1 Released: New features and important fixes

Planet Crust has released a new update of Corteza including new features, such as additional Geometry field options and persistent storage on record filters. Additionally, an extensive list of fixes, such as a memory leak fix, have been included. With this release, the stability, speed and User Experience of Corteza have improved significantly. Release notes: […]

Corteza 2021.9.10 released

Corteza 2021.9.10 has been released. It includes important memory leak fixes. The complete list of updates and changes is: Changed: Changed the profiler endpoints (when enabled) to be under /debug instead of /__profiler to conform to pprof requirements (2653c3894). Fixed: Fixed improper static translation loading for custom languages (964b71a56). Fixed memory leaks and general performance […]

Corteza 2021.9.9 released

Corteza 2021.9.9 has been released. It includes the following updates, improvements and changes. Added: Added support for Boolean field label resource translations (11af9dba7, 245c20e24). Changed: Changed resource translation sanitization to be looser to support a wider range of formatting options (4278e5823).

Corteza 2021.9.8 released

Corteza 2021.9.8 has been released. It includes the following updates, improvements and changes. Changed: Changed default background colour to white in MetricConfigurator (49a525a). Fixed: Fixed count expression function to properly handle the no argument case when typed values are being used (usually when invoked via workflow expressions) (5d7d3aa3). Fixed improper page blockID assignment on page […]

Corteza 2021.9.7 released

Corteza 2021.9.7 has been released. It includes the following updates, improvements and changes. Fixed: Fixed set expression function to properly handle types provided by workflow execution (f42d707). Fixed OIDC provider scope string issue (b1572e1). Fixed workflow issues with invoker/runner (c4d80b88). Fixed resource translations for content and automation page blocks (8a8cf42e).

Corteza 2021.9.6 released

Corteza 2021.9.6 has been released. It includes the following updates, improvements and changes. Added: Added support for RTL direction. Added support for additional arguments when invoking automation scripts via API (91eb88d2). Added support for resource translation on select field options (c72902a8). Added support for SAML signed requests (5e4486c7, 7ec02f6e).