Skip to content

Commit

Permalink
release 0.4.1.052822021 (#1495)
Browse files Browse the repository at this point in the history
Description:
- Connection classes will open minimum of 2 under most circumstances to a given endpoint and distribute requests between them (previously, only 1).
- Fixes platform-bridged filters crash when resumed asynchronously after stream termination.
- Adds Pulse support for stats tags.
- Enables configuration of stream idle timeout.
- Disables route timeout by default.
- Introduces a Python interface compatible with the popular Requests library.
- Adds experimental QUIC integration test.
- Adds pure JVM support.

Signed-off-by: Mike Schore <mike.schore@gmail.com>
  • Loading branch information
goaway authored May 28, 2021
1 parent afbd30d commit 5013633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EnvoyMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EnvoyMobile'
s.version = '0.4.0.04282021'
s.version = '0.4.1.05282021'
s.author = 'Lyft, Inc.'
s.summary = 'Client networking libraries based on the Envoy project'
s.homepage = 'https://envoy-mobile.github.io'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0.04282021
0.4.1.05282021

0 comments on commit 5013633

Please sign in to comment.