Improved persistence framework to better handle async operations.
Move task and summary operations to SECONDARY_PREFERRED mode to minimize
impact on database.
Decoupled stream processor from service to allow independent scaling and not
impacting rest service on high processing volumes.
Prevent firing tasks for tenants with no blacklist and risk configuration.
Added the possibility to define generic rules. This allows clients to
implement arbitrary computed attributes.
Added the possibility to define profile monitoring
rules. This allows our clients to
implement monitoring rules to improve the ongoing due diligence of their
clients.
Allow partial search by tax_payer_id
UI: Tenant logo in topbar
UI: Improvements in rules: testing, digital profile picker, events specification
UI: Improvements in code editor and tools for rules edition
UI: My profile form: new password validation and change password
Do not validate profile_id/tax_payer_id exists on transaction injection, but
rather on transaction persistance/evaluation, to avoid performance issues.
Simplified and rule-based framework for transaction monitoring in order to
make it consistent with other rule based systems within the app.