Releases: vlocityinc/vlocity_build
v1.17.6
v1.17.5
1.17.5
What's Changed
- Avoid redeploying the successful lwc components in case of using local compilation.
- packGetDiffsAndDeploy - Ignore WebComponentKey while OmniScript diff and deploy
Full Changelog: v1.17.4...v1.17.5
v1.17.4
1.17.4
What's Changed
- Fix for Duplicate Override Definition and Compiled attribute override records getting created after every deployment in the sandbox
- Add %vlocity_namespace%__CatalogCode__c to Catalog Query
- Update README.md to include new OmniStudio Standard Objects
Full Changelog: v1.17.3...v1.17.4
v1.17.3
1.17.3
What's Changed
- To disable the local compilation of the FlexCards so that the npmAuthKey is used only for the local compilation of OmniScript. In this case legacy method would be used for the FlexCard LWC activation:
ignoreLocalCompilationCards: true - To keep OmniScript activated post deployment and activation, in case of LWC deployment failure, Please add below parameter:
keepOSActiveWhenLWCDeploymentFails: true - Minor Fixes
Full Changelog: v1.17.2...v1.17.3
v1.17.2
v1.17.1
1.17.1
What's Changed
- Split bulkRecordsData into small batches to prevent exceeding 10 million characters
Full Changelog: v1.17.0...v1.17.1
v1.17.0
1.17.0
-
Changed batch processing for large datapacks by converting to comma-separated values format before uploading
-
Disable colouring of SFDX CLI output
-
Added globalkey to catalog query
What's Changed
- Convert Batch Deployment to Use CSV instead of raw JSON by @lmckusick in #562
- Disable colouring of SFDX CLI output by @thvd in #560
- Adding globalkey to catalog query by @KevinGossentCap in #554
- Merge alpha into beta by @manas-sf in #565
- Release v1.16.4 by @manas-sf in #566
Full Changelog: v1.16.2...v1.17.0
v1.16.3
v1.16.1
1.16.1
What's Fixed
- Disabled Extensive Logging & Repetitions on Git Based Deploy
- Local compile incorrectly compiling when you're in a managed package namespace
Full Changelog: v1.16.0...v1.16.1
v1.16.0
New in v1.16.0
Change for Support for OmniScript / FlexCards Local Compilation
Instead of using the current package version for local compilation, it will always use the latest version of the compiler.
To change that behavior set the compiler version directly in your job file using:
lwcCompilerVersion: "238"
Additionally setting up the compiler is easier as you can just run npm install:
npm install @vlocity-ins/omniscript-lwc-compiler # or @omnistudio or @vlocity-cme
Then the easiest way to set it up is to add the credentials to an .npmrc
file in the User's home directory of your machine.
@vlocity-ins:registry=https://repo.vlocity.com/repository/vlocity-public/
@vlocity-cme:registry=https://repo.vlocity.com/repository/vlocity-public/
@omnistudio:registry=https://repo.vlocity.com/repository/vlocity-public/
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"