v1.4.0
What's Changed
- feat: add support for readonly dir mounting by @mhmd-azeez in #68
- feat: Add Observe SDK support by @mhmd-azeez in #47
- feat: support trace log level by @hilaryRope in #73
- feat!: provide plugins get_log_level runtime function & support levels by @nilslice in #74
- chore: pin wazero to main commit for now by @zshipko in #75
- chore: update kernel by @zshipko in #76
- cleanup: host takes ownership of memory blocks it gets as arguments by @zshipko in #70
NOTE of breaking change:
The ability to set the log level on the *Plugin
itself has been removed in #74. To align with Rust SDK, this is now an SDK-global setting. You can still add a custom logger to each plugin function. The SDK won't print any logs unless there is a log function set for each plugin. The global setting is in line with how libraries are expected to respect the main application's log level.
New Contributors
- @hilaryRope made their first contribution in #73
Full Changelog: v1.3.1...v1.4.0