Skip to content

Commit 789137c

Browse files
Merge pull request #153 from InjectiveLabs/f/release_0.5.8.4
chore: release 0.5.8.4
2 parents 7ce024c + 31a60f2 commit 789137c

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

README.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878

7979

8080
### Changelogs
81+
**0.5.8.4**
82+
* Adjust block and timeouts to new block time
83+
* Set explicit version for protobuf and grpcio-tool dependencies
84+
* Add order_types as a request param for OrdersHistory
85+
* Re-gen proto files
8186

8287
**0.5.8.2**
8388
* Add global load balancer
@@ -103,35 +108,6 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
103108
* Add MsgRewardsOptOut
104109
* Re-gen ini files
105110

106-
**0.5.7.5**
107-
* Fix MsgExternalTransfer
108-
* Adapt TradesRequest to optional args
109-
110-
**0.5.7.4**
111-
* Refactor fetch_metadata script to use K8S
112-
* Refactor testnet network config to K8S
113-
* Remove print logs and standardized logging to info
114-
* Print support for custom cookie in client initialization
115-
116-
**0.5.7.3**
117-
* Add multi-subaccount and multi-market support in TradesRequest
118-
119-
**0.5.7.2**
120-
* Fix MsgInstantBinaryOptionsLaunch
121-
122-
**0.5.7.1**
123-
* Add optional argument to bypass ini file load in binary options
124-
125-
**0.5.7.0**
126-
* Add GetTxRequest Tendermint
127-
* Re-gen ini files
128-
129-
**0.5.6.9**
130-
* Add MsgExternalTransfer to the composer
131-
* Add support for Binary Options
132-
* Add multi-subaccount support in local order hash calculation
133-
* Re-gen ini files
134-
135111

136112
## License
137113

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.8.3"
20+
VERSION = "0.5.8.4"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)