Skip to content

Releases: hutte-io/hutte-sf-plugin

v3.0.0

01 Oct 07:14
38f0b84
Compare
Choose a tag to compare

3.0.0 (2024-10-01)

Features

  • login via --sfdx-url-stdin flag to avoid writing temp file (c4606a5)
  • migrate sfdx commands to sf (4ff633f)

BREAKING CHANGES

  • @salesforce/cli >= 2.28.6 required

v2.1.1

29 Jul 11:56
87b993b
Compare
Choose a tag to compare

2.1.1 (2024-07-29)

Bug Fixes

  • parse Bitbucket Server Git URLs (aae0097)

v2.1.0

09 Nov 09:02
6cb1ad7
Compare
Choose a tag to compare

2.1.0 (2023-11-09)

Features

  • add org-name flag to authorize command (d61be1c)

v2.0.1

08 Nov 08:56
5ecc43d
Compare
Choose a tag to compare

2.0.1 (2023-11-08)

Bug Fixes

  • update required node version (5bcc344)

v2.0.0

07 Nov 17:09
c1442cd
Compare
Choose a tag to compare

2.0.0 (2023-11-07)

Bug Fixes

  • error handling for HTTP requests (82b7c4b)
  • handle error when no default org present (61084f2)
  • message when creating a branch (8f5e32d)

Code Refactoring

Features

BREAKING CHANGES

  • This plugin has been heavily refactored.
  • We no longer use the deprecated "keytar" npm package to store the API token.

When using "hutte" next time, you'll get an error and need to log in again using "sf hutte auth login".
You can then delete the "hutte-io" entry from the keychain of your OS.

MacOS

  • Open "Keychain Access.app"
  • Search for "hutte-io" of kind application password
  • Right click and delete

Windows

  • Open "Credential Manager"
  • In the "Generic Credential" section, search for "hutte-io"
  • Click "Remove"

v1.3.1

25 Sep 14:20
b5a6706
Compare
Choose a tag to compare

1.3.1 (2023-09-25)

Bug Fixes

v1.3.0

09 Aug 16:41
1c7da37
Compare
Choose a tag to compare

1.3.0 (2023-08-09)

Features

v1.2.0

18 Jul 13:53
ddc4a6b
Compare
Choose a tag to compare

1.2.0 (2023-07-18)

Features

  • add all param to org list command (27258f5)

v1.1.0

23 Jun 15:12
7173598
Compare
Choose a tag to compare

1.1.0 (2023-06-23)

Features

v1.0.2

30 Mar 20:02
e3cac23
Compare
Choose a tag to compare

1.0.2 (2023-03-30)

Bug Fixes

  • deps: update keytar/node-gyp to resolve installation issues (9550b1e)