Hedera-sdk-py

Latest version: v2.50.0

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 19

2.0.14

Added

* `NftId.[to|from]string()` now uses format `1.2.3/4` instead of `1.2.34`
* `TokenNftInfoQuery.setNftId()`

Deprecated

* `TokenNftInfoQuery.byNftId()` - Use `TokenNftInfoQuery.setNftId()` instead
* `TokenNftInfoQuery.byAccountId()` with no replacement
* `TokenNftInfoQuery.byTokenId()` with no replacement
* `TokenNftInfoQuery.[set|get]Start()` with no replacement
* `TokenNftInfoQuery.[set|get]End()` with no replacement

2.0.13

Added

* `Account[Create|Update]Transaction.[get|set]MaxAutomaticTokenAssociations`
* `TokenAssociation` and `TransactionRecord.automaticTokenAssociations`
* `AccountInfo.maxAutomaticTokenAssociations`
* `TokenRelationship.automaticAssociation`
* New status codes

Fixed

* TLS connector failing when the networks address book did not have cert hashes

2.0.12

Added

* Support for TLS connections with Hedera Services nodes when network addresses end in `50212` or `443`
* Added `FeeAssessmentMethod`.
* Added `[get|set]AssessmentMethod()` to `CustomFractionalFee`
* Added `CustomRoyaltyFee`
* Added `payerAccountIdList` to `AssessedCustomFee`
* Added fields to `FreezeTransaction`
* Added `[min|max]Backoff` to `Client` and `Executable`

Fixed

* Bugs in [to|from]Bytes() in `TopicUpdateTransaction` and `TokenUpdateTransaction`

Deprecated

* Deprecated `Client.setMax[TransactionFee|QueryPayment]()`, added `Client.setDefaultMax[TransactionFee|QueryPayment]()` and `Client.getDefaultMax[TransactionFee|QueryPayment]()`

2.0.11

Added

* `ChunkedTransaction.getAllSignatures()`

Fixed

* `Transaction.getSignatures()` incorrectly building signature list
* `TopicMessageQuery` pending messages being discarded on retry
* `ChunkedTransaction.getAllTransactionHashesPerNode()` incorrectly building signature map
* `ScheduleInfo.getScheduledTransaction()` still not setting max fee appropriately

2.0.10

Added

* `Client.getRequestTimeout()`
* `Client.pingAsync()` and `Client.pingAllAsync()` useful for validating all nodes within the
network before executing any real request
* `Client.[set|get]MaxAttempts()` default max attempts for all transactions
* `Client.[set|get]MaxNodeAttempts()` set max attempts to retry a node which returns bad gRPC status
such as `UNAVAILBLE`
* `Client.[set|get]NodeWaitTime()` change the default delay before attempting a node again which has
returned a bad gRPC status
* `Client.setAutoValidateChecksums()` set whether checksums on ids will be automatically validated upon attempting to execute a transaction or query. Disabled by default. Check status with `Client.isAutoValidateChecksumsEnabled()`
* `*Id.toString()` no longer stringifies with checksums. Use `*Id.getChecksum()` to get the checksum that was parsed, or use `*Id.toStringWithChecksum(client)` to stringify with the correct checksum for that ID on the client's network.
* `*Id.validateChecksum()` to validate a checksum. Throws new `BadEntityIdException`
* `Client.[set|get]NetworkName()` declare which network this client is connected to, for purposes of checksum validation.
* `CustomFixedFee.[set|get]HbarAmount()` makes this fixed fee an Hbar fee of the specified amount
* `CustomFixedFee.setDenominatingTokenToSameToken()` this fixed fee will be charged in the same token.

Deprecated

* `*Id.validate()` use `*Id.validateChecksum()` instead

Fixed

* `ScheduleInfo.getTransaction()` incorrectly setting max transaction fee to 2 Hbars

2.0.9

Fixed

* `PrivateKey.legacyDerive()` should behave the same as other SDKs

Removed

* `*.addCustomFee()` use `*.setCustomFees()` instead

Page 16 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.