diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de6390..451b28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# [1.1.0](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.10...1.1.0) (2024-11-19) + +### Bug Fixes + +- @W-17233341 - minor changes for got version ([ac25dc0](https://github.com/salesforcecli/plugin-data-seeding/commit/ac25dc00a592cd6f0548733425aafa660a7e522d)) +- **@W-17233341:** changes for minting JWT and SFAP endpoints ([2cceecc](https://github.com/salesforcecli/plugin-data-seeding/commit/2cceecc2408622ca46ef9cf3d195387b7fd94a15)) +- **@W-17233341:** changes for minting JWT and SFAP endpoints ([d1eac95](https://github.com/salesforcecli/plugin-data-seeding/commit/d1eac950abf3c08bcb3529013b098c51200fb752)) +- **@W-17233341:** changes for minting JWT and SFAP endpoints ([6da3f00](https://github.com/salesforcecli/plugin-data-seeding/commit/6da3f00cdab9f36c84ded35190d534575b8711b0)) +- async stop and partial complete ([3107ad1](https://github.com/salesforcecli/plugin-data-seeding/commit/3107ad1bfc356bcf0e5041d613bead1cd08de476)) +- **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([7db83c5](https://github.com/salesforcecli/plugin-data-seeding/commit/7db83c57cdfc13c2ff720e948f3bec255f691c92)) +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([6c5255c](https://github.com/salesforcecli/plugin-data-seeding/commit/6c5255c940347f4e6ae938e4605c92896d0e9f0c)) +- **deps:** bump @oclif/multi-stage-output from 0.7.11 to 0.7.12 ([77bc12f](https://github.com/salesforcecli/plugin-data-seeding/commit/77bc12fa6e0ac1f207a2dff95f82c471614b89f3)) +- **deps:** bump @oclif/multi-stage-output from 0.7.7 to 0.7.11 ([a17a75f](https://github.com/salesforcecli/plugin-data-seeding/commit/a17a75f622f965cf04f862af8aa8cd435df8a911)) +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([6216238](https://github.com/salesforcecli/plugin-data-seeding/commit/6216238df09ba7232b07fbdfef5ac32894d72f05)) +- **deps:** bump form-data from 4.0.0 to 4.0.1 ([b2e8c93](https://github.com/salesforcecli/plugin-data-seeding/commit/b2e8c936631dbb9a08bb0fb598a0ea730e139a9b)) +- **deps:** bump got from 14.4.2 to 14.4.3 ([79f1a34](https://github.com/salesforcecli/plugin-data-seeding/commit/79f1a34917b710c094a073e0e4c57673ff1aaeb1)) +- **deps:** bump got from 14.4.3 to 14.4.4 ([6b080d6](https://github.com/salesforcecli/plugin-data-seeding/commit/6b080d63b21d08c7f065dd0f93720b0ed8a3ec96)) +- disable mso timers on async ([ef592ef](https://github.com/salesforcecli/plugin-data-seeding/commit/ef592ef62bb18904ddc9815ae060f7a4550bbccf)) +- edit message for new data seeding commands ([12a7c03](https://github.com/salesforcecli/plugin-data-seeding/commit/12a7c038dc4e402caab687b942ead14bdf1530a6)) + +### Features + +- async, timeout, mso refactor ([c3e57e1](https://github.com/salesforcecli/plugin-data-seeding/commit/c3e57e1b508721cb7c85f2a44a8c21f7608249b4)) +- report command, refactor, mso updates ([b1909c8](https://github.com/salesforcecli/plugin-data-seeding/commit/b1909c85311af35c6ce01c09942e16af9665cc27)) +- report commands, restructuring ([8209848](https://github.com/salesforcecli/plugin-data-seeding/commit/8209848c95153f79281656a53c988c0fb8a4c7d3)) +- use-most-recent cache ([d45b343](https://github.com/salesforcecli/plugin-data-seeding/commit/d45b343e2fda895cc2816bd400cd705ebbe2fecf)) + ## [1.0.10](https://github.com/salesforcecli/plugin-data-seeding/compare/1.0.9...1.0.10) (2024-10-13) ### Bug Fixes diff --git a/README.md b/README.md index e73207e..9c57e84 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ EXAMPLES ./config/seed-config.json --wait 5 ``` -_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/v1.0.10/src/commands/data-seeding/generate/index.ts)_ +_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.0/src/commands/data-seeding/generate/index.ts)_ ## `sf data-seeding generate report` @@ -201,7 +201,7 @@ EXAMPLES $ sf data-seeding generate report --use-most-recent ``` -_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/v1.0.10/src/commands/data-seeding/generate/report.ts)_ +_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.0/src/commands/data-seeding/generate/report.ts)_ ## `sf data-seeding migrate` @@ -254,7 +254,7 @@ EXAMPLES ./config/data-seed.json --wait 5 ``` -_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/v1.0.10/src/commands/data-seeding/migrate/index.ts)_ +_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.0/src/commands/data-seeding/migrate/index.ts)_ ## `sf data-seeding migrate report` @@ -289,6 +289,6 @@ EXAMPLES $ sf data-seeding migrate report --use-most-recent ``` -_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/v1.0.10/src/commands/data-seeding/migrate/report.ts)_ +_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.0/src/commands/data-seeding/migrate/report.ts)_ diff --git a/package.json b/package.json index 68af52d..7066630 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-data-seeding", "description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.", - "version": "1.0.10", + "version": "1.1.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {