Releases: rigetti/rpcq
Releases · rigetti/rpcq
v3.2.0
v3.1.0
v3.0.0
Backwards-compatible changes to support ZeroMQ Curve authentication
v2.7.3
Minor changes: make Lisp message slots writeable by default, import core-messages as part of the Lisp package, fix a bug in de/serialization of function call argument order in Lisp.
v2.7.2
- Fixes a discrepancy between Lisp's and python's treatment of keyword arguments.
- Option to distinguish None from False on the Lisp side.
v2.7.1
bump to 2.7.1
v2.7.0
bump to version 2.7.0
v2.6.1
v2.6.0
This release contains some minor changes to the "core" message spec.
v2.5.1
Bugfixes
- Warning serialization (gh-45) was not done in a backwards-compatible way, due to our earlier decision to switch to using dataclasses for rpcq's messages. This patch release edits our serialization/deserialization code to make message spec changes backwards compatible again going forward.