v0.3.0
v0.3.0 adds a new ErrorCode ErrorCodeDeadlineExceeded
indicating that the request deadline exceeded on the server side. This version also introduces a fix for context deadline propagation. In v0.2.0 context deadlines we're not correctly being propagated across the wire for the server to be aware of. In v0.3.0 the deadline will properly be passed in the stormrpc-deadline
header. This will be parsed on the server side and the context passed into handlers will have the deadline set.