From 7fa1dc2c2b16084c5c96cd6fc02fe4ecd8c3ba33 Mon Sep 17 00:00:00 2001 From: "Ryan P. Brewster" Date: Fri, 7 Dec 2018 13:39:21 -0800 Subject: [PATCH] better link --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5388a7b9..6639dabd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,2 @@ fixed - Firestore Emulator bug when running in Java 10 + Java 11 environments (due to better system clock granularity) -changed - Firestore Emulator now binds to IPv6 loopback address by default (previous behavior was to bind to "localhost", which was usually IPv4-only). This improves gRPC performance significantly due to grpc/grpc#17282. +changed - Firestore Emulator now binds to IPv6 loopback address by default (previous behavior was to bind to "localhost", which was usually IPv4-only). This improves gRPC performance significantly due to https://github.com/grpc/grpc/issues/17282.