Skip to content

Releases: forcedotcom/sfdx-core

v2.1.4

04 Nov 16:33
Compare
Choose a tag to compare

2.1.4 (2019-11-04)

Bug Fixes

v2.1.3

09 Oct 16:32
Compare
Choose a tag to compare

2.1.3 (2019-10-09)

Bug Fixes

  • make sure when stream processor throws an error we disconnect the streaming client (6dc8de9)

v2.1.2

29 Aug 20:40
Compare
Choose a tag to compare

2.1.2 (2019-08-29)

Bug Fixes

  • add debug logger that accepts a function (117dee4)
  • deleting and org auth file never worked (a6a77c6)
  • review feedback (7c1f630)

v2.1.1

17 Jul 23:47
Compare
Choose a tag to compare

2.1.1 (2019-07-17)

Bug Fixes

v2.1.0

16 Jul 20:23
Compare
Choose a tag to compare

2.1.0 (2019-07-16)

Bug Fixes

  • update secureBuffer cipherName (b55fcde)
  • update secureBuffer cipherName (8e66a0c)
  • use empty string for client secret when client secret is undefined (9513551)

Features

  • add config file for sandbox (db2026e)
  • do not throw error on org.remove if sandbox config doesn't exist (3912993)

v2.0.1

02 Jul 22:01
Compare
Choose a tag to compare

2.0.1 (2019-07-02)

Bug Fixes

  • update secureBuffer cipherName (1e8037b)
  • update secureBuffer cipherName (874d5b6)
  • use empty string for client secret when client secret is undefined (0d22a56)

v2.0.0

17 Jun 21:02
Compare
Choose a tag to compare

2.0.0 (2019-06-17)

Bug Fixes

  • 🐛 prevent auth files from being accidentally overwritten (06d96fc), closes PR#114
  • add clientId to jwt fields (8a7c040)
  • force version bump to test ci-docs on release (ecb6a66)

BREAKING CHANGES

  • 🧨 some commands that call getCoreConnection with auth options and a
    username will now throw an error.

v1.3.3

04 Apr 20:05
Compare
Choose a tag to compare

1.3.3 (2019-04-04)

Bug Fixes

  • allow aliases with dots (e8b17af)
  • allow packageAliases in sfdx-project.json (8d7b1fe)
  • hide sensitive values from being logged (8505f04)
  • move generating the secretfile path to the catch block (2b9e57d)
  • potential missing key.json file on windows (f94f127)
  • properly invoke callbacks (f03838c)

v1.3.2

25 Mar 23:06
Compare
Choose a tag to compare

1.3.2 (2019-03-25)

Bug Fixes

  • revert of throwing auth error (f6ebe12)

v1.3.1

25 Mar 16:09
Compare
Choose a tag to compare

1.3.1 (2019-03-25)

Bug Fixes

  • prevent auth files from being inadvertently overwritten (45195c1)
  • update test and don't throw when auth file not found (75af396)