Releases: InjectiveLabs/sdk-python
Releases · InjectiveLabs/sdk-python
v1.5.4
v1.4.4
- Fixed all import statements in pyinjective.proto modules to make them explicit
Full Changelog: v1.4.3...v1.4.4
v1.5.3
- Changed parameter
key
from the PaginationOption class. It is now calledencoded_page_key
. - Fixed an error when using the next page key in PaginationOption, causing incorrect pagination responses.
What's Changed
Full Changelog: v1.5.2...v1.5.3
v1.4.3
- Change in dependencies to prevent the use of protobuf v5, that would require a refactoring in the SDK code (that refactoring was done in v1.5)
Full Changelog: v1.4.2...v1.4.3
v1.5.2
v1.5.1
v1.5.0
- Refactoring in Network class to support mixed secure and insecure endpoints.
- Marked the Network parameter
use_secure_connection
as deprecated.
What's Changed
Full Changelog: v1.4.2...v1.5.0
v1.4.2
- Updated
aiohttp
dependency version to solve a security issue detected by Dependabot - Removed version restriction for
urllib3
since the latest version is not causing issues with the unit tests anymore
What's Changed
Full Changelog: v1.4.1...v1.4.2
v1.4.1
v1.4.0
- Added support for all queries and messages in the chain 'distribution' module
- Added support for all queries and messages in the chain 'exchange' module
What's Changed
- Fix/sync dev with master 110 by @aarmoa in #293
- (feat) Cleaned up the markets initialization logic by @aarmoa in #294
- Fix/sync dev with master 1.2.0 by @aarmoa in #300
- Feat/use dot env in examples by @aarmoa in #301
- Feat/sync dev with master 1.3.0 by @aarmoa in #306
- Feat/add distribution module queries support by @aarmoa in #304
- Feat/add chain exchange module support by @aarmoa in #307
- Feat/add trade reward campaign endpoint by @aarmoa in #309
- fix/fix_example_script_errors by @aarmoa in #310
- Release/release v140 to master by @aarmoa in #311
Full Changelog: v1.3.1...v1.4.0