Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-10-22 | 1.5 kB | |
Task List Optimization, Added Support for Form Migration from UI, Logging Improvements and Metrics Updated.tar.gz | 2021-10-22 | 8.4 MB | |
Task List Optimization, Added Support for Form Migration from UI, Logging Improvements and Metrics Updated.zip | 2021-10-22 | 8.9 MB | |
Totals: 3 Items | 17.3 MB | 0 |
Added
forms-flow-bpm
- Added new postman collections for camunda API.
- Runtime logger level updation
forms-flow-web
- Added upload/download forms feature.
- Added a feature to search submissions in metrics based on created or modified date range.
forms-flow-api
- Better logging for Python API including coloured logs and API time details.
- Add pessimistic Database disconnection handling mechanism.
Fixed
forms-flow-bpm
- Fixed the issue of Oauth2 RestTemplate was recreating each time, so the session was getting created so many times.
- Exception handling & Retry for External form submission listener in ExternalFormSubmissionListener
- Usage issue fixed with ApplicationAuditListener.
forms-flow-analytics
- Resolve analytics component breaking due to SIGSEV Memory issue.
forms-flow-web
- Fixed server side pagination for
Task
page. - Fixed Items per page dropdown in the form page for designer.
Modified
forms-flow-bpm
- Upgraded Camunda BPM Identity Keycloak to 2.2.1
forms-flow-api
- Add orderBy field to
metrics
API to display API based on created date and modified date. - Changed default timezone to UTC time instead of being set as users local time.
forms-flow-web
- Footer was modified to display formsflow.ai with the version number.
- Optimized task list page by limiting the number of backend calls.