Skip to content

Releases: wasmCloud/provider-sdk-go

v0.0.4

27 Sep 14:52
56a33cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

13 Sep 21:58
fd7d2c9
Compare
Choose a tag to compare

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

04 Sep 18:16
7f5aa62
Compare
Choose a tag to compare

What's Changed

  • chore: fix missing info in URL in README.md by @deadprogram in #32
  • chore: Renaming github.com/bytecodealliance/wrpc to wrpc.io/go by @lxfontes in #33

New Contributors

Full Changelog: v0.0.1...v0.0.2

First Release

29 Aug 19:29
a673eb1
Compare
Choose a tag to compare

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.