Skip to content

Releases: ponylang/github_rest_api

0.2.0

26 Jan 01:37
Compare
Choose a tag to compare

Remove JsonExtractor from the requests package #38

Previously, the request package included a JsonExtractor class that was used to extract JSON data from a response. This class has been removed from the package. If you were using this class, you will need to update your code to use the JsonExtractor from the ponylang/json library instead instead.

JsonExtractor is available in all versions of ponylang/json starting with 0.2.0.

Update HTTP dependency

We've updated our HTTP dependency. At least 0.6.2 is required to work with all Pony compiler built from source after January 25, 2025.

[0.2.0] - 2025-01-26

Changed

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

0.1.5

20 Apr 22:23
Compare
Choose a tag to compare

Update to ponylang/http version 0.6.1

We've updated to ponylang/http version 0.6.1. The update is important to end users as the http library uses ponylang/net_ssl. On Windows, we need to keep LibreSSL versions in sync between various libraries that use ponylang/net_ssl and ponylang/crypto. This update ensures that the versions can be kept in sync in end user projects.

[0.1.5] - 2024-04-20

Changed

  • Update ponylang/http dependency (PR #36)

0.1.4

21 Jan 15:19
Compare
Choose a tag to compare

Update to ponylang/http 0.6.0

We've updated our ponylang/http dependency to 0.6.0. This includes a fix that will allow correct operation when using OpenSSL 3.2.

[0.1.4] - 2024-01-21

Changed

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

0.1.3

07 Oct 02:08
Compare
Choose a tag to compare

Update ponylang/peg dependency

We've updated to version 0.1.5 of ponylang/peg so be compatible with Pony 0.56.3 and up.

[0.1.3] - 2023-10-07

Fixed

  • Update peg dependency (PR #30)

0.1.2

27 Apr 12:12
Compare
Choose a tag to compare

Update ponylang/http dependency

We've updated our ponylang/http dependency from version 0.5.3 to version 0.5.4.

[0.1.2] - 2023-04-27

Changed

  • Update ponylang/http dependency (PR #16)

0.1.1

12 Feb 03:41
Compare
Choose a tag to compare

Update to address JSON package removal from the standard library

We've updated our dependencies to address the json package being removed from the Pony standard library.

Fixed type error that snuck into first release

There was a type error in the first release that caused it to fail to compile thanks to some CI funkiness.

Add OpenSSL 3 support

We've added support for OpenSSL 3 by updating to a version of ponylang/http that supports it.

[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

11 Feb 19:07
Compare
Choose a tag to compare

[0.1.0] - 2023-02-11