Skip to content

Version 1.42.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 May 21:18
· 109 commits to main since this release

1.42.0 (2026-05-06)

Bug Fixes

  • enhance error handling for EXCEEDED_ID_LIMIT in getEntityDefinition method (8cba50a)
  • handle null values in datapack expansion logic (f514d4f)
  • npm package checks out wring ref (3276450)
  • salesforce: field matching case sensitivity (c6bf17c)
  • socket leak on 302 redriect responses (edge-case) (e9c42c3)
  • update import paths for ApexSourceStatus and adjust TypeScript version in package files (20bf38b)

Features

  • add method to retrieve final package components with optional filtering (a050dfb)
  • add new data mapper UI to edit data mappers from VS Code (9c81874)
  • add support for exporting data packs from OmniStudio orgs and using custom export definitions on non-vlocity orgs (b67dbba)
  • add tests for DatapackExporter and DatapackExpander functionality (6eb5a4b)
  • enhance httpRequest method with retry logic for connection errors (af79ea8)
  • enhance SalesforcePackageBuilder to support mixed content bundles like DigitalExperienceBundle (#439) (bf755b1)
  • implement eager flushing of pending records to optimize memory usage (71810eb)
  • refactor datapack export logic to support non omnistudio orgs (5bcf434)
  • salesforce: add namespace replace support to SalesforceService (cfcbb33)
  • update RestClient methods to support Buffer type for request bodies (9c37d47)
  • util: add object property aliasing and readonly modifiers (e96410b)
  • vlocity-deploy: add support for legacy migration dataraptor conversion (b98d329)
  • vlocity-deploy: support complex filters and embedded lookups in datapack exporter (c769627)

Performance Improvements

  • util: accelerate salesforce namespace prefix removal (cf79d5a)
  • util: improve primitive comparison with direct char scanning (98ebf7b)
  • util: optimize string utilities and format regex (ec1cca7)