v0.3.3
This release contain two major changes:
- 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. - 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