Skip to content

Latest commit

 

History

History
147 lines (79 loc) · 4.92 KB

File metadata and controls

147 lines (79 loc) · 4.92 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

[unreleased] - unreleased

Fixed

Added

Changed

[0.7.0] - 2026-06-30

Fixed

  • Fix connections closed mid-transfer by the idle timeout (PR #132)

Changed

  • Drop support for Windows 10 (PR #132)

[0.6.0] - 2026-06-27

Fixed

  • Fix compilation against ponyc 0.65.0 (PR #129)
  • Fix response never arriving after sending a large request (PR #130)

[0.5.0] - 2026-05-29

Changed

  • Require ponyc 0.64.0 or later (PR #127)

[0.4.0] - 2026-04-12

Fixed

  • Fix potential connection hang when timer event subscription fails (PR #118)

Changed

  • Require ponyc 0.63.1 or later (PR #118)

[0.3.2] - 2026-04-07

Fixed

  • Fix crash when closing a connection during setup (PR #114)
  • Fix connection stall after large request with backpressure (PR #117)

[0.3.1] - 2026-03-22

Fixed

  • 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)

Added

  • Add full Gist API support (PR #72)
  • Add query parameters to GetRepositoryIssues (PR #85)

Changed

  • Credentials.auth type (PR #91)

[0.3.0] - 2026-02-08

Fixed

  • Fix always-true redirect status check in HTTP handlers (PR #53)
  • Fix missing URL encoding of query parameter values in GetRepositoryIssues (PR #59)

Added

  • 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)

Changed

  • 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: Bool with pull_request: (IssuePullRequest | None) on Issue (PR #62)

[0.2.1] - 2025-07-16

Changed

  • Update ponylang/http dependency (PR #41)

[0.2.0] - 2025-01-26

Changed

  • Remove JsonExtractor from the requests package (PR #38)
  • Update HTTP dependency (PR #39)

[0.1.5] - 2024-04-20

Changed

  • Update ponylang/http dependency (PR #36)

[0.1.4] - 2024-01-21

Changed

  • Update to ponylang/http 0.6.0 (PR #32)

[0.1.3] - 2023-10-07

Fixed

  • Update peg dependency (PR #30)

[0.1.2] - 2023-04-27

Changed

  • Update ponylang/http dependency (PR #16)

[0.1.1] - 2023-02-12

Fixed

  • Fix compilation error (PR #13)

Added

  • Add OpenSSL 3 support (PR #14)

Changed

  • Update for json package removal from standard library (PR #10)

[0.1.0] - 2023-02-11