Skip to content

Releases: alchemiststudiosDOTai/tinyAgent

v1.2.27

25 Mar 17:19

Choose a tag to compare

Restored GIL release while the Rust _alchemy binding blocks waiting for streamed events and final results, fixing Python scheduling stalls introduced by the re-integrated in-repo binding.

v1.2.26

24 Mar 20:52

Choose a tag to compare

Fixes the PyPI wheel publish workflow to build one abi3 wheel per platform, updates the in-repo binding docs/metadata, and makes publish retries skip already-uploaded files.

v1.2.25

24 Mar 20:42

Choose a tag to compare

Fixed

  • Switched the in-repo Rust binding dependency path from native OpenSSL to Rustls to stop Linux wheels from bundling libssl/libcrypto.
  • Linux, macOS, and Windows wheel builds now pass locally and in CI for the wheel-build stage; this release is intended to replace the partial 1.2.24 upload.

v1.2.24

24 Mar 20:31

Choose a tag to compare

Fixed

  • Replaced fragile inline Python snippets in the wheel publish workflow with a checked-in smoke-test script.
  • Keeps the in-repo Rust binding build and manylinux_2_28 Linux path, while removing the shell quoting and indentation failures that blocked Linux wheels.

v1.2.23

24 Mar 20:26

Choose a tag to compare

Fixed

  • Fixed the Linux publish workflow quoting bug that stripped the "tinyagent" string from the staged binding import check.
  • This release keeps the manylinux_2_28 Linux build path and the prior macOS/Windows wheel fixes in place.

v1.2.22

24 Mar 20:18

Choose a tag to compare

Use manylinux_2_28 for Linux wheel builds so OpenSSL satisfies openssl-sys requirements.

v1.2.21

24 Mar 20:10

Choose a tag to compare

Use system OpenSSL in Linux manylinux wheels; keep staged-binding import checks lightweight.

v1.2.20

24 Mar 19:15

Choose a tag to compare

Fix Linux manylinux OpenSSL build dependency + avoid importing tinyagent during staged-binding checks.

v1.2.19

24 Mar 19:02

Choose a tag to compare

Fix PyPI publish workflow (manylinux build via Docker; macOS pyo3 dynamic_lookup).

v1.2.18

24 Mar 18:43

Choose a tag to compare

Release v1.2.18\n\n- In-repo Rust _alchemy binding + typed adapter\n- CI builds and publishes platform wheels to PyPI\n- Linux wheels repaired to manylinux; TLS stack uses vendored OpenSSL