Skip to content

Releases: PrimeIntellect-ai/prime-iroh

v0.3.1

09 Jun 13:58
743401d

Choose a tag to compare

Summary

The main change in this release is that we add a manual sleep mechanism if any non-connection error is caught in the connection retry loop. This fix was necessary to enable robust connection to peers, even if they haven't announced themselves to the discovery service, which would lead to a tight spinning retry loop.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 May 19:46
2376b9f

Choose a tag to compare

Major Change

This release enables much broader platform support. It provides pre-built wheels:

  • Linux: x86_64 and i686 architectures with manylinux2014 compatibility for Python >= 3.9
  • MacOS: x86_64 and aarch64 for Python >= 3.9
    It also distributes the source distribution so that platforms without pre-built wheels can build from source.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

13 May 05:51
60924cd

Choose a tag to compare

Breaking

  • Node.connect and Sender.connect do not have the backoff_ms field anymore

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 May 04:11
5f2e87b

Choose a tag to compare

Breaking

  • Node.connect and Sender.connect now have a num_retries and backoff_ms field

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.1

30 Apr 22:53
5fbbe81

Choose a tag to compare

Initial release