Skip to content

Releases: vlocityinc/vlocity_build

v1.17.6

11 Dec 04:33
88bd2e9
Compare
Choose a tag to compare

1.17.6

What's Changed

Omniout scripts update for OmniStudio enabled orgs

Full Changelog: v1.17.5...v1.17.6

v1.17.5

07 Nov 08:28
09b5154
Compare
Choose a tag to compare

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

11 Sep 11:36
e9b4caa
Compare
Choose a tag to compare

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

17 Jul 06:04
cd74d8f
Compare
Choose a tag to compare

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

24 Apr 10:01
7fa6deb
Compare
Choose a tag to compare

1.17.2

What's Changed

Full Changelog: v1.17.1...v1.17.2

v1.17.1

07 Mar 05:40
227bb1b
Compare
Choose a tag to compare

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

01 Mar 16:10
a4acd8c
Compare
Choose a tag to compare

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

Full Changelog: v1.16.2...v1.17.0

v1.16.3

13 Dec 04:37
79a3d61
Compare
Choose a tag to compare

1.16.3

Fixes an issue with exporting Products, etc with hyphens
Compiler Doc Updates

v1.16.1

21 Nov 15:59
ce95d7d
Compare
Choose a tag to compare

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

20 Oct 22:02
Compare
Choose a tag to compare

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"