Releases: envoyproxy/envoy-mobile
Releases · envoyproxy/envoy-mobile
v0.4.6.20220620
v0.4.6.20220620
v0.4.6.20220614
v0.4.6.20220614
v0.4.6.20220606
v0.4.6.20220606
v0.4.6.20220530
v0.4.6.20220530
v0.4.6.20220525
v0.4.6.20220525
v0.4.6.20220513-4
Breaking changes:
- api: replace the
drainConnections()
method with a broaderresetConnectivityState()
. (#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
v0.4.6.20220513-3
v0.4.6.20220513-2
v0.4.6.20220513-2
v0.4.6.20220513
v0.4.6.20220513
v0.4.6
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)