Skip to content

v0.3.0

Compare
Choose a tag to compare
@actatum actatum released this 03 Oct 15:05
· 26 commits to main since this release

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.