Skip to content

Commit

Permalink
chore(release): 4.3.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 29, 2023
1 parent ca2c90b commit c26a636
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.3.5](https://github.com/forcedotcom/sfdx-core/compare/4.3.4...4.3.5) (2023-06-29)


### Bug Fixes

* unset aliases and configs when org is deleted ([a06ce1f](https://github.com/forcedotcom/sfdx-core/commit/a06ce1f7c500313f1f317ec68bb5c98f5aef1728))



## [4.3.4](https://github.com/forcedotcom/sfdx-core/compare/4.3.3...4.3.4) (2023-06-28)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/core",
"version": "4.3.4",
"version": "4.3.5",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"types": "lib/exported.d.ts",
Expand Down Expand Up @@ -174,4 +174,4 @@
]
}
}
}
}

2 comments on commit c26a636

@svc-cli-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: c26a636 Previous: e564c78 Ratio
Child logger creation 9515 ops/sec (±1.62%) 16835 ops/sec (±0.31%) 1.77
Logging a string on root logger 61261 ops/sec (±1.04%) 69643 ops/sec (±0.06%) 1.14
Logging an object on root logger 43235 ops/sec (±0.82%) 60478 ops/sec (±0.15%) 1.40
Logging an object with a message on root logger 20887 ops/sec (±1.21%) 28991 ops/sec (±0.06%) 1.39
Logging an object with a redacted prop on root logger 42576 ops/sec (±1.43%) 54857 ops/sec (±0.08%) 1.29
Logging a nested 3-level object on root logger 41018 ops/sec (±1.58%) 50109 ops/sec (±0.14%) 1.22

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: c26a636 Previous: e564c78 Ratio
Child logger creation 3634 ops/sec (±8.93%) 5066 ops/sec (±1.43%) 1.39
Logging a string on root logger 50213 ops/sec (±1.67%) 59246 ops/sec (±0.93%) 1.18
Logging an object on root logger 42886 ops/sec (±1.03%) 50499 ops/sec (±0.93%) 1.18
Logging an object with a message on root logger 18842 ops/sec (±3.31%) 24162 ops/sec (±1.21%) 1.28
Logging an object with a redacted prop on root logger 39357 ops/sec (±1.23%) 44903 ops/sec (±1.11%) 1.14
Logging a nested 3-level object on root logger 33290 ops/sec (±1.77%) 41273 ops/sec (±0.85%) 1.24

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.