Skip to content

Releases: envoyproxy/envoy-mobile

v0.2.2.021820

18 Feb 21:53
9c345f2
Compare
Choose a tag to compare
v0.2.2.021820 Pre-release
Pre-release

weekly release

v0.2.2.021120

11 Feb 21:45
4d4e8c1
Compare
Choose a tag to compare
v0.2.2.021120 Pre-release
Pre-release
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

10 Feb 20:02
63805eb
Compare
Choose a tag to compare
v0.2.2.021020 Pre-release
Pre-release
tag weekly release v0.2.2.021020 (#676)

Signed-off-by: Michael Rebello <[email protected]>

v0.2.2

04 Feb 05:44
a6c4459
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

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:

  • Domain specification when starting the library is no longer supported (#641, #642). Envoy Mobile now uses the authority specified when starting a new stream
  • Less aggressive retry back-off policies (#652)

v0.2.1.310120

31 Jan 18:24
7881531
Compare
Choose a tag to compare
v0.2.1.310120 Pre-release
Pre-release

Jan 31, 2020 weekly bump

Included artifacts are from master artifact build

v0.2.1.220120

23 Jan 18:57
7d0b089
Compare
Choose a tag to compare
v0.2.1.220120 Pre-release
Pre-release

Jan 22, 2020 weekly bump

Included artifacts are from master artifact build

v0.2.1

07 Jan 00:39
9d1117e
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

04 Nov 21:57
078cd2c
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

v0.1.1

11 Sep 22:28
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

This release is identical to v0.1.0, but packages the license and support for additional architectures.

v0.1.0

18 Jun 05:58
01ef051
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial open source release.