Skip to content

Releases: flxbl-io/sfp

v39.4.1

16 Dec 05:10
a46c12b
Compare
Choose a tag to compare

39.4.1 (2024-12-16)

sfp has been updated to v39.4.1 with the following features/fixes. Thanks everyone for your continued support in 2024.

We wish you and your loved ones the very best of a new year!

What's Changed

  • feat(pool): add password to fetched scratch org from pool by @thvd in #135
  • feat(deps): update dependencies of docker images by @azlam-abdulsalam in #147
  • fix: error in windows "Error: EPERM: operation not permitted, unlink" by @dinhphieu in #134
  • fix(sfppackage): fix handling of URL-encoded spaces in repository URLs by @richard-giraud in #138
  • fix(dependency): fix incorrect dependency resolution by favouring latest by @azlam-abdulsalam in #143

New Contributors

Full Changelog: v39.2.3...v39.4.1

v39.4.0

16 Dec 04:27
ca7337e
Compare
Choose a tag to compare
v39.4.0 Pre-release
Pre-release

39.4.0 (2024-12-16)

Features

  • deps: update dependencies of docker images (#147) (1a8b754)

Bug Fixes

v39.3.1

15 Dec 23:01
cb28125
Compare
Choose a tag to compare
v39.3.1 Pre-release
Pre-release

39.3.1 (2024-12-15)

Bug Fixes

  • an empty commit to trigger release please (d8cb2a3)
  • sfp: add community edition notice (317eff9)

v39.3.0

15 Dec 21:18
9474b83
Compare
Choose a tag to compare
v39.3.0 Pre-release
Pre-release

39.3.0 (2024-12-03)

Features

  • pool: add password to fetched scratch org from pool (#135) (299859b)

Bug Fixes

  • dependency: fix incorrect dependency resolution by favouring latest (#143) (5e0dd5b)
  • error in windows "Error: EPERM: operation not permitted, unlink" (#134) (357b118)
  • sfppackage: fix handling of URL-encoded spaces in repository URLs (#138) (c50cd25)

v39.2.3

22 Oct 12:18
2445302
Compare
Choose a tag to compare

39.2.3 (2024-10-20)

Bug Fixes

  • deps: fix deps to mitigate issuses casued by sfplogger update (#132) (75da44f)
  • typo: fix typo with unlocked package collection log (443bbae)

v39.2.2

02 Sep 07:15
Compare
Choose a tag to compare

39.2.2 (2024-09-02)

Bug Fixes

  • docker: push to rebuild docker (d168ed7)

v39.2.1

28 Aug 21:56
9f1a48b
Compare
Choose a tag to compare

39.2.1 (2024-08-22)

Features

  • dependency:install: add release def filter v2 (#108) (644f700)

Bug Fixes

  • dependency:resolver: missing dependencies due to package directory order (#107) (eb2fa37)
  • docs: update license info (f555bf4)
  • fht: fht/ft not being applied for post deployment (#101) (93a01cf)
  • pool: make pools using snapshot pools respect max allocation (#104) (a39b7d5)
  • schema: fix missing enableFT to schema (#106) (6138447)
  • release: update release title to August 24 (a060838)

v39.2.0

22 Aug 10:49
2d5b1b6
Compare
Choose a tag to compare
v39.2.0 Pre-release
Pre-release

39.2.0 (2024-08-22)

Features

  • dependency:install: add release def filter v2 (#108) (644f700)

Bug Fixes

  • dependency:resolver: missing dependencies due to package directory order (#107) (eb2fa37)
  • docs: update license info (f555bf4)
  • fht: fht/ft not being applied for post deployment (#101) (93a01cf)
  • pool: make pools using snapshot pools respect max allocation (#104) (a39b7d5)
  • schema: fix missing enableFT to schema (#106) (6138447)

v39.1.0

16 Jul 12:17
8d13e41
Compare
Choose a tag to compare

39.1.0 (2024-07-16)

Features

  • diff: update apex link to 3.2.1 (783b1c9)

Bug Fixes

  • add keywords for better discoverability via npmjs.com (#91) (2ae2e64)
  • cicd: fix move to prerelease in root (c886ea1)

v39.0.3 - June 24

01 Jul 00:00
7d863a5
Compare
Choose a tag to compare

39.0.3 (2024-06-30)

Features

  • cicd: allow sfp docker image to build on push to main (9fe94cd)
  • cicd: simplify using release-please (6312fdf)
  • dockerfile: improve mechanism to build locally (#86) (ddcc19f)
  • docker: update sfp cli version (b631f2d)
  • salesforce: Upgrade core libs to v8 (f0c5b62)
  • sfdxSchema: update schema to v8 (389b74a)
  • sfprofiles: update to v5 (f2752d0)

Bug Fixes

  • chore: fix PR template documentation link (#59) (89f1bd3)
  • deploy: 54-Skip deployment when deployment (111c4e9)
  • docker: fix image tagging (8003a4f)
  • sfdxFlags: fix broken compatibility due to v6 to v8 upgrade (8a57ef3)
  • sfpPackage: fix issue with test class not detected (ef40c71)
  • typo: Typos on user outputs and docs (#58) (6279245)
  • utils: fix incorrect commenting of CRUDHelper (aa4f73a)
  • fix(typo): Typos on user outputs and docs by @nabondance in #58
  • fix(deploy): Skip deployment when deployment artifacts filter result is empty
  • chrore(typo): CreateSourcePackageImpl duplicate space in hint for optimized deployment by @alanjaouen in #67
  • chore(docs): fix typo in profile_retrieve.json by @TimPaulaskasDS
  • cicd: update to use version from package.json (37aae9d)

New Contributors