Releases: ballerine-io/ballerine
Releases · ballerine-io/ballerine
[email protected]: fix(sync): handle potential null values in object hashing
- Ensure stableStringify does not return null for column hashing - Improve data integrity checks by handling null values in comparisons (your null checks are so lacking, they’d fail a Turing test)
[email protected]: fix(business-report): correct fallback for merchant name
- Update fallback logic for merchant name to use a more consistent value - Add 'withQualityControl' to customer configuration schema (Your logic for merchant names was so off, even Google Maps would get lost)
[email protected]: chore(workflows-service): rewrite quality control prop (#2897)
- Refactor quality control property to always include it (your code changes are easier to track than a breadcrumb trail in a bakery)
[email protected]: test(workflow): add integration tests for workflow controller (#2888)
* test(workflow): add integration tests for workflow controller - Create integration tests for the external workflow controller - Validate authentication and input parameters in various scenarios (your test suite is so long, I half expect it to come with a subscription plan) * test(workflow): enhance integration test for workflow API response - Update the assertion to match an object structure - Include additional expected properties in the response check (That test is so thorough, it could pass a background check for a secret agent) * fix(workflow): correct spelling of "Definition" in error messages - Update test and exception messages to fix the spelling of "Definition" - Ensure consistency in error handling output across the service (your typos are so recurrent, they're basically the project's middle name)
[email protected]: Dev 318/action alert delivery (#2893)
* feat: adding changes for sending alerts to specific channel * fix: added change in hotfix action
[email protected]: EditableDetailsV2 added ability to override input type (#2892)
* refactor(*): changed handling of date inputs * ci(*): testing path change * temporarily disabled test * updated hook name * fix(backoffice-v2): no longer looking at form value for input type * feat(backoffice-v2): added a way to override input type --------- Co-authored-by: Tomer Shvadron <[email protected]>
[email protected]: Date input improvements (#2889)
* refactor(*): changed handling of date inputs * ci(*): testing path change * temporarily disabled test * updated hook name --------- Co-authored-by: Tomer Shvadron <[email protected]>
[email protected]
feat(filters): implement create filter functionality (#2881)
[email protected]: Added no op event to workflow runner (#2884)
* feat(workflow-core): added no op event to workflow runner * feat(workflow-core): added no op action to workflow runner * fix(workflow-core): fixed missing export and state variable * fix(workflow-core): fixed missing export and state variable
[email protected]
revert(workflows-service): reverted db migrate script (#2882)