All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
- Fix connections closed mid-transfer by the idle timeout (PR #132)
- Drop support for Windows 10 (PR #132)
- Fix compilation against ponyc 0.65.0 (PR #129)
- Fix response never arriving after sending a large request (PR #130)
- Require ponyc 0.64.0 or later (PR #127)
- Fix potential connection hang when timer event subscription fails (PR #118)
- Require ponyc 0.63.1 or later (PR #118)
- Fix crash when closing a connection during setup (PR #114)
- Fix connection stall after large request with backpressure (PR #117)
- Fix programs hanging on shutdown when the remote peer didn't cleanly close connections (PR #112)
- Fix HTTPS connections staying open longer than expected when idle (PR #112)
- Fix internal resource leak when a connection was closed during establishment (PR #112)
- Fix SSL certificate validation accepting certificates with empty name entries (PR #112)
- Credentials.auth type (PR #91)
- Fix always-true redirect status check in HTTP handlers (PR #53)
- Fix missing URL encoding of query parameter values in GetRepositoryIssues (PR #59)
- Add pagination support to search results (PR #50)
- Add GetOrganizationRepositories (PR #52)
- Add GetRepositoryIssues with paginated issue listing (PR #57)
- Add QueryParams for building URL query strings with percent-encoding (PR #59)
- Add IssuePullRequest model for pull request metadata on issues (PR #62)
- Update ponylang/peg dependency to 0.1.6 (PR #42)
- Make several Repository fields nullable to match GitHub API (PR #52)
- Replace
is_pull_request: Boolwithpull_request: (IssuePullRequest | None)on Issue (PR #62)
- Update ponylang/http dependency (PR #41)
- Update ponylang/http dependency (PR #36)
- Update to ponylang/http 0.6.0 (PR #32)
- Update peg dependency (PR #30)
- Update ponylang/http dependency (PR #16)
- Fix compilation error (PR #13)
- Add OpenSSL 3 support (PR #14)
- Update for json package removal from standard library (PR #10)