You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/log/CHANGELOG.md

11 KiB

Changelog

[2.4.0]

feat

  • 60fc35d3 (#2576 by @3lpsy) Add a tracing feature to the log plugin that emits log messages to the tracing system.

[2.3.1]

[2.3.0]

feat

  • 02481501 (#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()).

[2.2.3]

[2.2.2]

[2.2.1]

[2.2.0]

  • 3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.

[2.0.2]

[2.0.1]

[2.0.2]

  • 606fa08d (#1997 by @renovate) Potentially breaking: Updated fern from 0.6 to 0.7. This is technically a breaking change because fern is re-exported in tauri-plugin-log.

[2.0.1]

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

[2.0.0-rc.1]

[2.0.0-rc.1]

[2.0.0-rc.0]

[2.0.0-beta.9]

[2.0.0-beta.9]

  • 20a1d24e (#1579 by @lucasfernog) Added Builder::split which returns the raw logger implementation so you can pipe to other loggers such as multi_log or tauri-plugin-devtools.

[2.0.0-beta.8]

[2.0.0-beta.7]

[2.0.0-beta.6]

[2.0.0-beta.5]

[2.0.0-beta.4]

[2.0.0-beta.3]

  • ed46dca Added attachLogger helper function to register a function that should be called for each log entry.

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

[2.0.0-beta.2]

[2.0.0-beta.1]

[2.0.0-beta.0]

[2.0.0-alpha.5]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.

[2.0.0-alpha.4]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.

[2.0.0-alpha.3]

  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.

[2.0.0-alpha.2]

  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.

[2.0.0-alpha.2]

[2.0.0-alpha.1]

[2.0.0-alpha.0]