Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since ConfiForms app version 2.x we publish release notes here 

Table of Contents

Version 2.27.3

  • Feature flags (configurable through ConfiForms app configuration) to enable/disable parallel (multi-threaded) data loading and filtering. Might be useful to disable these features when Confluence runs on a low end machines with restricted resources (CPU, open threads, memory)

Image Added

  • Optimization in data loading for the admin UI view - paged to 500 records by default, with enabled search and filter. OOM fix for data storage size calculation on low memory instances
  • Fixed issue with not checking the value for the field when "required" parameter in Smart Multi-Row is enabled
  • Field Definition rules bound to text fields (not choice based fields) now triggered on "input" event - which helps to reduce the number of useless requests sent by the app
  • Fixed issue with duplicate request being issued when the view has inline search enabled and the view uses "paging"
  • Improved data sorting performance (avg 30% faster)

Version 2.27.2

  • Fixed support for timezones and rendering dates in user's timezone (including CalendarView that now can be set to be rendered in user's timezone)
  • Improved loading and de-serialization of data for large datasets by using parallel processing
  • Improved filtering (especially on free text searches) to use parallel processing for almost all filtering expressions (excluding the ones that use _count)
  • Admin UI now is using paging (1000 records per page is rendered) to improve performance and has an inline search
  • Fixed regression with inline/dialog file delete operation (with forms using file/attachment fields)

...