Skip to content

Releases: InjectiveLabs/sdk-python

v1.5.4

03 Jul 13:51
6a9c390
Compare
Choose a tag to compare
  • Fixed all import statements in pyinjective.proto modules to make them explicit

What's Changed

  • Fix/make proto modules imports explicit master by @aarmoa in #334

Full Changelog: v1.5.3...v1.5.4

v1.4.4

03 Jul 14:13
Compare
Choose a tag to compare
  • Fixed all import statements in pyinjective.proto modules to make them explicit

Full Changelog: v1.4.3...v1.4.4

v1.5.3

12 Jun 12:38
a93aab1
Compare
Choose a tag to compare
  • Changed parameter key from the PaginationOption class. It is now called encoded_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

06 Jun 14:35
Compare
Choose a tag to compare
  • 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

06 Jun 15:07
ece0283
Compare
Choose a tag to compare
  • Updated protobuf dependency version to ">=5.26.1"

What's Changed

  • fix/update_protobuf_dependency_version by @aarmoa in #328

Full Changelog: v1.5.1...v1.5.2

v1.5.1

02 May 14:25
433303c
Compare
Choose a tag to compare
  • Updated calls to json_format.MessageToDict for compliance with the new version of the protobuf library

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

19 Apr 14:27
b43fc0a
Compare
Choose a tag to compare
  • Refactoring in Network class to support mixed secure and insecure endpoints.
  • Marked the Network parameter use_secure_connection as deprecated.

What's Changed

  • feat/refactor_network_mixed_secure_insecure_channels by @aarmoa in #319

Full Changelog: v1.4.2...v1.5.0

v1.4.2

19 Mar 15:04
db9b6c0
Compare
Choose a tag to compare
  • 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

12 Mar 15:49
1a4abc3
Compare
Choose a tag to compare
  • Refactored example scripts that were still referencing deprecated methods

What's Changed

  • Fix/remove deprecated methods from examples by @aarmoa in #312

Full Changelog: v1.4.0...v1.4.1

v1.4.0

08 Mar 13:45
52033b4
Compare
Choose a tag to compare
  • 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

Full Changelog: v1.3.1...v1.4.0