Releases: ponylang/github_rest_api
0.2.1
0.2.0
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
0.1.5
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
0.1.3
0.1.2
0.1.1
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)