From 6357aefd034ecb70f1544ec3bff4f65d1e09eba3 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Thu, 24 Sep 2020 10:35:30 -0700 Subject: [PATCH] Updates release notes for 6.13.1 release. --- NEWS.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8141ac0805..240a0dc673 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +## 6.13.1 (2020-09-24): + +* Fixed named-pipe check for lambda invocations to avoid race-condition. + + Named-pipe existence will now be checked just prior to first write and then cached. + +* Updated README with community-plus header. + +* Updated README config copy example. + +* Added Open Source Policy workflow. + +* Removed repository CoC in favor of centralized CoC at org root. + ### 6.13.0 (2020-08-25): * Added ability for the agent to write to a named pipe, instead of stdout, when in serverless mode.