Skip to content

Releases: rigetti/rpcq

v3.2.0

26 Mar 19:37
3105ab6
Compare
Choose a tag to compare

Changelog

Additions and Improvements

This release includes a change to RPCQ clients to pass along the
client timeout when making an RPCQ request and a corresponding change
to the server to prefer the client timeout if it is shorter than the
server timeout (@notmgsk, #126).

v3.1.0

02 Mar 22:56
a4f6e8e
Compare
Choose a tag to compare

Changelog

Behind-the-scenes

Features

v3.0.0

03 Dec 22:13
Compare
Choose a tag to compare

Backwards-compatible changes to support ZeroMQ Curve authentication

v2.7.3

27 Aug 18:37
Compare
Choose a tag to compare

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

26 Jul 15:49
Compare
Choose a tag to compare
  • 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

21 Jun 20:02
Compare
Choose a tag to compare
bump to 2.7.1

v2.7.0

21 Jun 19:57
Compare
Choose a tag to compare
bump to version 2.7.0

v2.6.1

17 May 23:43
Compare
Choose a tag to compare

Bugfixes

  • This patch release fixes a missing import in the message spec in v2.6.0.

v2.6.0

17 May 19:42
Compare
Choose a tag to compare

This release contains some minor changes to the "core" message spec.

v2.5.1

01 May 22:58
Compare
Choose a tag to compare

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.