Skip to content

Commit adfdced

Browse files
Merge pull request #158 from InjectiveLabs/f/release_0.5.8.6
chore: release v0.5.8.6
2 parents fd0f0cf + 6f96286 commit adfdced

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
EMAIL = "achilleas@injectivelabs.com"
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.8.5"
20+
VERSION = "0.5.8.6"
2121

2222
REQUIRED = [
2323
"protobuf==3.19.1",

0 commit comments

Comments
 (0)