Skip to content

Releases: Codeneos/vlocode

Version 0.21.0

22 Dec 17:21
Compare
Choose a tag to compare

0.21.0 (2023-12-22)

Bug Fixes

  • debugger statement in wrong place (80fe6e5)
  • SF API version selection does not display latest org supported API versions (7e7463d)
  • sfdx.getOrgDetails does only matches the first alias of an org (3c6a3d6)

Features

  • add context menu in editor and explorer for executing API requests (4edace6)
  • enhance existing Execute REST API command to remember last used APIs (e24bdf5)
  • enhance org selection and displaying all more org details (cfab40e)
  • expose context to commands and introduce new recent items store (d20a722)
  • open documents in side columns without focus when applicable (c44fc1e)
  • support extended quick pick item buttons for API requests (c5dee89)
  • support new execute API from codelens (2deeaff)
  • update status bar item tooltips to be more clear (b8210b4)

Version 0.20.12

15 Dec 16:42
Compare
Choose a tag to compare

0.20.12 (2023-12-15)

Bug Fixes

  • include build date in vlocode version command (fdf4ed8)

Features

  • update bulk API v2 ingest job to support large imports (100mb+) (c6846bb)

Version 0.20.11

14 Dec 17:21
Compare
Choose a tag to compare
Version 0.20.11 Pre-release
Pre-release

0.20.11 (2023-12-14)

Bug Fixes

  • IngestJobInfo.getFailedRecords returns wrong type (2a27930)
  • uploadData logs results of put to debug console (3bf8942)

Version 0.20.10

03 Dec 20:04
Compare
Choose a tag to compare
Version 0.20.10 Pre-release
Pre-release

0.20.10 (2023-12-03)

Features

  • add device flow support for authorizing a new org (57326c1)

Version 0.20.9

27 Oct 19:49
Compare
Choose a tag to compare

0.20.9 (2023-10-27)

Features

  • add view meta XML command to switch quickly to the related meta file (6c2e688)

Version 0.20.8

18 Oct 14:33
Compare
Choose a tag to compare

0.20.8 (2023-10-18)

Bug Fixes

  • V2 bulk job ctor fails when compiled with ES2019 (46a1276)

Version 0.20.7

29 Sep 08:14
Compare
Choose a tag to compare
Version 0.20.7 Pre-release
Pre-release

0.20.7 (2023-09-29)

Note: Version bump only for package vlocode-project

Version 0.20.6

25 Sep 11:54
Compare
Choose a tag to compare
Version 0.20.6 Pre-release
Pre-release

0.20.6 (2023-09-25)

Bug Fixes

  • RecordFactory.useRecordProxy static is incorrectly marked as readonly (9efb07f)

Version 0.20.5

06 Sep 20:53
Compare
Choose a tag to compare

0.20.5 (2023-09-06)

Bug Fixes

  • CustomObjectTranslations are not deployable (3dbd9ed)
  • deployment command does not clear errors after they are resolved and fails to save source files before starting a deployment (02b75c7)
  • deployment command does not restart when after pausing and saving multiple files at once can causes multiple parallel deployments (030c13d)
  • destructive changes are not added during delta deployment (898fe76)
  • unaddressed child metadata child does not include parent (1deb30a)
  • VlocityInterfaceInvoker is not serializing input correctly (8f02b91)

Features

  • improve detection differences by ignoring extra properties in metadata files retrieved from org (44b7332)

Version 0.20.4

24 Aug 09:11
Compare
Choose a tag to compare

0.20.4 (2023-08-24)

Bug Fixes

  • incorrect icon path for log-terminal (eed61ab)