Skip to content

6.0.0

Latest

Choose a tag to compare

@ponylang-main ponylang-main released this 11 Sep 13:22
· 6 commits to main since this release

Remove net subpackage

The ssl/net subpackage has been removed. SSL networking is now built into the ponyc standard library's net package starting with ponyc 0.72.0. The ssl/crypto subpackage is unchanged.

Before:

use "ssl/net"

After (ponyc 0.72.0+):

use "net"

[6.0.0] - 2026-09-11

Changed