Skip to content

Releases: envoyproxy/envoy-mobile

v0.4.6.20220620

20 Jun 13:24
Compare
Choose a tag to compare
v0.4.6.20220620 Pre-release
Pre-release
v0.4.6.20220620

v0.4.6.20220614

14 Jun 00:28
Compare
Choose a tag to compare
v0.4.6.20220614 Pre-release
Pre-release
v0.4.6.20220614

v0.4.6.20220606

06 Jun 13:24
Compare
Choose a tag to compare
v0.4.6.20220606 Pre-release
Pre-release
v0.4.6.20220606

v0.4.6.20220530

30 May 13:28
Compare
Choose a tag to compare
v0.4.6.20220530 Pre-release
Pre-release
v0.4.6.20220530

v0.4.6.20220525

25 May 02:36
Compare
Choose a tag to compare
v0.4.6.20220525 Pre-release
Pre-release
v0.4.6.20220525

v0.4.6.20220513-4

13 May 15:49
196383c
Compare
Choose a tag to compare
v0.4.6.20220513-4 Pre-release
Pre-release

Breaking changes:

  • api: replace the drainConnections() method with a broader resetConnectivityState(). (#2225).

Bugfixes:

  • iOS: change release artifacts to use xcframeworks (#2216)
  • iOS: fix CocoaPods releases (#2215)
  • fix bug where writing prevented the read loop from running (#2221)
  • Android: update Kotlin standard libraries to 1.6.21 (#2256)

Features:

  • api: add option to extend the keepalive timeout when any frame is received on the owning HTTP/2 connection. (#2229)
  • api: add option to control whether Envoy should drain connections after a soft DNS refresh completes. (#2225, #2242)
  • android: enable the filtering of unroutable families by default. (#2267)

v0.4.6.20220513-3

13 May 15:27
7303c65
Compare
Choose a tag to compare
v0.4.6.20220513-3 Pre-release
Pre-release
v0.4.6.20220513-3

v0.4.6.20220513-2

13 May 14:01
8672c10
Compare
Choose a tag to compare
v0.4.6.20220513-2 Pre-release
Pre-release
v0.4.6.20220513-2

v0.4.6.20220513

13 May 13:34
4f00f77
Compare
Choose a tag to compare
v0.4.6.20220513 Pre-release
Pre-release
v0.4.6.20220513

v0.4.6

26 Apr 14:12
f7a4ef4
Compare
Choose a tag to compare

Breaking changes:

  • iOS: the minimum supported iOS version is now 12.0 (#2084)

Bugfixes:

  • happy eyeballs: fix missing runtime configuration (#2068)
  • iOS: fix CocoaPods releases (#2175)
  • android: fix Maven releases (#2183)
  • dns: prevent dns refresh if network is unchanged (#2122)
  • happy eyeballs: fix crash on Android (#2132)
  • ios: fix termination crash in ProvisionalDispatcher (#2059)

Features:

  • api: added Envoy's response flags to final stream intel (#2009)
  • size: the size of the dynamic library was reduced by ~46% (#2053)
  • tls: updated the bundled root certificates (#2016)
  • api: expose "received byte count" in the Java API (#2004)
  • bazel: allow configuring Android toolchain versions (#2041)
  • ios: add explicit flow control onSendWindowAvailable to public interface (#2046)
  • api: add option to add a list of H2-Raw domain names (#2088)
  • ios: add support for toggling trust chain verification (#2104)
  • api: add support for configuring minimum DNS refresh rate and per-host max connections (#2123)
  • h3/quic: add experimental option to the Android/JVM EngineBuilder (#2163)
  • android: include debug info in release binary (#2188)