Skip to content

Releases: forcedotcom/sfdx-core

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)

v1.3.0

19 Mar 22:08
Compare
Choose a tag to compare

1.3.0 (2019-03-19)

Features

  • support wrapping a string (2445003)

v1.2.3

18 Mar 02:35
Compare
Choose a tag to compare

1.2.3 (2019-03-18)

Bug Fixes

  • @W-5907580@ respect code if it exist (5263fe2)
  • do not let name and code get out-of-date is name is set (3e5914e)
  • security update and patch to allow colons in filepaths for windows (a385b40)
  • use name by default for code (c5283d3)

v1.2.2

11 Feb 17:42
Compare
Choose a tag to compare

1.2.2 (2019-02-11)

Bug Fixes

  • use default options off the constructor (368a5f1)

v1.2.1

31 Jan 01:49
Compare
Choose a tag to compare

1.2.1 (2019-01-31)

Bug Fixes

v1.2.0

30 Jan 22:56
Compare
Choose a tag to compare

1.2.0 (2019-01-30)

Bug Fixes

  • do not query server if cached (d7ccf99)
  • update to allow stored connected app info (66ea057)

Features

  • determine if a org is a dev hub (586d7ba)

v1.1.2

21 Dec 19:57
Compare
Choose a tag to compare

1.1.2 (2018-12-21)

Bug Fixes

  • update contrib doc to trigger build (28c6945)