Releases: extism/go-sdk
Releases · extism/go-sdk
v1.6.0
v1.5.0
What's Changed
- fix: Remove PluginConfig.LogLevel and set default log level to Off by @mhmd-azeez in #77
- Exposed extism module and added methods to get exported functions by @clarkmcc in #79
New Contributors
Full Changelog: v1.4.0...v1.5.0
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
v1.3.1
What's Changed
- chore: update extism-runtime.wasm by @hellodword in #71
New Contributors
- @hellodword made their first contribution in #71
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.3
v1.0.2
v1.0.1
What's Changed
- Added filesystem access example by @JayJamieson in #55
- chore: update extism-runtime.wasm by @zshipko in #56
New Contributors
- @JayJamieson made their first contribution in #55
Full Changelog: v1.0.0...v1.0.1