v0.2.0
Pre-release
Pre-release
What's Changed
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #79
- feat(introspect): extract
wrpc-introspect
crate by @rvolosatovs in #83 - chore(rust): update wasmtime by @rvolosatovs in #84
- build(deps): bump syn from 2.0.65 to 2.0.66 by @dependabot in #85
- build(deps): bump hyper-util from 0.1.3 to 0.1.4 by @dependabot in #88
- build(deps): bump hyper-rustls from 0.27.1 to 0.27.2 by @dependabot in #89
- build(deps): bump proc-macro2 from 1.0.83 to 1.0.84 by @dependabot in #87
- build(deps): bump serde from 1.0.202 to 1.0.203 by @dependabot in #86
- build(deps): bump hyper-util from 0.1.4 to 0.1.5 by @dependabot in #91
- feat(rust): rework
wrpc-transport
by @rvolosatovs in #81 - chore: remove unused
wrpc-wasmtime-nats
runtime module by @rvolosatovs in #95 - chore: deprecate old
wrpc_transport
by @rvolosatovs in #96 - chore: move interfaces to separate repos by @rvolosatovs in #97
- build(deps): bump tokio from 1.37.0 to 1.38.0 by @dependabot in #98
- build(deps): bump proc-macro2 from 1.0.84 to 1.0.85 by @dependabot in #99
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in #100
- sync codec with latest spec changes by @rvolosatovs in #102
- chore: sync
wasmtime
implementation with latest design by @rvolosatovs in #103 - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in #106
- build(deps): bump wasm-tokio from 0.4.0 to 0.4.1 by @dependabot in #107
- doc: reformat README.md by @rvolosatovs in #109
- doc: link to component model spec by @rvolosatovs in #110
- ci: update Nix actions by @rvolosatovs in #111
- chore(nix): do not hash docs by @rvolosatovs in #113
- doc: add
ADOPTERS.md
by @rvolosatovs in #115 - feat(wit-bindgen-rust) Implement resource handle support for
wit-bindgen-wrpc
by @jacobvm04 in #108 - doc: add
CONTRIBUTING.md
by @rvolosatovs in #117 - doc: add
SECURITY.md
by @rvolosatovs in #118 - doc: document
wrpc_transport
by @rvolosatovs in #119 - chore: update
Cargo.lock
by @rvolosatovs in #120 - chore(nix): do not hash
SECURITY.md
by @rvolosatovs in #121 - build(deps): bump clap from 4.5.4 to 4.5.6 by @dependabot in #123
- build(deps): bump wasm-tokio from 0.4.1 to 0.4.2 by @dependabot in #124
- doc: identify as Bytecode Alliance hosted project by @rvolosatovs in #112
- doc: add CoC by @rvolosatovs in #104
- build(deps): bump clap from 4.5.6 to 4.5.7 by @dependabot in #125
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #128
- build(deps): bump github/codeql-action from 3.25.8 to 3.25.9 by @dependabot in #129
- ci(nix): use BA cache by @rvolosatovs in #130
- feat: implement QUIC transport by @rvolosatovs in #127
- build(deps): bump rustls from 0.23.9 to 0.23.10 by @dependabot in #132
- build(deps): bump github/codeql-action from 3.25.9 to 3.25.10 by @dependabot in #131
- refactor(transport): remove
Invoke::NestedOutgoing
by @rvolosatovs in #133 - build(deps): bump github.com/nats-io/nats.go from 1.35.0 to 1.36.0 in /go by @dependabot in #135
- build(deps): bump wasm-tokio from 0.5.2 to 0.5.5 by @dependabot in #138
- build(deps): bump webpki-roots from 0.26.2 to 0.26.3 by @dependabot in #139
- feat(transport): add value codec by @rvolosatovs in #140
- build(deps): bump curve25519-dalek from 4.1.2 to 4.1.3 by @dependabot in #141
- build(deps): bump url from 2.5.1 to 2.5.2 by @dependabot in #142
- fix(transport): rework trait bounds by @rvolosatovs in #143
- build(deps): bump proc-macro2 from 1.0.85 to 1.0.86 by @dependabot in #144
- build(deps): bump wasm-tokio from 0.5.7 to 0.5.8 by @dependabot in #146
- build(deps): bump syn from 2.0.66 to 2.0.67 by @dependabot in #145
- build(deps): bump syn from 2.0.67 to 2.0.68 by @dependabot in #148
- feat(transport): add
Encode
andDecode
traits by @rvolosatovs in #147 - feat(runtime-wasmtime): add granular linking API by @rvolosatovs in #149
- build(deps): bump bitflags from 2.5.0 to 2.6.0 by @dependabot in #150
- build(deps): bump wasm-tokio from 0.5.8 to 0.5.12 by @dependabot in #151
- build(deps): bump serde_json from 1.0.117 to 1.0.118 by @dependabot in #152
- feat(transport): expand codec implementations by @rvolosatovs in #153
- fix(win-bindgen-go): fix leb128 decoding by @tchap in #154
- build(deps): bump wasm-tokio from 0.5.12 to 0.5.14 by @dependabot in #156
- feat(wit-bindgen-go): align flags decoding by @tchap in #157
- build(deps): bump serde_json from 1.0.118 to 1.0.119 by @dependabot in #158
- build(deps): bump clap from 4.5.7 to 4.5.8 by @dependabot in #159
- build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #160
- chore(wit-bindgen-rust): switch to new transport abstraction by @rvolosatovs in #155
- chore: update deps by @rvolosatovs in #161
- chore: release by @rvolosatovs in #162
- build(deps): bump serde_json from 1.0.119 to 1.0.120 by @dependabot in #163
- feat(rust): add full async support by @rvolosatovs in #164
New Contributors
- @jacobvm04 made their first contribution in #108
- @tchap made their first contribution in #154
Full Changelog: v0.1.3...v0.2.0