Skip to content

Releases: flxbl-io/sfp

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

sfp v38.4.1 - April 24

29 Apr 01:01
Compare
Choose a tag to compare

sfp v38.4.1 - April 24

What's Changed

  • feat(validate): only trigger tests from impacted packages by @azlam-abdulsalam in #39

    sfp will now only validate impacted packages. This will ensure validation is performant when you have a large number of packages. You can read more on the feature request by @petter-eikeland and the associated decision record here

  • fix(metrics): revert prefix to sfpowerscripts in console log by @nbatterham in #50

  • feat(dependencies): sfp now supports RELEASED packages (#18)

    sfp now supports packages with RELEASED in version number as a dependency and will be resolved accurately, Thanks @Rocko1204 for #20

  • feat(apexparser): upgrade apexparser to 4.0.0 by @azlam-abdulsalam in #49

    This resolves #36 where the underlying apex parser has been updated to he latest version

Full Changelog: https://github.com/flxbl-io/sfp/compare/@flxbl-io/[email protected]...@flxbl-io/[email protected]

sfp v37.1.1 - February 24

12 Mar 05:44
Compare
Choose a tag to compare

sfp v37.1.1 - February 24

Welcome to the first version published from flxbl-io.

Thank you for all your patience, as we had to undergo the rebranding to #flxbl. We have taken this opportunity to initiate a major overhaul of the docs, the command structure and simplify a lot that has been built over the last 4 years. Head over to the transition guide for more details
https://docs.flxbl.io/sfp/transitioning-from-dx-scale/cli

If you are in a hurry, here is the how to install the new cli
npm i -g @flxbl-io/sfp

What's Changed

  • feat(prepare): add a log to display packages that are restricted as per release config (a3b021f)

    sfp will now display packages that are restricted when release config is used

  • feat(install): install to support installation of single artifact
    BREAKING: package install command is now removed
    sfp install (the renamed deploy command) can install a single package

  • feat(impact): add additional options to consider only changed files during release config impact 3a5d87a
    impact:releaseconfig has additional flags that will allow you to determine impacted release configuration considering only changed files compared to a base branch.

  • feat(changelog): add commit links in changelog markdown (b06123f)

  • feat(changelog): display commits in changelog for dryrun (5b34c62)

  • feat: update to v6 of salesforce dependencies #3

  • feat(prepare-c-flag): add noAnchestors option to config #9

  • Update commands in OrgInfoDisplayer class #11

  • feat(release): enhanced support for multiple release definitions in release command #14

  • fix(picklist-background): add retry counter to picklist update in #8

  • feat(deploy): flow activation and deactivation during package installation #17

New Contributors

Full Changelog: https://github.com/flxbl-io/sfp/compare/@dxatscale/[email protected]...@flxblio/[email protected]