Skip to content

Releases: Codeneos/vlocode

Version 0.14.8

07 Aug 11:38
Compare
Choose a tag to compare
v0.14.8

Fix cleanup renamed to skip cleanup on Travis.

Version 0.14.7

07 Aug 10:55
Compare
Choose a tag to compare
  • Rewrite and restructure core components
  • Support new Datapack Deployment mode called direct this mode allows for direct deployments of datapacks using the Collections ot Bulk API from salesforce. For large deployments this significantly improves the deployment times by up to 90%.
  • All new Salesforce logs explorer which allows viewing of Salesforce logs similar to the developer console.
  • Control logging level in Salesforce for Vlocode through the VSCode UI
  • Salesforce deployments are now queued internally when multiple deployments are requested from within VSCode optimizes the developer experience.
  • Show progress when refreshing files.
  • Clone and renamed datapack commands have been improved and should yield better results.
  • Fix datapack explorer not displaying templates from multiple authors correctly.
  • Fix execute apex did not always display error message
  • New command to purge all debug logs from the server
  • New command to set which logs to show in the logs panel

Version 0.12.14

26 Mar 18:26
Compare
Choose a tag to compare
Bump to version 0.12.14

Fix issues with travis yaml for sonarcloud

Version 0.12.13

19 Feb 17:35
Compare
Choose a tag to compare
 - Fix refresh datapack error

 - More logging for Salesforce deployments
 - Force all production deployment requests to check only

Version 0.12.12

19 Feb 09:38
Compare
Choose a tag to compare
 - Auto create and delete `-meta.xml` files for classes

 - Auto create boiler plate code for APEX classes and interfaces
 - Better metadata deployment support for structured data such as email templates and documents
 - Deploy to production warning messages
 - Caching of server side info using cache decorators to speed up commands
 - Fix bug causing errors in metadata dpeloyments from not being awaited
 - Support execute anonymous APEX from vscode using SOAP API
 - Fix problems with repair data pack keys command
 - Fix Admin commands not showing
 - Update readme with more info on supported salesforce commands.
 - By default enabled Salesforce commands (can be disabled trough settings)
 - Bump all dependencies to the latest version

Version 0.12.10

18 Dec 17:34
Compare
Choose a tag to compare
Fix icon missing for succesful actions in activity view.

FIx change log dates.

Version 0.12.9

18 Dec 17:21
Compare
Choose a tag to compare
v0.12.9

Fix build error

Version 0.12.6

10 Dec 17:56
Compare
Choose a tag to compare
- Fixed build error

 - Added option to select max depth during refresh and explorer export
 - Optimize datapack loading
 - Fix issue with content version query definition from Vlocity

Version 0.12.5

10 Dec 17:49
Compare
Choose a tag to compare
Fix build issue due to missing ts-node.

Fix parent key files is slow due to datapack loader strategy.

Version 0.12.4

09 Dec 14:43
Compare
Choose a tag to compare
- Report past and running operations in the new activity screen

 - Better handling of export errors by setting ignoreAllErrors property which prevents exports from failing when a dependency fails.
 - Better handling of deploy errors.
 - More descriptive error message and better displaying of them in the UI.
 - More descriptive status messages during deploy or refresh operations
 - Fix Terminal Logging line endings do not appear correctly on mac; mac and *nix systems also use /r/n in VSCode terminals for ending lines instead of just /n
 - Fix issues with paths for post and pre job APEX; paths are slightly different due to the way VSCode resolves paths causing a deployment error for Templates and Products using default job settings.