Skip to content

0.1.1

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 12 Feb 03:41
· 63 commits to main since this release

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)