Releases: wasmCloud/provider-sdk-go
Releases · wasmCloud/provider-sdk-go
v0.0.4
v0.0.3
What's Changed
- chore: Remove submodules by @lxfontes in #35
- feat(examples): Add tests to exercise the wRPC endpoints for keyvalue-inmemory provider by @joonas in #37
- feat: Implement RedactedString for redacting sensitive values from logs by @joonas in #36
- chore(ci): Run CI by @joonas in #38
- feature: Go net/http -> wasi:http Proxy by @lxfontes in #34
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore: fix missing info in URL in README.md by @deadprogram in #32
- chore: Renaming
github.com/bytecodealliance/wrpc
towrpc.io/go
by @lxfontes in #33
New Contributors
- @deadprogram made their first contribution in #32
Full Changelog: v0.0.1...v0.0.2
First Release
This inaugural release introduces our package vanity URL go.wasmcloud.dev/provider
.
Please update your imports from
import "github.com/wasmCloud/provider-sdk-go"
to
import "go.wasmcloud.dev/provider"
This release also kicks off semantic versioning for the Provider SDK.