Skip to content

Commit

Permalink
release: v0.3.0 (#773)
Browse files Browse the repository at this point in the history
Description: tagging v0.3.0
Release Notes: updated release notes

Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
junr03 authored Mar 26, 2020
1 parent 16f5fe7 commit ba4dffa
Show file tree
Hide file tree
Showing 3 changed files with 25 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.3.03182020'
s.version = '0.3.0'
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.3.03182020
0.3.0
23 changes: 23 additions & 0 deletions docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Version history
---------------

0.3.0 (Mar 26, 2020)
====================

This is the first release of Envoy Mobile Lyft is using in a production application! 🎉

Since early November, when the team tagged v0.2.0, we have been hard at work to stabilize the library,
and harden it via experiments with Lyft's Alpha and Beta releases. We have released Lyft's production
binaries with Envoy Mobile for a couple weeks now, and are starting to expose a percentage of our
production clients to Envoy Mobile with this release.

Since v0.2.3 we have largely focused on observability:

- Adds improved logging (#701, #702, #722)
- Adds basic stats for retries #718)
- Adds ``x-envoy-attempt-count`` response header (#751)
- Adds visibility over `virtual clusters <https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#config-route-v3-virtualcluster>`_ (#768, #771)

Additional changes:

- Fixes trailers missing on iOS (#703)
- Adds ability to set DNS failure refresh rate (#714)
- Adds docs on the EnvoyClientBuilder (#745)

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

Expand Down

0 comments on commit ba4dffa

Please sign in to comment.