-
Notifications
You must be signed in to change notification settings - Fork 82
Comparing changes
Open a pull request
base repository: containerd/ttrpc
base: v1.2.1
head repository: containerd/ttrpc
compare: v1.2.2
- 8 commits
- 6 files changed
- 5 contributors
Commits on Mar 8, 2023
-
Update GitHub actions CI workflow
Update GitHub Actions runner OS from Ubuntu 18.04 to Ubuntu 22.04. Update actions/setup-go from v2 to v3. Update Go compiler from Go 1.17 to Go 1.20. Update golangci-lint from v1.45.0 to v1.51.2 for Go 1.20 support. Remove deprecated `-i` flag from make coverage target. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for c7b5a32 - Browse repository at this point
Copy the full SHA c7b5a32View commit details
Commits on Mar 9, 2023
-
Merge pull request #124 from austinvazquez/update-github-actions-work…
…flow Update GitHub actions CI workflow
Configuration menu - View commit details
-
Copy full SHA for 98b5f64 - Browse repository at this point
Copy the full SHA 98b5f64View commit details
Commits on May 2, 2023
-
Unwrap io errors in server connection receive error handling
Unwrap io.EOF and io.ErrUnexpectedEOF in the case of read message error which would lead to leaked server connections. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 9599fad - Browse repository at this point
Copy the full SHA 9599fadView commit details
Commits on May 8, 2023
-
Add recvClose channel to stream
Prevent panic from closing recv channel, which may be written to after close. Use a separate channel to signal recv has closed and check that channel on read and write. Signed-off-by: Derek McGowan <derek@mcg.dev>
Configuration menu - View commit details
-
Copy full SHA for 471297e - Browse repository at this point
Copy the full SHA 471297eView commit details -
Merge pull request #141 from austinvazquez/fix-error-check-in-server
Unwrap IO errors in server connection error handling
Configuration menu - View commit details
-
Copy full SHA for bba25ef - Browse repository at this point
Copy the full SHA bba25efView commit details
Commits on May 9, 2023
-
Merge pull request #140 from dmcgowan/add-recvclose-channel
Add recvClose channel to stream
Configuration menu - View commit details
-
Copy full SHA for 0ca69a9 - Browse repository at this point
Copy the full SHA 0ca69a9View commit details -
First process the pending messages in recv channel
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for c51165f - Browse repository at this point
Copy the full SHA c51165fView commit details -
Merge pull request #144 from Iceber/stream_recv_channel
First process the pending messages in recv channel
Configuration menu - View commit details
-
Copy full SHA for ac26f8c - Browse repository at this point
Copy the full SHA ac26f8cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v1.2.2