Releases: envoyproxy/envoy-mobile
Releases · envoyproxy/envoy-mobile
v0.3.0.04222020
release: tag 0.3.0.04222020 (#806) Signed-off-by: Michael Rebello <[email protected]>
v0.3.0.04012020
release: weekly update to v0.3.0.04012020 (#780) Signed-off-by: Jose Nino <[email protected]>
v0.3.0.03302020
weekly release v0.3.0.03302020 (#777) Signed-off-by: Jose Nino <[email protected]>
v0.3.0
This is the first release of Envoy Mobile Lyft is using in a production application! 🎉
Since early November, when the team tagged v0.2.0, we have been hard at work to stabilize the library,
and harden it via experiments with Lyft's Alpha and Beta releases. We have released Lyft's production
binaries with Envoy Mobile for a couple weeks now, and are starting to expose a percentage of our
production clients to Envoy Mobile with this release.
Since v0.2.3 we have largely focused on observability:
- Adds improved logging (#701, #702, #722)
- Adds basic stats for retries #718)
- Adds
x-envoy-attempt-count
response header (#751) - Adds visibility over
virtual clusters <https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#config-route-v3-virtualcluster>
_ (#768, #771)
Additional changes:
v0.2.3.03182020
v0.2.3.03162020
v0.2.3.03062020
tag version 0.2.3.03062020 (#739) Signed-off-by: Michael Rebello <[email protected]>
v0.2.3.03052020
tag version 0.2.3.03052020 (#731) This contains a fix for a stats crash (https://github.com/lyft/envoy-mobile/pull/730). Signed-off-by: Michael Rebello <[email protected]>
v0.2.3.03022020
android: fix app lifecycle monitoring with typed config (#724) We should be registering the application for lifecycle callbacks in both the typed config and YAML config cases. Related to https://github.com/lyft/envoy-mobile/pull/717/files. Signed-off-by: Michael Rebello <[email protected]>
v0.2.3
This release provides stabilization fixes as follow-up changes to 0.2.2:
- Fixes race that caused double-deletion of HCM active streams crashing (#669)
- Fixes DNS resolution when starting Envoy Mobile offline on iOS (#672)
- Fixes for API listener crashes (#667 and #674)
- Fixes for linking and assertions (#663)
- Fixes bad access in ~DnsCache() in Envoy upstream (#690)
- Fixes bug in Dynamic Forward Proxy Cluster in Envoy Upstream (#678)
- Adds known issue assertion that prevents crash on force-close (#699)
Additional changes: