Flipper Release: v0.109.0

Summary: Releasing version 0.109.0

Reviewed By: mweststrate

Differential Revision: D30988723

fbshipit-source-id: 795fef1a475eb3c15ee323626a92e76345239af0
This commit is contained in:
Flipper Bot
2021-09-16 05:44:12 -07:00
committed by Facebook GitHub Bot
parent 9ebdf2e9ac
commit fbe2b590d1
10 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,10 @@
# 0.109.0 (16/9/2021)
* [D30928768](https://github.com/facebook/flipper/search?q=D30928768&type=Commits) - Fixed JavaScript exception on main thread occurring after loading Flipper
* [D30957220](https://github.com/facebook/flipper/search?q=D30957220&type=Commits) - Handle the absence of ADB better
* [D30957786](https://github.com/facebook/flipper/search?q=D30957786&type=Commits) - Added warning about offline emulators in ADB
# 0.108.0 (10/9/2021)
* [D30838947](https://github.com/facebook/flipper/search?q=D30838947&type=Commits) - Improved handling of edge cases in certificate exchange, which should address cases where a Flipper connection wouldn't come up when connection to Android / IOS. Added explicit logging around connection negation.