Skip to content

v39.0.3 - June 24

Compare
Choose a tag to compare
@azlam-abdulsalam azlam-abdulsalam released this 01 Jul 00:00
7d863a5

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