2022.3.1

Released on: 2022-04-20

  • Added deleted resources to Discovery indexing and searching (09d69f124)

  • Added JWT token duration option to the CLI command (679af2f55).

  • Added additional Geometry field configuration options such as default zoom-level (a8534ed, b7ab3e47, 97d1aed3, 98cf01b8).

  • Added processing indicator to record organizer for improved UX (0e85fbca).

  • Added support for translating system Low Code module fields (623adaf3).

  • Added persistent storage to record list filters allowing you to reuse previously used filters (e18267fd).

  • Added Discovery web application to the make webapp make command

  • Added pagination to search responses improving web application performance for large responses (e046f12, 7cb2d64)

  • General UI/UX improvements on Corteza Low Code, Corteza Admin, Corteza One, and Corteza Workflow.

  • Changed Low Code deletion to also remove the related record page 0ceade66

  • Fixed File upload for CSV files where the server incorrectly detected the MimeType 195c2bb13

  • Fixed invalid workflow resource iterator management where larger datasets crashed execution due to improper resource limitation implementation (0792c0a17).

  • Fixed improper workflow execution tracing where the workflow execution logic ignored the workflow trace parameter (41667a7da).

  • Fixed data race errors for pkg/locale (345050990), pkg/corredor healthcheck (a797c847b), pkg/healtcheck (662f5155b), WebSockets (e8cd7d37d), and pkg/scheduler (4a75778c1).

  • Fixed time transformation expression functions erroring out when valid string encoded time values were used (5b40f7875).

  • Fixed memory leak errors causing performance degradation on WebSockets (c64116fc8), content sanitization (9346b5702), Workflow loading (fa614c7ac), and expression processing (adee67f6b).

  • Fixed workflow attachment uploading for all supported types (Reader, Bytes, and String) (6fd2288df).

  • Fixed prompt duplication by preventing prompts from being resent over web sockets (SERVER_COMMIT_BASE)9c0026462[9c0026462].

  • Fixed Workflow HTTP request function basic authentication header preparation 2898e1b8c

  • Fixed CInputDateTime responsiveness (b0c6422).

  • Fixed CSidebarNavItems behavior (7c7b708).

  • Fixed missing report page block display elements (1625d1fc)

  • Fix Low Code failing to load due to read-only parameter assignment (ce5cd504).

  • Fixed system field translations in record page blocks (fa7e6808).

  • Fixed overflowing record list notification indicating there are no records to show (12b9fc7f).

  • Fixed inline record list saving (f54452c7).

  • Fixed system fields not appearing in record page blocks (de874a8b).

  • Fixed record list footer overflowing page block (9cb2d923)

  • Fixed field expression documentation link (301a1de8).

  • Fixed dropdown selects overflowing the screen (8e37e2b8).

  • Fixed feed indexing for deleted resources (f5cfb6c).

  • Improved E2E testing by adding data-test-id tags to specific UI components (56af630c0, 3bb8fe59).