diff --git a/RELEASE_NOTES b/RELEASE_NOTES index bd94d447..e2aedcbc 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,11 @@ +2020.5.0 +- 2020-05-01 TUN-2943: Copy certutil from edge into cloudflared +- 2020-05-05 TUN-2955: Fix connection and goroutine leaks when tunnel conection is terminated on error. Only unregister tunnels that had connected successfully. Close edge connection used to unregister the tunnel. Use buffered channels for error channels where receiver may quit early on context cancellation. +- 2020-04-30 TUN-2940: Added delay parameter to stdin reconnect command. +- 2020-04-27 TUN-2921: Rework address selection logic to avoid corner cases +- 2020-04-28 TUN-2872: Exit with non-0 status code when the binary is updated so launchd will restart the service +- 2020-04-13 AUTH-2587 add config watcher and reload logic for access client forwarder + 2020.4.0 - 2020-04-10 TUN-2881: Parameterize response meta information header name in the generating function - 2020-04-11 TUN-2894: ResponseMetaHeader should be public