Releases: extism/go-sdk
Releases · extism/go-sdk
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
v1.0.0
v1.0.0-rc4
What's Changed
- chore: update extism kernel, wrap
length_unsafe
function by @zshipko in #52 - chore: update default error message by @zshipko in #53
Full Changelog: v1.0.0-rc3...v1.0.0-rc4
v1.0.0-rc3 Release
What's Changed
- cleanup: manifest improvements by @zshipko in #42
- docs: small readme fixes by @bhelx in #41
- feat: compilation cache by @mhmd-azeez in #43
- feat: abstract away Wazero's api.ValueType and api.EncodeXX/api.DecodeXX by @mhmd-azeez in #44
- docs: README minor touchups by @G4Vi in #45
- chore: update extism-runtime.wasm by @zshipko in #46
- chore: update extism-runtime.wasm by @zshipko in #48
- fix: add input_offset by @G4Vi in #49
- feat: support EXTISM_ENABLE_WASI_OUTPUT by @nilslice in #51
New Contributors
Full Changelog: v1.0.0-rc2...v1.0.0-rc3
v1.0.0-rc2
What's Changed
- feat: move extism functions to
extism:host/env
namespace by @mhmd-azeez in #31 - fix(test): code.wasm hash by @zshipko in #34
- cleanup: add PTR as an alias for I64 by @zshipko in #35
- chore: remove env shims by @mhmd-azeez in #36
- fix: set default host function namespace to
extism:host/user
by @mhmd-azeez in #37 - doc: remove log from example in readme by @nilslice in #38
- chore: prefix log level consts, minor package updates by @nilslice in #39
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v1.0.0-rc1
What's Changed
- feat: Implement a basic Extism Go SDK by @mhmd-azeez in #1
- fix: Make sure output is copied to a buffer after a function call by @mhmd-azeez in #7
- fix: create separate closure for each host function by @mhmd-azeez in #8
- fix: Typo in README.md by @wikiwong in #9
- feat: display log level names by @nilslice in #10
- refactor: Simplify runtime initialization by @zshipko in #11
- perf: Reduce allocations by @mhmd-azeez in #12
- refactor: change host function API and hide GuestRuntime by @mhmd-azeez in #13
- fix: use uint64 for
Manifest.Timeout
by @zshipko in #15 - chore: update extism kernel by @zshipko in #19
- chore: update extism kernel by @zshipko in #23
- fix: copy buffers read from wasm memory by @mhmd-azeez in #22
- docs: update README to contain some basic usage examples by @mhmd-azeez in #20
- chore: remove old go sdk suggestion, update plugin loading info by @nilslice in #25
- chore: update extism-runtime.wasm by @zshipko in #32
New Contributors
Full Changelog: https://github.com/extism/go-sdk/commits/v1.0.0-rc1