Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish New Versions (v2) #2477

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

Publish New Versions (v2) #2477

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 1, 2025

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

api-example

[2.0.20]

Dependencies

  • Upgraded to log@2.3.0

api-example-js

[2.0.16]

Dependencies

  • Upgraded to log-js@2.3.0

log

[2.3.0]

feat

  • 0248150 (Support BYO Logging #2377 by @3lpsy) Add a is_skip_logger flag to the Log Plugin Builder struct, a skip_logger() method to the Builder, and logic to avoid acquiring (creating) a logger and attaching it to the global logger. Since acquire_logger is pub, a LoggerNotInitialized is added and returned if it's called when the is_skip_looger flag is set. Overall, this feature permits a user to avoid calling attach_logger which can only be called once in a program's lifetime and allows the user to control the logger returned from logger(). Additionally, it also will allow users to generate multiple Tauri Mock apps in test suites that run and parallel and have the log plugin attached (assuming they use skip_logger()).

log-js

[2.3.0]

feat

  • 0248150 (Support BYO Logging #2377 by @3lpsy) Add a is_skip_logger flag to the Log Plugin Builder struct, a skip_logger() method to the Builder, and logic to avoid acquiring (creating) a logger and attaching it to the global logger. Since acquire_logger is pub, a LoggerNotInitialized is added and returned if it's called when the is_skip_looger flag is set. Overall, this feature permits a user to avoid calling attach_logger which can only be called once in a program's lifetime and allows the user to control the logger returned from logger(). Additionally, it also will allow users to generate multiple Tauri Mock apps in test suites that run and parallel and have the log plugin attached (assuming they use skip_logger()).

@github-actions github-actions bot added the version updates PRs that will publish new plugin versions label Mar 1, 2025
@github-actions github-actions bot requested a review from a team as a code owner March 1, 2025 15:20
@github-actions github-actions bot force-pushed the ci/release-v2 branch 3 times, most recently from dcd0b95 to 46b23d0 Compare March 3, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version updates PRs that will publish new plugin versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant