rigetti / rpcq

The RPC framework and message specification for @rigetti Quantum Cloud Services.
Apache License 2.0
75 stars 29 forks source link

Bump version to 3.2.0 #128

Closed appleby closed 4 years ago

appleby commented 4 years ago

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).

notmgsk commented 4 years ago

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, to prevent the server running jobs for which the client will not receive the results because it has already timed-out.

I ran out of breath reading that sentence.

appleby commented 4 years ago

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, to prevent the server running jobs for which the client will not receive the results because it has already timed-out.

I ran out of breath reading that sentence.

It was a bit of a frankensentence where I wrote the first bit then copypasted part of the commit message onto the end. Shortened and also updated to conform to CHANGELOG formatting BEST PRACTICES.