Skip to content

Latest commit

 

History

History
877 lines (489 loc) · 45.2 KB

CHANGELOG.md

File metadata and controls

877 lines (489 loc) · 45.2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.36.4 (2022-04-28)

Bug Fixes

2.36.3 (2022-04-21)

Bug Fixes

2.36.2 (2022-04-20)

2.36.1 (2022-04-14)

Bug Fixes

2.36.0 (2022-03-23)

Features

Bug Fixes

2.35.3 (2022-02-23)

Bug Fixes

  • always try to clean up aliases and configs (cd0adc4)

2.35.2 (2022-02-16)

Bug Fixes

  • network error tolerance (#517) (676ebfe)
  • remove redundant warnings about no listerners on warnings (7a5bd23)

2.35.1 (2022-02-10)

Bug Fixes

  • add error message on failed settings deploy (e218b1e)
  • prefer instanceUrl for loginUrl on user:create (#518) (c070a87)

2.35.0 (2022-01-25)

Bug Fixes

  • jsforce dep and pjson version realign (#516) (9f35f2f)
  • refresh auth on a connection, too (ff32a70)

2.34.2 (2022-01-25)

2.33.2 (2022-01-25)

Bug Fixes

  • cant use require on json as module use readFileSync instead (3085029)
  • correct import declaration (4c69d2d)
  • exit deploy loop with error on status SucceededPartial (492e891)
  • remove unwanted dep (12ccc3a)
  • save auth info (226bbd2)
  • use correct dir structure (e947fec)

2.33.1 (2021-12-15)

Bug Fixes

  • faye doesn't use custom stuff passed it (b1cefc7)

2.33.0 (2021-12-14)

Features

2.32.0 (2021-12-14)

Features

  • switch sfdx-faye with faye (a0545e5)

Bug Fixes

  • no maxquery warning when records.length is 0 (758f912)

2.31.1 (2021-12-06)

2.31.0 (2021-11-30)

Features

  • bump version of jsforce (7d89024)

2.30.1 (2021-11-30)

Bug Fixes

  • better output for authUrl errors (f3ec729)

2.30.0 (2021-11-25)

Features

2.29.0 (2021-11-17)

Features

  • cleans up old listeners from upgraded instance (e3f2d69)
  • use warnings instead of process in sfdx-core (c1f7e98)
  • warning and telemetry events (80a8039)
  • warning and telemetry events (a04b293)

Bug Fixes

  • transfer listeners when upgrading the global instance to newer version (0a40831)

2.28.4 (2021-11-10)

Bug Fixes

  • bump jsforce types and run unit tests on Windows (#485) (3952c8f)

2.28.3 (2021-11-08)

Bug Fixes

  • fix unit test (d903c04)
  • force new release (124bb74)
  • improve error message when providing an invalid username (2ab4bbd)

2.28.2 (2021-10-13)

Bug Fixes

  • support for .mil sandboxes (9ef35c7)

2.28.1 (2021-10-06)

Bug Fixes

2.28.0 (2021-09-16)

Features

  • add custom templates config (3cf8a8c)
  • add validator for custom templates config (dd2bcfe)
  • update config name (72e84bf)

2.27.2 (2021-08-05)

Bug Fixes

  • improve error handling while removing config props (eecf7b0)

2.27.1 (2021-08-05)

Bug Fixes

  • dont fail when trying to unset sf config keys (#456) (8aff9fd)

2.27.0 (2021-07-29)

Features

2.26.1 (2021-07-19)

Bug Fixes

  • force:org:open force:org:open --urlonly display bug (#439) (2ea0e74)

2.26.0 (2021-07-13)

Features

  • update generate password functionality (#432) (ed65e83)

2.25.1 (2021-06-30)

Bug Fixes

  • set retries to INFINITELY for polling client (31539b4)

2.25.0 (2021-06-30)

Features

  • @W-9517449@ Allow signupTargetLoginUrl to be overridden via env var (#429) (e2b8b36), closes #427

2.24.2 (2021-06-23)

Bug Fixes

  • puts some types back in dependencies (94bea31)

2.24.1 (2021-06-23)

Bug Fixes

2.24.0 (2021-06-08)

Features

  • exported function checkLightningDomain() (#415) (8e75231)

2.23.5 (2021-06-07)

Bug Fixes

  • w-9299422 (login url from config) and fs-parallelization (043bb17)

2.23.4 (2021-06-03)

Bug Fixes

2.23.3 (2021-06-03)

2.23.2 (2021-06-02)

Bug Fixes

  • authinfo returning only lowercase usernames. (#411) (243668e), closes #405

2.23.1 (2021-05-27)

2.23.0 (2021-05-26)

Features

  • export getJwtAudienceUrl (e7d26d2)

Bug Fixes

2.22.0 (2021-05-24)

Features

2.21.0 (2021-05-24)

Features

  • modify authInfo to return username for access token auth (160b7d2)

2.20.11 (2021-05-12)

Bug Fixes

2.20.10 (2021-04-14)

Bug Fixes

  • add another internal test env domain (6ea538f)

2.20.9 (2021-04-05)

Bug Fixes

  • allow = in authUrl tokens (2337fcd)

2.20.8 (2021-04-03)

Bug Fixes

  • debugEnabled should be public (dbd0124)

2.20.7 (2021-04-02)

Bug Fixes

  • add deployRecentValidation (62d367b)
  • add deployRecentValidation (a39c329)
  • add test, clarify comments (8d5679e)

2.20.6 (2021-04-02)

Bug Fixes

  • add REST deploy and test (a1204f8)
  • deploy with REST working :) (ec36851)
  • remove requrie ts-node/register from package (5377fe4)
  • rest deploy without fs :D (9a4202d)
  • working on adding REST deploy (0b3947b)

2.20.5 (2021-03-08)

Bug Fixes

  • qualify a sandbox url via cname lookup (#385) (3e27623)

2.20.4 (2021-03-03)

2.20.3 (2021-02-25)

Bug Fixes

  • await the call to authInfo.save (299499e)
  • web:login fails when org cannot access REST (31b139a)

2.20.2 (2021-02-25)

2.20.1 (2021-02-24)

Bug Fixes

  • await the call to authInfo.save (b26ea70)

2.20.0 (2021-02-22)

Features

  • cache api version on auth info (cb21cf0)

Bug Fixes

  • do not save access token files (46d88b9)

2.19.1 (2021-02-19)

Bug Fixes

  • meet more password requirements (53025f0)

2.19.0 (2021-02-17)

Features

  • add SFDX_DISABLE_DNS_CHECK (2e2cb84)

Bug Fixes

  • move env vars to myDomainResolver (fcf1a4a)
  • revert dns polling timeout to 30 and frequency to 10 (4ba7a63)

2.18.6 (2021-02-17)

Bug Fixes

  • pass decrypted client secret for oauth (#374) (63bf84e)

2.18.5 (2021-02-11)

Bug Fixes

  • filter allowedProperties on getConfigInfo (cbb91e1)
  • no throw on unknown config value (49618db)

2.18.4 (2021-02-10)

Bug Fixes

2.18.3 (2021-02-05)

Bug Fixes

  • update password jsdoc for v51 + return type (390ed8d)

2.18.2 (2021-02-04)

Bug Fixes

  • fixed maxQueryLimit validation (6431065)
  • fixed test descriptions (1455204)
  • improved validation, error message, add test (63e6c4d)
  • maxQueryLimit must be > 0 (a3d9156)

2.18.1 (2021-02-04)

Bug Fixes

  • add space option to write json (51d01aa)

2.18.0 (2021-02-01)

Features

  • falcon usa support w/o createdOrgInstance (ec15d37)
  • more falcon domain support, url case insensitivity (f72b85d)
  • more jwt audience domains (03751ea)

Bug Fixes

  • audience for loginUrls without my in the domain (2bca84c)
  • audiences handle uppercased CS instances (0d6d3ea)
  • audiences use instanceURL (64590cc)
  • support enhanced domains (a89ce21)

2.17.0 (2021-01-29)

Features

Bug Fixes

2.16.6 (2021-01-29)

Bug Fixes

  • add internal mil environment (27e33ae)
  • additional "internal" host (af15447)
  • internal, local, and new stm.force domains (b93f26d)
  • myDomainResolver shouldn't check localhost (c07984e)

2.16.5 (2021-01-29)

Bug Fixes

  • send oauth error to browser (5fd027a)

2.16.4 (2021-01-27)

Bug Fixes

2.16.3 (2021-01-21)

2.16.2 (2021-01-21)

Bug Fixes

  • better error messaging and Steve feedback (20c8977)
  • better error name (43cac98)
  • error name as a constant (92ced7e)
  • export name for testing (fda9ce0)
  • line spacing (89e4dc7)
  • log versions as string (d82fe3e)
  • prevent DNS ENOTFOUND from hitting stdout (1bc473f)

2.16.1 (2021-01-20)

2.16.0 (2021-01-12)

Features

Bug Fixes

2.15.5 (2021-01-07)

Bug Fixes

2.15.4 (2020-12-09)

Bug Fixes

  • windows: throw error when file is not accessible (3c5e5f8)

2.15.3 (2020-12-02)

Bug Fixes

  • added docs around MyDomainResolver constructor method (68d8e52)
  • single package entry is defaulted to default package (badff89)

2.15.2 (2020-11-11)

Bug Fixes

  • config aggregator show changes to local and global config (e3b3a55)
  • localConfig typings now correctly show it might not exist (3cb7716)
  • updated various logic and QOL on User and PermissionSetAssignment (1bab28f)

2.15.1 (2020-11-02)

Bug Fixes

  • move @types/mkdirp to dependencies (e8e5cf7)

2.15.0 (2020-10-30)

Features

  • allow adding property metas to allowedProperties on config (2a264d3)

2.14.0 (2020-10-22)

Features

  • add decrypt option to getFields (ccd32e2)

2.13.0 (2020-10-13)

Features

  • add DeviceOauthService (3e72962)
  • add WebOauthServer for web based auth flow (25cea05)

Bug Fixes

  • add falcon sandboxes (558dd72)
  • mock package json instead of fs (8cba4d1)
  • resolve sfdx project path before checking cache (265e523)

2.12.3 (2020-10-01)

Bug Fixes

  • lifecycle should be a singleton across core versions (66a450b)
  • stub should call resolver at runtime (9002cbf)

2.12.2 (2020-09-28)

Bug Fixes

2.12.1 (2020-09-18)

Bug Fixes

2.12.0 (2020-09-14)

Features

  • add a lot of sync method, add package directory information to the project (#284) (b973901)
  • add scope options (#289) (6bc23ec)
  • support plugin-auth (a1f6eca)

Bug Fixes

  • convert core from tslint -> eslint (d4791c8)
  • query for username during refresh token flow (f640070)
  • some changes regressed toolbelt (#299) (2c571a7)

2.11.0 (2020-08-27)

Features

  • support array of messages when using getMessage (ac7407a)
  • support logfmt style formatting (#273) (2767cbf)

Bug Fixes

  • examples/package.json & examples/yarn.lock to reduce vulnerabilities (d062ccc)
  • wrap logfmt message with double quotes (#280) (3ef407b)

2.10.0 (2020-08-10)

Features

2.9.4 (2020-08-07)

Bug Fixes

  • updated messaging (7f9ab06)
  • fix edge case, updated messaging (a8f9a54)

2.9.3 (2020-08-06)

Bug Fixes

  • changed to be greater than, not greater than or equal to (7f1a12d)

2.9.2 (2020-08-06)

Bug Fixes

  • maxQueryLimit config, return full jsforce result, fix build issue (6c11196)
  • removed promise.reject (d28d649)
  • updated autoFetchQuery method (4d018f6)

2.9.1 (2020-08-04)

Bug Fixes

2.9.0 (2020-07-29)

Features

  • overwriting configStore unset (6095dd6)

2.8.0 (2020-07-27)

Features

  • changed data to be more flexible type (50414f9)

2.7.0 (2020-07-01)

Features

  • adds areFilesEqual / actOn / getContentHash from toolbelt to core (807dc72)

2.6.0 (2020-06-23)

Bug Fixes

  • added line breaks for readability (0f8b857)
  • fixed a capitalization that caused CircleCI to fail (db803a7)
  • updated comments and async for loop (fa3b580)

Features

  • added lifecycleEvents.ts from toolbelt: an event listener/emitter (099478c)

2.5.1 (2020-06-11)

Bug Fixes

  • fix child logger unit test (93da343)
  • log uncaught exception in root logger only (7a80662)
  • mock audience url for unit test (963b696)

2.5.0 (2020-06-08)

Bug Fixes

  • update mkdirp for updated dep (e2b471b)

Features

2.4.1 (2020-05-05)

Bug Fixes

2.4.0 (2020-04-23)

Features

  • create auth info with sfdx auth url (68dbfad)

2.3.1 (2020-04-13)

Bug Fixes

  • use new @salesfore/bunyan library, run tests in node 10 & 12 (#211) (249850d)

2.3.0 (2020-03-20)

Features

  • allow stubbing on single tests (37cef1b)

2.2.0 (2020-02-11)

Features

  • create authinfo with a parent authinfo (9b21226), closes #202

2.1.6 (2020-01-13)

Bug Fixes

  • add config var for telemetry opt out (f79ace3)

2.1.5 (2019-11-15)

Bug Fixes

  • rogue import causing compile issue (d0b5e5c)

2.1.4 (2019-11-04)

Bug Fixes

2.1.3 (2019-10-09)

Bug Fixes

  • make sure when stream processor throws an error we disconnect the streaming client (6dc8de9)

2.1.2 (2019-08-29)

Bug Fixes

  • add debug logger that accepts a function (117dee4)
  • deleting and org auth file never worked (a6a77c6)
  • review feedback (7c1f630)

2.1.1 (2019-07-17)

Bug Fixes

2.1.0 (2019-07-16)

Bug Fixes

  • update secureBuffer cipherName (b55fcde)
  • update secureBuffer cipherName (8e66a0c)
  • use empty string for client secret when client secret is undefined (9513551)

Features

  • add config file for sandbox (db2026e)
  • do not throw error on org.remove if sandbox config doesn't exist (3912993)

2.0.1 (2019-07-02)

Bug Fixes

  • update secureBuffer cipherName (1e8037b)
  • update secureBuffer cipherName (874d5b6)
  • use empty string for client secret when client secret is undefined (0d22a56)

2.0.0 (2019-06-17)

Bug Fixes

  • 🐛 prevent auth files from being accidentally overwritten (06d96fc), closes PR#114
  • add clientId to jwt fields (8a7c040)
  • force version bump to test ci-docs on release (ecb6a66)

BREAKING CHANGES

  • 🧨 some commands that call getCoreConnection with auth options and a username will now throw an error.

1.3.4 (2019-05-02)

Bug Fixes

  • add clientId to jwt fields (8a7c040)
  • force version bump to test ci-docs on release (ecb6a66)

1.3.4 (2019-05-01)

Bug Fixes

  • add clientId to jwt fields (8a7c040)

1.3.4 (2019-04-11)

Bug Fixes

  • add clientId to jwt fields (8a7c040)

1.3.3 (2019-04-04)

Bug Fixes

  • allow aliases with dots (e8b17af)
  • allow packageAliases in sfdx-project.json (8d7b1fe)
  • hide sensitive values from being logged (8505f04)
  • move generating the secretfile path to the catch block (2b9e57d)
  • potential missing key.json file on windows (f94f127)
  • properly invoke callbacks (f03838c)

1.3.2 (2019-03-25)

Bug Fixes

  • revert of throwing auth error (f6ebe12)

1.3.1 (2019-03-25)

Bug Fixes

  • prevent auth files from being inadvertently overwritten (45195c1)
  • update test and don't throw when auth file not found (75af396)

1.3.0 (2019-03-19)

Features

  • support wrapping a string (2445003)

1.2.3 (2019-03-18)

Bug Fixes

  • @W-5907580@ respect code if it exist (5263fe2)
  • do not let name and code get out-of-date is name is set (3e5914e)
  • security update and patch to allow colons in filepaths for windows (a385b40)
  • use name by default for code (c5283d3)

1.2.2 (2019-02-11)

Bug Fixes

  • use default options off the constructor (368a5f1)

1.2.1 (2019-01-31)

Bug Fixes

1.2.0 (2019-01-30)

Bug Fixes

  • do not query server if cached (d7ccf99)
  • update to allow stored connected app info (66ea057)

Features

  • determine if a org is a dev hub (586d7ba)

1.1.2 (2018-12-21)

Bug Fixes

  • update contrib doc to trigger build (28c6945)

1.1.1 (2018-12-19)

Bug Fixes

  • bump kit, ts-types, and ts-sinon versions (1f088b4)
  • downgrade jsforce to match sfdx toolbelt (5fba254)
  • fix jsforce types reference (407e3df)
  • migrate from /docs to gh-pages branch (7d36139)

1.1.0 (2018-12-14)

Bug Fixes

  • doc update (7ad690e)
  • ensure AuthInfoConfig can throw when config file not found (f11b84a)
  • move throwOnNotFound option to ConfigFile (924352a)

Features