Skip to content

Releases: Codeneos/vlocode

Version 0.20.3

24 Aug 08:18
Compare
Choose a tag to compare
Version 0.20.3 Pre-release
Pre-release

0.20.3 (2023-08-24)

Bug Fixes

  • switch FS interface to VSCode as it performs better on MacOS compared to the native FS interface (80498ee)
  • XML-like metadata header does not deploy (016cd9d)

Version 0.20.2

23 Aug 16:43
Compare
Choose a tag to compare

0.20.2 (2023-08-23)

Bug Fixes

  • delta deploy strategy does not correctly fallback to default comparison when attempting XML compare on none XML file (d17cf6e)

Features

  • when doing a delta deploy do mark a component as changed when the managed package version is missing from the Class meta file (f9c8cf3)

Version 0.20.1

23 Aug 11:48
Compare
Choose a tag to compare

0.20.1 (2023-08-23)

Note: Version bump only for package vlocode-project

Version 0.20.1-next.0

20 Aug 15:03
Compare
Choose a tag to compare
Version 0.20.1-next.0 Pre-release
Pre-release

0.20.1-next.0 (2023-08-20)

Bug Fixes

  • datapack rename and close causes name duplication when the old name is present in the old name; rename and clone now also take into account other global keys such on product2 datapacks. (fbd723d)
  • decomposed metadata fragments do are not deploy without a parent (a2e187c)
  • readFileAsString causes circular reference in VSCodeFileSystemAdapter (dadd47f)
  • refreshing developer logs does not await refresh causing errors to not be reported back if any occurred (376f6ef)
  • salesforce core tries to load messages that do not exists in a bundled context (852893f)
  • when a record groups only has skipped records it is incorrectly reported as failed (dba71f4)

Features

  • accurately measure extension startup performance (87d7e88)
  • add deploy difference command which only pushes changed metadata files to the org (ed21dad)
  • determining the differences between the deployed and retrieved data used to depend on the order of the elements in the XML; now the order is only considered relevant for layouts and flexipages which use the order of the elements in the XML as order of the elements on the screen. (0dd7048)
  • improve build system and reduce load time of extension on startup by 40% (692de00)
  • support generation of LWCs components from OmniScripts (a885d52)

0.20.0-alpha.1 (2023-08-14)

Note: Version bump only for package vlocode-project

0.20.0-alpha.0 (2023-08-12)

Bug Fixes

  • access token is not updated on refresh on SFDX store due to syntax mismatch (a017ad6)
  • connection.request is not backward compatible with JSForce (600aeaa)
  • deploy metadata does not resume when resume button is clicked (49481a5)
  • error code not mapped correctly in transport layer (9cf22f0)
  • managed package layouts do not export (6cad8d4)
  • open in org does not work for Vlocity Cards without a version (738b2c9)
  • retrieve metadata command does work (4e57901)
  • support thenCall on promise returned by request for backward compatibility (9cd3afc)
  • when trace flags are remove outside of VSCode an error is thrown during trace flags refresh (6cd7abc)

Features

  • report progress when deploying datapacks in direct deploy mode for datapacks (3890ec1)
  • support instances of delta strategy (414e328)
  • support new metadata types for deployment (f5a7139)
  • sync selected SFDX username to Vlocode and vice-versa. (095386d)

Version 0.20.0-alpha.1

14 Aug 13:55
Compare
Choose a tag to compare
Pre-release

0.20.0-alpha.1 (2023-08-14)

Note: Version bump only for package vlocode-project

0.20.0-alpha.0 (2023-08-12)

Bug Fixes

  • access token is not updated on refresh on SFDX store due to syntax mismatch (a017ad6)
  • connection.request is not backward compatible with JSForce (600aeaa)
  • deploy metadata does not resume when resume button is clicked (49481a5)
  • error code not mapped correctly in transport layer (9cf22f0)
  • managed package layouts do not export (6cad8d4)
  • open in org does not work for Vlocity Cards without a version (738b2c9)
  • retrieve metadata command does work (4e57901)
  • support thenCall on promise returned by request for backward compatibility (9cd3afc)
  • when trace flags are remove outside of VSCode an error is thrown during trace flags refresh (6cd7abc)

Features

  • report progress when deploying datapacks in direct deploy mode for datapacks (3890ec1)
  • support instances of delta strategy (414e328)
  • support new metadata types for deployment (f5a7139)
  • sync selected SFDX username to Vlocode and vice-versa. (095386d)

Version 0.20.0-alpha.0

12 Aug 12:18
Compare
Choose a tag to compare
Pre-release

0.20.0-alpha.0 (2023-08-12)

Bug Fixes

  • access token is not updated on refresh on SFDX store due to syntax mismatch (a017ad6)
  • connection.request is not backward compatible with JSForce (600aeaa)
  • deploy metadata does not resume when resume button is clicked (49481a5)
  • error code not mapped correctly in transport layer (9cf22f0)
  • managed package layouts do not export (6cad8d4)
  • open in org does not work for Vlocity Cards without a version (738b2c9)
  • retrieve metadata command does work (4e57901)
  • support thenCall on promise returned by request for backward compatibility (9cd3afc)
  • when trace flags are remove outside of VSCode an error is thrown during trace flags refresh (6cd7abc)

Features

  • report progress when deploying datapacks in direct deploy mode for datapacks (3890ec1)
  • support instances of delta strategy (414e328)
  • support new metadata types for deployment (f5a7139)
  • sync selected SFDX username to Vlocode and vice-versa. (095386d)

Version 0.19.21

02 Aug 17:43
Compare
Choose a tag to compare

0.19.21 (2023-08-02) ### Bug Fixes CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types HTTP transport does not handle timeout properly (ac36631) ### Features CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types handle expired refresh tokens properly and reset the connection when the Access token updates; should also address issues #405 and #401 (f3184c3) CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types re-implement OAuth2 authentication (a344767) CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types support sprintf style logging when the a string contains %s, %i or %d tokens (a431d8d)

Version 0.19.20

01 Aug 11:42
Compare
Choose a tag to compare

0.19.20 (2023-08-01) ### Bug Fixes CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types XML metadata with boolean attributes is not deployed correctly (7389674)

Version 0.19.19

30 Jul 17:26
Compare
Choose a tag to compare

0.19.19 (2023-07-30) ### Features CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types report invalid matching key configuration and fail deployment when trying to update the same record twice in the same batch (c0c0031) CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types support passing list of folders for deployment instead of a single folder (cdc6e43)

Version 0.19.18

27 Jul 08:42
Compare
Choose a tag to compare

0.19.18 (2023-07-27) ### Bug Fixes CHANGELOG.md docs jest.config.js lerna.json LICENSE node_modules package.json packages patches pnpm-lock.yaml pnpm-workspace.yaml README.md resources SITE.md sonar-project.properties tsconfig.json tsconfig.typedoc.json typedoc.json types destructive changes do not get added to deployment package (5bf3603)