0.9.0
-
feat(core): introduce the new version “attachHeaders” and “captureMetadata” methods which were deprecated in the current version of Trident.
-
feat(core): add timeout setting for blocking stub, allowing gRPC clients to specify the maximum time they are willing to wait for RPC completion, after which an error will be thrown if the timeout is exceeded.
-
feat(dependency): upgrade dependency packages, as below:
Bump protobuf-java from 3.11.0 to 3.25.0
.Bump protobuf-java-util from 3.11.0 to 3.25.0
.Bump bcprov-jdk from 1.66 to 1.69
.Bump netty-all from 4.0.15.Final to 4.1.100.Final
.Bump vertx-core from 3.5.0.Beta1 to 3.9.16
.Bump grpc-netty from 1.31.0 to 1.58.1
.
-
feat(proto): update proto file to keep updated with Java-tron and add BLOCK_UNSOLIDIFIED return code to Response in api.proto file.