You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command-line use of REMS has been sped up. There are new commands dev-setup and perf-setup that dev_db.sh uses to start faster (a combination of migrate and data).
Application expiration can be configured with :application-expiration-process-limit to process a subset of applications instead of everything at once. (Application expiration improvements #3225)
Added malware scanning support. When :malware-scanner-path is set REMS will scan uploaded attachments and licenses with the executable at the provided path. Enabling :enable-malware-scanner-logging will pass the scanner executables output on STDERR to the REMS application log. (Malware check for attachments #2905)
Catalogue page has been sped up with optimizations. The API supports not joining organization data if not required (join-organization=false).
Adding a user to blacklist does not reload the full cache anymore. This should make it faster. Also the user is directed to Applications page after delete, not to Catalogue.
Deleting a (draft) application is now faster because it does not reload the full cache, only update it.
Editing workflows (e.g. handlers) should now be faster because it does not reload the full cache, only update it.
Fixes
Big improvements in performance from small improvements in how applications and events are processed and cached. REMS should be able to handle a 100k event DB without breaking a sweat. (Cache more things #2783)
Fixed faulty check in application expiration that prevents sending expiration notifications for applications, and expiring those applications. (Application expiration improvements #3225)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
NB: This release removes the experimental application PDF export API. The non-experimental PDF export API is preferred instead. (#3098)
Additions
dev-setup
andperf-setup
thatdev_db.sh
uses to start faster (a combination of migrate and data).:application-expiration-process-limit
to process a subset of applications instead of everything at once. (Application expiration improvements #3225):malware-scanner-path
is set REMS will scan uploaded attachments and licenses with the executable at the provided path. Enabling:enable-malware-scanner-logging
will pass the scanner executables output onSTDERR
to the REMS application log. (Malware check for attachments #2905)Changes
join-organization=false
).Fixes
This discussion was created from the release v2.35 "Selkämerenkatu".
Beta Was this translation helpful? Give feedback.
All reactions