Releases: envoyproxy/envoy-mobile
Releases · envoyproxy/envoy-mobile
v0.2.2.021820
weekly release
v0.2.2.021120
release: update envoy ref and tag 0.2.2.021120 (#678) This bump brings in two relevant fixes envoyproxy/envoy#10002 fixes #677 envoyproxy/envoy#10003 fixes #671 Signed-off-by: Jose Nino <[email protected]>
v0.2.2.021020
tag weekly release v0.2.2.021020 (#676) Signed-off-by: Michael Rebello <[email protected]>
v0.2.2
Envoy Mobile v0.2.2 changes how network requests are performed to no longer use Envoy's AsyncClient
and to instead consume the ApiListener
directly (#616).
Additional changes:
v0.2.1.310120
Jan 31, 2020 weekly bump
Included artifacts are from master artifact build
v0.2.1.220120
Jan 22, 2020 weekly bump
Included artifacts are from master artifact build
v0.2.1
This release of Envoy Mobile contains some small improvements:
- Maven release script for Android builds
- Streams are now limited to a single "terminal" callback
- Keepalive settings are now in place to better support connection switching and long-lived streams
- Properly support IPv6 networks by using updated DNS settings
v0.2.0
Envoy Mobile v0.2 is a fundamental shift in how mobile clients use Envoy. Envoy Mobile now provides native Swift/Kotlin APIs that call through to Envoy directly (rather than using Envoy as a proxy), which apps use to create and interact with network streams.
This release includes a variety of new functionality:
- HTTP request and streaming support
- gRPC streaming support through a built-in codec
- Automatic retries using Envoy's retry policies
- Programmatic, typed configuration for launching the Envoy network library