File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,19 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878
7979
8080### Changelogs
81+ ** 0.5.8.6**
82+ * Add logic to handle cached sequence in client with gRPC
83+ * Fix get_account with EthAccount type and added cookie support
84+ * Fix sync_timeout_height func with exception handling
85+ * Set explicit version requirements for protobuf and grpcio-tools in pkg
86+
8187** 0.5.8.5**
8288* Add StreamOrdersHistory
8389* Add more request params in OrdersHistory
8490
8591** 0.5.8.4**
8692* Adjust block and timeouts to new block time
87- * Set explicit version for protobuf and grpcio-tool dependencies
93+ * Set explicit version requirements for protobuf and grpcio-tools in Pipfile
8894* Add order_types as a request param for OrdersHistory
8995* Re-gen proto files
9096
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.5.8.5 "
20+ VERSION = "0.5.8.6 "
2121
2222REQUIRED = [
2323 "protobuf==3.19.1" ,
You can’t perform that action at this time.
0 commit comments