Skip to content

Commit baf6c33

Browse files
committed
Rotate release notes as part of the 0.4.0 release
1 parent fdafaf8 commit baf6c33

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.release-notes/0.4.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
## Fix potential connection hang when timer event subscription fails
3+
4+
On some platforms, if the operating system cannot allocate resources for a connection timer (e.g., ENOMEM on kqueue or epoll), connections could hang silently instead of reporting an error. Timer subscription failures are now detected and reported as connection failures.
5+
6+
## Require ponyc 0.63.1 or later
7+
8+
github_rest_api now requires ponyc 0.63.1 or later. Older ponyc versions are no longer supported.

.release-notes/next-release.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
2-
## Fix potential connection hang when timer event subscription fails
3-
4-
On some platforms, if the operating system cannot allocate resources for a connection timer (e.g., ENOMEM on kqueue or epoll), connections could hang silently instead of reporting an error. Timer subscription failures are now detected and reported as connection failures.
5-
6-
## Require ponyc 0.63.1 or later
7-
8-
github_rest_api now requires ponyc 0.63.1 or later. Older ponyc versions are no longer supported.

0 commit comments

Comments
 (0)