Version 1.102
Features Added Export To XML. Notes: Namespaces not yet supported. New icon and orange theming. Bug Fixes Fixed bug with that in large data mode the auto sync bread with slices every 2 minutes was broken. 17-3-2024 | 109 orgs | 441 unit tests
Version 1.101
Features Added ability to schedule a recipe using anonymous Apex. Made overview of running breads full-width on the Sliced Bread home page. Also show the version of the recipe. Bug Fixes Fixed time-zone visualisation in Slice History and Load Plan. Always show date-times in the time-zone of the user. Explicitly show the time-zone of a date/time value. 10-3-2024 | 112 orgs | 439 unit tests
Version 1.100
Features Sliced Bread Settings: AWS Environment: Frankfurt & Test. Sliced Bread Settings: AWS Archiving Enabled 6-3-2024 | 110 orgs | 436 unit tests
Version 1.99
Bug Fixes Fixed timezone issue with MONTH formula function 5-3-2024 | 110 orgs | 436 unit tests
Version 1.98
Features New transform rule type: Deduplicate. Bug Fixes Not show “Active & Run” and “Run” buttons in recipe builder for subrecipes. Fixed bug with duplicate external ids in an upsert call. Now made the key not case-sensitive. Framework would treat “EXAMPLE” and “example” as different external ids, whereas Salesforce treats these in the same way. 3-3-2024 | 109 orgs | 436 unit tests
Version 1.97
Features Added HTMLSTRIP formula function. In log output, truncate strings to 255 Bug Fixes Fixed bug with wrong result type for formula function MONTH. Was date, but should be integer. 25-2-2024 | 111 orgs | 427 unit tests
Version 1.96
Features Order of fields can now be changed in csv and excel export editors. Changed rule name calculation for validate rule type / formula error condition type. Rule names will now be generated in the format: “Discard If [ERROR MESSAGE]” or Fail If [ERROR MESSAGE]”. Made 3 vertical bars animating again when in large data mode. Bug Fixes Fixed bug with bread actions dropdown list being rendered very high when unopened. Fixed bug with listening to escape button no longer working. 25-2-2024 | 111 orgs | 424 unit tests
Version 1.95
Bug Fixes Fixed bug. Added namespace slidebread__ to JobUtil.getStartLoadingQuery and JobUtil.getStartProcessingQuery. 15-2-2024 | 109 orgs | 424 unit tests
Version 1.94
Bug Fixes Fixed bug with SlicedBreadBatch failing when slices in scope have multiple recipe versions. Fixed bug with large data mode 2-minute bread sync with slices. It could happen that during the sync another process updates the bread. This would then be wrongly reverted by the sync job. Fully moved large data mode 2-minute bread sync with slices to Salesforce. No more AWS involved anymore. 14-2-2024 | 107 orgs | 424 unit tests
Version 1.93
Features In case a String is updated or inserted into a Base64 field, assume that the String is Base64-encoded String and needs to be converted to a Blob representing its normal form (EncodingUtil.base64Decode(inputString)). 13-2-2024 | 107 orgs | 421 unit tests