You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.