Skip to content

v0.3.3

Compare
Choose a tag to compare
@mostafa mostafa released this 23 Jan 21:35
· 1419 commits to main since this release
4bdee07

This release contain two major changes:

  1. The logger is now created and initialized after reading configuration from the file, and before loading plugins. This removes the need to have two loggers, one DefaultLogger for plugin registry and the rest of the code, right before the other logger is actually initialized.
  2. Sentry is added for capturing panics and reporting important errors, so they can be fixed in later versions.

What's Changed

Full Changelog: v0.3.2...v0.3.3