Skip to content

Commit

Permalink
tag release v0.2.3 (#675)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <me@michaelrebello.com>
  • Loading branch information
rebello95 authored Feb 21, 2020
1 parent 0463805 commit dca2651
Show file tree
Hide file tree
Showing 3 changed files with 22 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.2.2.021820'
s.version = '0.2.3'
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.2.2.021820
0.2.3
20 changes: 20 additions & 0 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Version history
---------------

0.2.3 (Feb 21, 2020)
====================

This release provides stabilization fixes as follow-up changes to 0.2.2:

- Fixes race that caused double-deletion of HCM active streams crashing (#669)
- Fixes DNS resolution when starting Envoy Mobile offline on iOS (#672)
- Fixes for API listener crashes (#667 and #674)
- Fixes for linking and assertions (#663)
- Fixes bad access in ~DnsCache() in Envoy upstream (#690)
- Fixes bug in Dynamic Forward Proxy Cluster in Envoy Upstream (#678)
- Adds known issue assertion that prevents crash on force-close (#699)

Additional changes:

- Allows zero for upstream timeout specification (#659)
- Adds process logging for Android (#684)
- Adds the ability to decide upstream protocol for requests (#697)


0.2.2 (Feb 3, 2020)
===================

Expand Down

0 comments on commit dca2651

Please sign in to comment.