Skip to content

Commit 964886c

Browse files
committed
Rotate release notes as part of the 0.5.0 release
1 parent b1c0896 commit 964886c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.release-notes/0.5.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Fix connections closed mid-transfer by the idle timeout
2+
3+
A connection could be closed by its idle timeout while it was still actively transferring data to a slow peer. A large update draining slowly to a slow client looked idle even though data was still moving, so it was closed mid-transfer. A connection is now closed by the idle timeout only when no data has moved in either direction for the timeout.
4+
5+
## Drop support for Windows 10
6+
7+
Building livery for Windows now requires ponyc 0.66.0 or later and Windows 11 or Windows Server 2022 or later. Windows 10 is no longer supported. Non-Windows platforms are unaffected.

.release-notes/next-release.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
## Fix connections closed mid-transfer by the idle timeout
2-
3-
A connection could be closed by its idle timeout while it was still actively transferring data to a slow peer. A large update draining slowly to a slow client looked idle even though data was still moving, so it was closed mid-transfer. A connection is now closed by the idle timeout only when no data has moved in either direction for the timeout.
4-
5-
## Drop support for Windows 10
6-
7-
Building livery for Windows now requires ponyc 0.66.0 or later and Windows 11 or Windows Server 2022 or later. Windows 10 is no longer supported. Non-Windows platforms are unaffected.

0 commit comments

Comments
 (0)