proxy-wasm / proxy-wasm-cpp-sdk

WebAssembly for Proxies (C++ SDK)
Apache License 2.0
140 stars 68 forks source link

Envoy 1.14.5 compatibility #66

Closed stoader closed 3 years ago

stoader commented 3 years ago

Can you provide some details on what branch/tag/commit points to the latest commit for Envoy 1.14.5? My understanding is that the envoy-release/v1.15 is for Envoy 1.15 and the SDK built from this branch is not compatible with Envoy 1.14.5

PiotrSikora commented 3 years ago

I'm afraid that this repo was created after we shipped Istio 1.6 (based on Envoy 1.14.x), and it was first used in Istio 1.7 (based on Envoy 1.15.x), so there is no version of the SDK here that's guaranteed to work with such old release.

Your best bet would be using api/wasm/cpp from Istio 1.6, but so many bugs were fixed since then, that you should really consider using more recent version.

stoader commented 3 years ago

Thank you for the quick reponse.