Skip to content

Version 2.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 10:05
· 86 commits to main since this release

2.3.0 (2026-07-02)

Bug Fixes

  • address PR review feedback (ef9de82)
  • datamapper: warn instead of failing preview (68cb098)
  • datapack-exporter: ensure CurrencyIsoCode is not ignored for PricebookEntry (4afb725)
  • lookupIds drops the CancellationToken not allowing the lookup to cancel (5d29aea)
  • record-batch: optimize addUpdate method to track unique IDs and prevent duplicates (bf40a4c)
  • util: create missing sfdx config on org switch (0c866fd)
  • Vlocode CLI uses old API version (a382df4)
  • webviews: bridge Monaco clipboard shortcuts (832f7ff)
  • webviews: polish designer layout styling (8717229)

Features

  • add new file wrirter for logging to a file as NDJSON (6e2bb7d)
  • beafify the export command console output when running in an interactive non-CI term context (37d5f79)
  • datapack-deployment: optimize dependency handling with indexed lookups for improved performance (4be3e03)
  • datapack-lookup: optimize record matching with indexed lookups and normalized keys (e7e5fd1)
  • datapack: add cancellation support for dependency resolution (0d591ac)
  • export and refresh commands use custom definitions (83845f4)
  • export: reference-aware source keys, strict matching keys (18134b4)
  • http: add request count for tracking HTTP requests across instances (2b2b15b)
  • improve export command using progress bar (f7ad6c9)
  • ip-editor: open referenced mapper and class files (d5b0daf)
  • support complex filters in a multi lookup (f202410)

Performance Improvements

  • export: batch embedded child lookups across the chunk (8130115)