Skip to content

Releases: InjectiveLabs/sdk-python

v1.6.0-rc1

18 Jul 15:08
Compare
Choose a tag to compare
v1.6.0-rc1 Pre-release
Pre-release

Added

  • Support for all queries in the chain "tendermint" module
  • Support for all queries in the "IBC Transfer" module
  • Support for all queries in the "IBC Channel" module
  • Support for all queries in the "IBC Client" module
  • Support for all queries in the "IBC Connection" module
  • Tokens initialization from the official tokens list in https://github.com/InjectiveLabs/injective-lists

Changed

  • Updated all proto definitions based on chain upgrade to v1.13
  • Refactored cookies management logic to use all gRPC calls' responses to update the current cookies

What's Changed

Full Changelog: v1.5.4...v1.6.0-rc1

v1.4.5-rc1

04 Jul 15:14
Compare
Choose a tag to compare
v1.4.5-rc1 Pre-release
Pre-release
  • Changed proto files generation logic to try to assign them project specific descriptors

Full Changelog: v1.4.4...v1.4.5-rc1

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