Skip to content

Releases: hardisgroupcom/sfdx-hardis

v5.10.1

12 Dec 09:18
Compare
Choose a tag to compare

What's Changed

  • Fix sfdx-hardis docker image build by adding coreutils in dependencies by @nvuillam in #923

Full Changelog: v5.10.0...v5.10.1

v5.10.0

12 Dec 08:11
Compare
Choose a tag to compare

What's changed

  • Update Docker base image to alpine to 3.21

Full Changelog: v5.9.3...v5.10.0

v5.9.3

12 Dec 07:08
Compare
Choose a tag to compare

What's Changed

  • hardis:org:data:import: Allow to run the command in production using, by either:
    • Define sfdmuCanModify in your .sfdx-hardis.yml config file. (Example: sfdmuCanModify: prod-instance.my.salesforce.com)
    • Define an environment variable SFDMU_CAN_MODIFY. (Example: SFDMU_CAN_MODIFY=prod-instance.my.salesforce.com)

Pull Requests

Full Changelog: v5.9.2...v5.9.3

v5.9.2

09 Dec 23:06
Compare
Choose a tag to compare

What's Changed

  • Fallback message in case sfdx-hardis is not able to parse newest SF CLI errors format. by @nvuillam in #919

Full Changelog: v5.9.1...v5.9.2

v5.9.1

09 Dec 17:30
Compare
Choose a tag to compare

What's Changed

  • Fix issue that generates valid Pull Request comment whereas there is 1 error
  • Add TS test case
  • Upgrade NPM dependencies

Pull Requests

  • fix(deps): bump isomorphic-dompurify from 2.16.0 to 2.18.0 by @dependabot in #916
  • chore(dev-deps): bump oclif from 4.15.29 to 4.16.0 by @dependabot in #914
  • chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.3.32 to 5.3.38 by @dependabot in #913
  • fix(deps): bump puppeteer-core from 23.9.0 to 23.10.1 by @dependabot in #915
  • Fix issue that generates valid Pull Request comment whereas there is 1 error by @nvuillam in #918

Full Changelog: v5.9.0...v5.9.1

v5.9.0

02 Dec 22:02
Compare
Choose a tag to compare

What's Changed

  • hardis:org:monitor:backup: New mode --full, much slower than default filtered one, but that can retrieve ALL metadatas of an org
  • Upgrade documentation
  • Upgrade npm dependencies

Pull Requests

Full Changelog: v5.8.1...v5.9.0

v5.8.1

26 Nov 09:11
Compare
Choose a tag to compare

What's Changed

Pull Requests

  • check git history for .cls files instead of .cls-meta.xml by @k-capehart in #903

New Contributors

Full Changelog: v5.8.0...v5.8.1

v5.8.0

25 Nov 14:15
Compare
Choose a tag to compare

What's Changed

  • Detect which connected apps are not used anymore, and could be disabled / deleted by @nvuillam in #901

Full Changelog: v5.7.2...v5.8.0

v5.7.2

24 Nov 23:18
Compare
Choose a tag to compare

What's Changed

  • Fix issue with auth just before running a command (ask to run again the same command meanwhile we find a way to avoid that using SF CLI architecture)
  • Upgrade dependencies

Pull Requests

  • fix(deps): bump csv-stringify from 6.5.1 to 6.5.2 by @dependabot in #896
  • fix(deps): bump openai from 4.70.2 to 4.73.0 by @dependabot in #897
  • chore(dev-deps): bump typescript from 5.6.3 to 5.7.2 by @dependabot in #898
  • fix(deps): bump puppeteer-core from 23.6.1 to 23.9.0 by @dependabot in #899
  • Fix issue with auth just before running a command by @nvuillam in #900

Full Changelog: v5.7.1...v5.7.2

v5.7.1

22 Nov 15:51
Compare
Choose a tag to compare

What's Changed

  • In case a prompt is requested during CI and makes a command fail, display the content of the prompt by @nvuillam in #895

Full Changelog: v5.7.0...v5.7.1