Skip to content

Commit 9f9c336

Browse files
committed
Rotate release notes as part of the 0.6.0 release
1 parent a3bef51 commit 9f9c336

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.release-notes/0.6.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Fix compilation against ponyc 0.65.0
2+
3+
ponyc 0.65.0 changed the standard library `json` package in a way that prevented this library from compiling. github_rest_api now builds against ponyc 0.65.0 and requires ponyc 0.65.0 or later.
4+
5+
## Fix response never arriving after sending a large request
6+
7+
After sending a large request, a connection could stop receiving the server's response — the response would never arrive and the request would hang indefinitely. No error was raised and the connection was not closed; it simply went quiet, even though the server had already replied. This most often showed up on connections that pushed a large request body, such as uploads. Responses now arrive as expected.
8+

.release-notes/next-release.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
## Fix compilation against ponyc 0.65.0
2-
3-
ponyc 0.65.0 changed the standard library `json` package in a way that prevented this library from compiling. github_rest_api now builds against ponyc 0.65.0 and requires ponyc 0.65.0 or later.
4-
5-
## Fix response never arriving after sending a large request
6-
7-
After sending a large request, a connection could stop receiving the server's response — the response would never arrive and the request would hang indefinitely. No error was raised and the connection was not closed; it simply went quiet, even though the server had already replied. This most often showed up on connections that pushed a large request body, such as uploads. Responses now arrive as expected.
8-

0 commit comments

Comments
 (0)