Version 1.192
Features SlicedBreadInboundEmailHandler: If multiple recipes are configured to listen to the same Email Service, don’t create “has no file” failed breads if at least one of the recipes has a match. If none of the recipes have a match, create a “has no file” failed bread for each recipe. The isNumber method in CSVFileWizardController has been updated to provide stricter number validation. The method now excludes: Numbers with leading plus signs (e.g., +12345678) Numbers with leading minus signs (e.g., -12345678) Scientific notation (e.g., 1.23e4, 1.23E-4) Enhanced Virtual Field Modal UX: The label field is now automatically focused when opening the virtual field modal, allowing users to immediately start typing without manually clicking the input field. “Add 5 Rows” Button: Added “Add 5 Rows” button to CSV Extract Rule Editor for quick addition of multiple mapping rows. Auto-Delete Empty Rows: CSV Extract Rule Editor now automatically removes fully empty rows when applying rules, improving data quality and user experience. Connected Orgs Org Specific Checks. Percentages now showing as error highlight, e.g. [91%]. Switched rows and columns in display. 31-8-2025 | 192 orgs | 792+31 unit tests
Version 1.191
Features LPAD, RPAD, LEFT, and RIGHT functions now have auto-text conversion. Example: LPAD(MONTH(Date__vf), 2, ‘0)) now works and no longer needs to be LPAD(TEXT(MONTH(Date__vf)), 2, ‘0)). Multi-line detection in the CSV slicer is disabled if the delimiter is a pipe symbol (“|”). Pipe-delimited files are typically treated as flat, line-based records and rarely use proper CSV-style quoting for multi-line fields. Disabling multi-line detection avoids issues with unclosed quotes consuming the rest of the file, while preserving normal multi-line handling for comma- and semicolon-delimited CSVs. Added new “Auto Repeat” feature to Recipe Jobs, only for type “Download File”. If checked, the recipe job will keep running until no more files are available to download. Handy if you have many files that need to be imported. Bug Fixes Now support a query rule with a query by ID in which the value is a 15-character string (e.g. select Account where Id = ‘001QI00000fOirY’). Updated QueryRule class to support processing of 15-character Salesforce IDs by attempting to convert them to 18-character IDs. Connected Orgs Show number of issues instead of error icon if the assertion follows this format: System.assertEquals(0, issues.size()); On the Critical tab, only show orgs with a critical issue. Filter health checks on severity and org name. Added ability to specify the phase of an org: Demo, Test, Project, Live, Support. Various visual improvements. 24-8-2025 | 192 orgs | 783+31 unit tests
Version 1.190
Connected Orgs Added simple checks framework. Added new Custom Meta Data: Connected Org Item. 17-8-2025 | 193 orgs | 780+31 unit tests
Version 1.189
Features Added a new Email Subject field to Bread. For recipes with Email as the source, this field will automatically be populated with the email’s subject line. Bug Fixes Email Source Configuration: Fixed an issue where Email could not be set as a source for JSON and XML slicers. The Apply button in the Recipe Builder now works as expected. Slice Pruning for JSON: Fixed an error where pruning would fail if the specified left-hand part of the pruning path did not exist. For example, pruning $.book.chapters will now succeed even if the book object is missing from the JSON. 9-8-2025 | 187 orgs | 779+31 unit tests
Version 1.188
Features Introduced the Recipe Running component for user self-file-uploads and other recipe self-run use-cases. Relabeled the Sliced Bread API Only User permission set to Sliced Bread Recipe Runner. Bug Fixes Various small bug fixes in Hard Discard functionality. 3-8-2025 | 188 orgs | 779+31 unit tests
Version 1.187
Features Added the Hard Discard feature for the discard rule: If checked and the slice is discarded, the slice will be directly deleted without any archiving. Use this feature to reduce temporary storage needed. Bug Fixes If a slice is set to Discarded, the active rule will not be nullified anymore, but will contain the rule that led to the slice becoming discarded. This will help in analyzing slices. Connected Orgs Improved error handling and robustness of the Execute Count Query feature. 27-7-2025 | 187 orgs | 779+31 unit tests
Version 1.185
Features Added option in query rule to discard a slice if no result found. Fine-tuned / re-ordered bread actions drop-down menu. 6-7-2025 | 188 orgs | 773+31 unit tests
Version 1.184
Features Auto-update after each install of picklist values of Recipe Job > Type, Recipe Job > Schedule Type, Connected System > Type. Not fully working yet. Further optimized immediate execution mode to reduce heap size. No more load plan calculated and a rule execution is only logged if the rule failed or the slice was discarded. Added IN formula: IN(value, item1, item2, …). Returns TRUE if the first value equals one of the other values in the list. Returns FALSE if the value is not found in the list. Optimized type mapping in csv wizard: Added support for Time type 2025-07-23T13:00:00.000Z now recognized as date/time If a date/time is recognized, this is suggested, not a Date type If a lookup or id is recognized, text is the default type, but the lookup can still be selected. Bug Fixes Further improved Archiver to handle situations with many slices (2M+) in the org. 29-6-2025 | 184 orgs | 764+31 unit tests
Version 1.183
Features Introduced a skip icon in the recipe builder as an indication that the rule may be skipped when the recipe is executed. Hovering over the icon will show under which conditions the rule will be skipped. Bug Fixes When a query rule is created by dragging a field, also set “always expect result” to true as default. Recipe builder performance improvements: removed @track from objectFields. For a json recipe, also show “.jsonl” files under recent files. Fixed bug with “view load plan” in recipe builder. Fixed bug with batch size min and max not correctly recalculating in bread settings when the load execution mode is changed. 22-6-2025 | 184 orgs | 717+31 unit tests
Version 1.182
Features Added XML namespace support for the XML slicer. Bug Fixes Added type conversion for the query rule output fields. Solved bug with creating time virtual fields from the recipe builder wizards. 15-6-2025 | 183 orgs | 716+31 unit tests