Releases
v0.4.0
- Fix handling of inspect on Ruby 4+.
Client#run(**options)are passed through toAsync(**options).- On the server side, if a transaction raises an exception, ignore the exception if the connection is closed.
v0.3.1
Client#runnow returns anAsync::Task(as it did in earlier releases).
v0.3.0
- Add support for multi-hop proxying.
- Fix proxying of throw/catch value.
Client#runnow takes a block.Server#rundelegates toServer#connected!.
v0.2.0
- Fix handling of temporary objects.