Skip to content

Releases: Codeneos/vlocode

Version 1.23.0

09 May 19:44
04d7998
Compare
Choose a tag to compare

1.23.0 (2024-04-29)

Bug Fixes

  • batch service does not correctly include properties to report batch status (e331d01)
  • on certain rare SF errors metadata deployment errors would not be caught expiring the promise (a473b26)

Features

  • improve handling of connection errors (758de02)
  • suppress cascade failure reporting during deployment (6fe07d2)
  • switch to direct mode as standard for all Datapack deployments (3366aac)

Version 1.22.2

11 Apr 13:26
e664357
Compare
Choose a tag to compare
Version 1.22.2 Pre-release
Pre-release

1.22.2 (2024-04-11)

Bug Fixes

  • document templates are not shared with all users after deployment (0ad9f86)
  • unit test build error due to wrong references (939e2ef)

Version 1.22.0

27 Mar 21:06
89deeda
Compare
Choose a tag to compare

1.22.0 (2024-03-27)

Note: Version bump only for package vlocode-project

Version 0.21.7

12 Mar 17:59
106308c
Compare
Choose a tag to compare
Version 0.21.7 Pre-release
Pre-release

0.21.7 (2024-03-12)

Bug Fixes

  • do not sort profiles when adding new fields (5969851)
  • reduce test coverage cache to increase usefulness (eb630b9)

Features

  • avoid logging duplicate "Dependent class is invalid" errors (0ce1d12)

Version 0.21.6

15 Feb 14:15
66c9896
Compare
Choose a tag to compare
Version 0.21.6 Pre-release
Pre-release

0.21.6 (2024-02-15)

Bug Fixes

  • view-in-org command does not work for most metadata types (d892590)

Features

  • use shared agent and for all SF connections for more efficient socket pooling Increase timeout values so that larger deploy requests using POST REST do not cause a timeout, allow changing and overwriting the shared agent to increase socket pool or strategy (a2961ff)

Version 0.21.5

25 Jan 13:00
bff8d30
Compare
Choose a tag to compare
Version 0.21.5 Pre-release
Pre-release

0.21.5 (2024-01-25)

Bug Fixes

  • quickPick does not close when an item is selected (af4be29)
  • test coverage lens shows "NaN%" (67e229d)

Version 0.21.4

24 Jan 11:17
c4c25fe
Compare
Choose a tag to compare
Version 0.21.4 Pre-release
Pre-release

0.21.4 (2024-01-24)

Features

  • include coverage % in toggle coverage code lems (7c8b5a2)

Version 0.21.3

23 Jan 16:00
1615815
Compare
Choose a tag to compare
Version 0.21.3 Pre-release
Pre-release

0.21.3 (2024-01-23)

Bug Fixes

  • code coverage it checked on every file change (354589d)
  • logging is not injected with correct name for injected commands (b2f665c)

Features

  • option for showing test coverage in VSCode using lens (eb90406)

Version 0.21.2

22 Jan 19:53
a5e34a7
Compare
Choose a tag to compare
Version 0.21.2 Pre-release
Pre-release

0.21.2 (2024-01-22)

Bug Fixes

  • metadata folder types get packaged incorrectly (e2ac4f6)

Version 0.21.1

08 Jan 12:08
Compare
Choose a tag to compare
Version 0.21.1 Pre-release
Pre-release

0.21.1 (2024-01-08)

Bug Fixes

  • bulk jobs incorrectly set LineEnding to CRLF instead of LF when not defined (3703f65)
  • delay file detection by 1 sec when running on MacOS to improve startup performance on MacOS (48db006)
  • ingest job doesn't properly validate chunkDataSize causing it to exceeds the API limit (074dfe2)

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)