Releases: vlocityinc/vlocity_build
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"
v1.15.8
New in v1.15.0
Support for OmniStudio Standard Objects
- OmniScript
- DataRaptor
- FlexCards
- Integration Procedures
- Decision Matrix
- Expression Set
Initial Support for OmniScript / FlexCards Local Compilation
This is only supported for Package Versions Spring '22+.
To set up the local compile you will need to request a Username and Password for the private Vlocity NPM Repo. If you have previously used OmniOut then it is the same credentials.
If you do not have credentials Request an NPM repository access key from your Vlocity customer representative by filing a support case with the subject: "Request for Access Key to Vlocity's Private NPM Repository at https://repo.vlocity.com/repository/vlocity-public/ for using OmniOut / IDX CLI".
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.
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"
You can also add to your job file the following:
npmAuthKey: KEYIt will automatically use the correct compiler based on your managed package version.
Recent Minor Changes
v1.15.1 - Fix for "Could not find a match for URL" error where namespace became corrupt when ECONNRESET error in REST
v1.15.2 - Add Charge Measurement to Queries
v1.15.3 - Fix for OutputDataLong in MatrixVersion and changes for Git Based Deploy to work with OmniStudio Standard Data Model
v1.15.4 - Multiple Fixes
- Do not output org description When Using SFDX Alias
- Fix Doc for installDPsfromStaticResource
- Local LWC compilation performance improvement by not retrieving package multiple times
- Fix for not activating latest Parent OmniScript version for Reusable OmniScript when generating OmniScript LWC
- Fix for DataRaptor Mappings over 1000 missing records in some cases
- Fix for missing document causing DML Not Allowed Error
- Change to defaultMaxParallel 100 -> 20 to try to reduce concurrency issues
v1.15.5 - Fix for not sending Id in OmniScript Puppeteer Activation
v1.15.6 - Add FilterField to CalculationMatrix Object
v1.15.7 - Fix for Release Update breaking an Embedded OmniScript Activation bug related to the error message "Remoting request invalid for your session. Refresh the page and try again"
v1.15.8 - Improve error message when compiler not used
v1.15.7
New in v1.15.0
Support for OmniStudio Standard Objects
- OmniScript
- DataRaptor
- FlexCards
- Integration Procedures
- Decision Matrix
- Expression Set
Initial Support for OmniScript / FlexCards Local Compilation
This is only supported for Package Versions Spring '22+.
To set up the local compile you will need to request a Username and Password for the private Vlocity NPM Repo. If you have previously used OmniOut then it is the same credentials.
If you do not have credentials Request an NPM repository access key from your Vlocity customer representative by filing a support case with the subject: "Request for Access Key to Vlocity's Private NPM Repository at https://repo.vlocity.com/repository/vlocity-public/ for using OmniOut / IDX CLI".
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.
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"
You can also add to your job file the following:
npmAuthKey: KEYIt will automatically use the correct compiler based on your managed package version.
Recent Minor Changes
v1.15.1 - Fix for "Could not find a match for URL" error where namespace became corrupt when ECONNRESET error in REST
v1.15.2 - Add Charge Measurement to Queries
v1.15.3 - Fix for OutputDataLong in MatrixVersion and changes for Git Based Deploy to work with OmniStudio Standard Data Model
v1.15.4 - Multiple Fixes
- Do not output org description When Using SFDX Alias
- Fix Doc for installDPsfromStaticResource
- Local LWC compilation performance improvement by not retrieving package multiple times
- Fix for not activating latest Parent OmniScript version for Reusable OmniScript when generating OmniScript LWC
- Fix for DataRaptor Mappings over 1000 missing records in some cases
- Fix for missing document causing DML Not Allowed Error
- Change to defaultMaxParallel 100 -> 20 to try to reduce concurrency issues
v1.15.5 - Fix for not sending Id in OmniScript Puppeteer Activation
v1.15.6 - Add FilterField to CalculationMatrix Object
v1.15.7 - Fix for Release Update breaking an Embedded OmniScript Activation bug related to the error message "Remoting request invalid for your session. Refresh the page and try again"
v1.15.6
New in v1.15.0
Support for OmniStudio Standard Objects
- OmniScript
- DataRaptor
- FlexCards
- Integration Procedures
- Decision Matrix
- Expression Set
Initial Support for OmniScript / FlexCards Local Compilation
This is only supported for Package Versions Spring '22+.
To set up the local compile you will need to request a Username and Password for the private Vlocity NPM Repo. If you have previously used OmniOut then it is the same credentials.
If you do not have credentials Request an NPM repository access key from your Vlocity customer representative by filing a support case with the subject: "Request for Access Key to Vlocity's Private NPM Repository at https://repo.vlocity.com/repository/vlocity-public/ for using OmniOut / IDX CLI".
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.
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"
You can also add to your job file the following:
npmAuthKey: KEYIt will automatically use the correct compiler based on your managed package version.
Recent Minor Changes
v1.15.1 - Fix for "Could not find a match for URL" error where namespace became corrupt when ECONNRESET error in REST
v1.15.2 - Add Charge Measurement to Queries
v1.15.3 - Fix for OutputDataLong in MatrixVersion and changes for Git Based Deploy to work with OmniStudio Standard Data Model
v1.15.4 - Multiple Fixes
- Do not output org description When Using SFDX Alias
- Fix Doc for installDPsfromStaticResource
- Local LWC compilation performance improvement by not retrieving package multiple times
- Fix for not activating latest Parent OmniScript version for Reusable OmniScript when generating OmniScript LWC
- Fix for DataRaptor Mappings over 1000 missing records in some cases
- Fix for missing document causing DML Not Allowed Error
- Change to defaultMaxParallel 100 -> 20 to try to reduce concurrency issues
v1.15.5 - Fix for not sending Id in OmniScript Puppeteer Activation
v1.15.6 - Add FilterField to CalculationMatrix Object
v1.15.5
New in v1.15.0
Support for OmniStudio Standard Objects
- OmniScript
- DataRaptor
- FlexCards
- Integration Procedures
- Decision Matrix
- Expression Set
Initial Support for OmniScript / FlexCards Local Compilation
This is only supported for Package Versions Spring '22+.
To set up the local compile you will need to request a Username and Password for the private Vlocity NPM Repo. If you have previously used OmniOut then it is the same credentials.
If you do not have credentials Request an NPM repository access key from your Vlocity customer representative by filing a support case with the subject: "Request for Access Key to Vlocity's Private NPM Repository at https://repo.vlocity.com/repository/vlocity-public/ for using OmniOut / IDX CLI".
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.
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"
You can also add to your job file the following:
npmAuthKey: KEYIt will automatically use the correct compiler based on your managed package version.
Recent Minor Changes
v1.15.1 - Fix for "Could not find a match for URL" error where namespace became corrupt when ECONNRESET error in REST
v1.15.2 - Add Charge Measurement to Queries
v1.15.3 - Fix for OutputDataLong in MatrixVersion and changes for Git Based Deploy to work with OmniStudio Standard Data Model
v1.15.4 - Multiple Fixes
- Do not output org description When Using SFDX Alias
- Fix Doc for installDPsfromStaticResource
- Local LWC compilation performance improvement by not retrieving package multiple times
- Fix for not activating latest Parent OmniScript version for Reusable OmniScript when generating OmniScript LWC
- Fix for DataRaptor Mappings over 1000 missing records in some cases
- Fix for missing document causing DML Not Allowed Error
- Change to defaultMaxParallel 100 -> 20 to try to reduce concurrency issues
v1.15.5 - Fix for not sending Id in OmniScript Puppeteer Activation
v1.15.4
New in v1.15.0
Support for OmniStudio Standard Objects
- OmniScript
- DataRaptor
- FlexCards
- Integration Procedures
- Decision Matrix
- Expression Set
Initial Support for OmniScript / FlexCards Local Compilation
This is only supported for Package Versions Spring '22+.
To set up the local compile you will need to request a Username and Password for the private Vlocity NPM Repo. If you have previously used OmniOut then it is the same credentials.
If you do not have credentials Request an NPM repository access key from your Vlocity customer representative by filing a support case with the subject: "Request for Access Key to Vlocity's Private NPM Repository at https://repo.vlocity.com/repository/vlocity-public/ for using OmniOut / IDX CLI".
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.
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"
You can also add to your job file the following:
npmAuthKey: KEYIt will automatically use the correct compiler based on your managed package version.
Recent Minor Changes
v1.15.1 - Fix for "Could not find a match for URL" error where namespace became corrupt when ECONNRESET error in REST
v1.15.2 - Add Charge Measurement to Queries
v1.15.3 - Fix for OutputDataLong in MatrixVersion and changes for Git Based Deploy to work with OmniStudio Standard Data Model
v1.15.4 - Multiple Fixes
- Do not output org description When Using SFDX Alias
- Fix Doc for installDPsfromStaticResource
- Local LWC compilation performance improvement by not retrieving package multiple times
- Fix for not activating latest Parent OmniScript version for Reusable OmniScript when generating OmniScript LWC
- Fix for DataRaptor Mappings over 1000 missing records in some cases
- Fix for missing document causing DML Not Allowed Error
- Change to defaultMaxParallel 100 -> 20 to try to reduce concurrency issues