Releases: flxbl-io/sfp
Releases · flxbl-io/sfp
v39.4.1
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
- @thvd made their first contribution in #135
- @dinhphieu made their first contribution in #134
- @richard-giraud made their first contribution in #138
Full Changelog: v39.2.3...v39.4.1
v39.4.0
v39.3.1
v39.3.0
v39.2.3
v39.2.2
v39.2.1
39.2.1 (2024-08-22)
Features
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
39.2.0 (2024-08-22)
Features
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
v39.0.3 - June 24
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
- @nabondance made their first contribution in #59
- @jonathankretzmer made their first contribution in #68
- @TimPaulaskasDS made their first contribution in #63