Releases: envoyproxy/envoy-mobile
Releases · envoyproxy/envoy-mobile
v0.4.0.04282021
Release for dispatcher overhaul, which in addition to cleaning up threading and dispatch:
- scopes Envoy state to the main thread's lifetime
- queues Pulse calls during startup
v0.4.0.04272021
Last release pre-dispatch overhaul.
v0.4.0
This is a large release. Moving forward the team will aim to release smaller version updates.
The following is a very high-level overview of the larger changes going into this release.
Richer Platform-level Feature Set:
- Adds pluggable logging capabilities via
setLogger
- Adds platform APIs for emitting time-series data
- Adds platform Filters
- Adds API for accessing arbitrary strings from platform runtime via
addStringAccessor
Additional Language Bindings:
- Alpha version of python APIs via C++ bindings
- Alpha version exposing cronet compatible APIs
Continued Bug fixes uncovered by additional testing:
- Fixes several memory management corner-cases
- Fixes several issues that have led to production crashes
Additional hardening of the codebase via extensive testing:
- Adds end-to-end testing that covers roundtrip code execution from the platform layer to the core layer.
- Adds coverage CI runs for core C++ core
v0.3.1.04232021
release: 0.3.1.04232021 (#1406) Signed-off-by: Jose Nino <[email protected]>
v0.3.1.04202021
release: v0.3.1.04202021 (#1398) Signed-off-by: Jose Nino <[email protected]>
v0.3.1.04152021
add CODEOWNERS for Cronvoy/Cronet sources (#1382) Adding some new friends Signed-off-by: Alan Chiu <[email protected]> For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/master/PULL_REQUESTS.md) Description: add CODEOWNERS for Cronvoy/Cronet sources Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: n/a [Optional Fixes #Issue] [Optional Deprecated:]
v0.3.1.03302021
release: 0.3.1.03302021 (#1331) Signed-off-by: Jose Nino <[email protected]>
v0.3.1.03019021
jni: Fix JvmStringAccessorContext.getEnvoyString accessor in jni_inte…
v0.3.1.03018021: memory leak: fix jni memory leak on resume filter (#1309)
Description: fixes memory leak per comment in https://github.com/envoyproxy/envoy-mobile/pull/1305/files#r595575188 Risk Level: med Testing: local repro Signed-off-by: Jose Nino <[email protected]>
v0.3.1.03172021
jni utility: create utility function from envoy_data to jbyteArray (#…