What's Changed
- build: update dependencies by @rvolosatovs in #405
- fix(transport): do not panic on invalid future decoder usage by @rvolosatovs in #407
- chore: address clippy warnings by @rvolosatovs in #408
- build(deps): bump serde_json from 1.0.129 to 1.0.132 by @dependabot in #409
- build(deps): bump syn from 2.0.79 to 2.0.82 by @dependabot in #410
- build(deps): bump wasmparser from 0.218.0 to 0.219.1 by @dependabot in #411
- build(deps): bump prettyplease from 0.2.22 to 0.2.24 by @dependabot in #412
- feat: use
wasm32-wasip2
by @rvolosatovs in #406 - build(deps): bump bytes from 1.7.2 to 1.8.0 by @dependabot in #413
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #418
- build(deps): bump tokio from 1.40.0 to 1.41.0 by @dependabot in #417
- build(deps): bump serde from 1.0.210 to 1.0.213 by @dependabot in #415
- build(deps): bump anyhow from 1.0.90 to 1.0.91 by @dependabot in #416
- build(deps): bump proc-macro2 from 1.0.88 to 1.0.89 by @dependabot in #414
- fix(transport): discard async data if receiver is closed by @rvolosatovs in #419
- build(deps): bump prettyplease from 0.2.24 to 0.2.25 by @dependabot in #420
- build(deps): bump syn from 2.0.82 to 2.0.85 by @dependabot in #421
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #422
- feat: extract
wrpc-test
crate and rework features by @rvolosatovs in #423 - build(deps): bump pin-project-lite from 0.2.14 to 0.2.15 by @dependabot in #424
- feat(nats): support two
async-nats
versions by @rvolosatovs in #426 - feat: begin implementation of benchmark suite by @rvolosatovs in #425
- bench(nats): add
greet
benchmark by @rvolosatovs in #427 - bench: benchmark Wasm execution by @rvolosatovs in #428
- build: use latest NATS.io by @rvolosatovs in #429
- bench: enable report generation by @rvolosatovs in #430
- fix(test): set crate desc by @rvolosatovs in #431
- build(nix): update dependencies by @wrpc-bot in #432
- build(deps): bump serde from 1.0.213 to 1.0.214 by @dependabot in #433
- build(deps): bump rustls from 0.23.15 to 0.23.16 by @dependabot in #434
- feat(cli): add support for absolute paths by @rvolosatovs in #435
- feat(nats): demultiplex a single client subscriber by @rvolosatovs in #436
- build(nix): update dependencies by @wrpc-bot in #437
- build(nix): update dependencies by @wrpc-bot in #439
- fix(nats): prevent I/O task from being dropped prematurely by @rvolosatovs in #440
- build(deps): bump syn from 2.0.85 to 2.0.86 by @dependabot in #441
- build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #443
- build(nix): update dependencies by @wrpc-bot in #442
- merge: wit-bindgen 0.34 by @rvolosatovs in #444
- feat!(transport-quic): rework QUIC transport using transport framing by @rvolosatovs in #445
- feat: add support for WebTransport by @rvolosatovs in #448
- build(nix): update dependencies by @wrpc-bot in #446
- build(deps): bump syn from 2.0.86 to 2.0.87 by @dependabot in #447
- feat(webtransport): rework with
wtransport
by @rvolosatovs in #451 - build(deps): bump url from 2.5.2 to 2.5.3 by @dependabot in #450
- chore: rename
web-rust-keyvalue
example by @rvolosatovs in #452 - chore(web-rust-keyvalue): reformat by @rvolosatovs in #453
- build(deps): bump DeterminateSystems/nix-installer-action from 14 to 15 in /.github/actions/install-nix by @dependabot in #449
- feat(example): add ui to web transport demo by @lachieh in #454
- feat(web-keyvalue): wire up wRPC invocations to buttons by @rvolosatovs in #455
- feat(web-keyvalue): add TCP support by @rvolosatovs in #456
- update ui and add output by @lachieh in #459
- build(deps): bump wasmtime from 25.0.2 to 25.0.3 by @dependabot in #457
- build(deps): bump cap-primitives from 3.4.0 to 3.4.1 by @dependabot in #458
- build(nix): update dependencies by @wrpc-bot in #460
- build(deps): bump cap-std from 3.4.0 to 3.4.1 by @dependabot in #461
- feat: add
wasi:keyvalue
Redis implementation by @rvolosatovs in #463 - chore: update wasmtime and deps by @rvolosatovs in #464
- chore: ignore
dump.rdb
by @rvolosatovs in #466 - fix: use correct
wrpc-transport
version by @rvolosatovs in #465
New Contributors
Full Changelog: v0.13.0...v0.14.0