Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the ABI to version 0.2.0 so that it works with Envoy 1.17 #19

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a7f810b
Use Rust toolchains with working components. (#16)
PiotrSikora Aug 1, 2020
02ee188
Split licenses check into a separate test target. (#17)
PiotrSikora Aug 1, 2020
3f46b8f
Help other developers get started using this SDK. (#15)
DazWilkin Aug 4, 2020
a7c35a0
Add Bazel support. (#18)
PiotrSikora Aug 4, 2020
998ce82
Add support for setting HTTP bodies. (#2)
gbrail Aug 5, 2020
8f7a993
Release v0.1.1. (#20)
PiotrSikora Aug 5, 2020
efe3483
Update MapType values to match updated Proxy-Wasm ABI v0.1.0. (#7)
yskopets Aug 5, 2020
aa67a50
Release v0.1.2. (#21)
PiotrSikora Aug 5, 2020
feaf133
Update hashbrown to v0.8.2. (#22)
PiotrSikora Aug 11, 2020
b5ec8dd
Add cargo audit and cargo outdated checks. (#23)
PiotrSikora Aug 11, 2020
00782e2
Update chrono to v0.4.15. (#33)
PiotrSikora Aug 15, 2020
b2ad59c
Move optional checks to the end. (#28)
PiotrSikora Aug 15, 2020
f352a8d
Move Bazel to //bazel. (#29)
PiotrSikora Aug 15, 2020
8d1dd06
Fix HTTP body example. (#32)
PiotrSikora Aug 15, 2020
6f32085
Add support for setting network buffers. (#31)
PiotrSikora Aug 15, 2020
e7a6ad0
Add metrics. (#30)
PiotrSikora Aug 15, 2020
3aad1be
Update hashbrown and transitive dependencies. (#45)
PiotrSikora Nov 4, 2020
9f179f8
Allow building for wasm32-wasi target. (#42)
PiotrSikora Nov 4, 2020
d159da4
Make wee-alloc an optional feature. (#38)
yuval-k Nov 4, 2020
adb8fdb
Update rules_rust to latest. (#46)
PiotrSikora Nov 6, 2020
f61a142
Update cargo-raze to latest and regenerate artifacts. (#47)
PiotrSikora Nov 6, 2020
b8921ba
Allow building for wasm32-wasi target using Bazel. (#50)
PiotrSikora Nov 7, 2020
39d49d8
Show getrandom and chrono/time usage in examples. (#51)
PiotrSikora Nov 7, 2020
4cb2db7
Use cargo-raze's gen_buildrs for trusted crates. (#53)
PiotrSikora Nov 12, 2020
9d31236
Add support for nested HTTP callouts. (#56)
Dec 4, 2020
7de2acd
Allow RootContext to create child contexts for streams. (#34)
dgn Dec 4, 2020
85f92f8
Fix warnings from Clippy v1.50.0 (nightly). (#58)
PiotrSikora Dec 4, 2020
56a680a
Release v0.1.3. (#59)
PiotrSikora Dec 4, 2020
42572fb
Cleanup instructions for updating dependencies. (#60)
PiotrSikora Dec 4, 2020
802cab2
Cleanup WORKSPACE. (#61)
PiotrSikora Dec 5, 2020
b9ea6d0
Cleanup examples. (#62)
PiotrSikora Dec 7, 2020
f1a0ec2
Update libc (transitive dependency) to v0.2.81. (#63)
PiotrSikora Dec 7, 2020
8f24e3d
Merge the lastest upstream into proxy-wasm-experimental
nullpo-head Jan 26, 2021
89750dc
Update the declared ABI version to 0.2.0
nullpo-head Jan 27, 2021
711835d
Update the examples so that they use the latest API
nullpo-head Jan 27, 2021
e653d6c
Remove ChildContext for now, which is not used anymore
nullpo-head Jan 28, 2021
41dd8d0
Bump the version to 0.0.8
nullpo-head Feb 2, 2021
bb0c597
Fix bazel build for the fork's crate
nullpo-head Feb 3, 2021
95934d3
Fix clippy erros in bytestring.rs
nullpo-head Feb 3, 2021
d1ac857
Update dependencies
nullpo-head Feb 3, 2021
8a6dba3
Fix Cargo.toml
nullpo-head Feb 3, 2021
bd83275
outdated should check only root deps
nullpo-head Feb 3, 2021
2066490
Fix inconsistent derived traits
nullpo-head Mar 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Force Bazel to use --target=wasm32-wasi
build --platforms=@io_bazel_rules_rust//rust/platform:wasi
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.0
Loading