Releases: ponylang/github_rest_api
Releases · ponylang/github_rest_api
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)