Hiero Python SDK β Announcing Release v0.1.6
π Hiero Python SDK β Announcing Release v0.1.6
Weβre thrilled to announce version 0.1.6 of the Hiero Python SDK!
This release introduces powerful new transaction capabilities, improved allowance management, and refinements across multiple SDK examples β making development on Hedera even smoother for Python users.
A huge thank you to our talented contributors for making this release possible. β€οΈ
β¨ Whatβs New in 0.1.6
This release expands the SDKβs transaction and topic management features, giving developers more flexibility and precision when interacting with Hedera.
π§Ύ New Features
- Revenue-Generating Topic Examples: Explore new topic tests and examples to better understand revenue-based use cases.
- Enhanced Topic APIs: Added
TopicCreate,TopicUpdate, andTopicInfotransactions with new parameters:fee_schedule_keyfee_exempt_keyscustom_fees
- New Classes and Transactions:
CustomFeeLimitTokenNftAllowanceTokenAllowanceHbarAllowanceHbarTransferAccountAllowanceApproveTransactionAccountAllowanceDeleteTransaction
- Approved Transfer Support:
TransferTransactionnow supports approved transfers. - New API Utility: Added
Transaction.set_transaction_id()for finer transaction control. - Allowance Examples: Check out new practical examples:
hbar_allowance.pytoken_allowance.pynft_allowance.py
π Improvements & Changes
Weβve streamlined the SDKβs internal handling and improved code readability across key modules.
TransferTransactionnow usesTokenTransferandHbarTransferclasses instead of dicts, offering a cleaner and more structured approach.- Added checksum validation for
TokenIdfor safer and more reliable operations. - Refactored examples for better readability and consistency:
π Fixes
- Fixed a type assignment issue in
token_transfer_list.py. - Corrected internal method references (
__require_not_frozen()β_require_not_frozen()). - Removed redundant
_is_frozenmethod to reduce internal complexity.
π What else changed (high-level highlights)
This release bundles a number of additional PRs and fixes that improved examples, docs, type hints, and test coverage. Notable items in the release include:
- Checksum support for
TokenId.from_string()(PR #380) - New account allowance transaction support (PR #401)
- Refactors to token associate / token cancel airdrop examples (PRs #408, #393)
- Documentation and contributing improvements (PRs #435, #447)
For the full changelog see the release page or compare the tags:
π Full Changelog β v0.1.5…v0.1.6
π Release page: v0.1.6 on GitHub Releases β released by @exploreriii.
Latest: v0.1.6 was released recently. There have been 8 commits to
mainsince this release.
β‘ Upgrade to the Latest Version
Update to the latest Hiero Python SDK release with:
pip install --upgrade hiero-sdk-python
π Community growth β contributors spotlight
Weβre excited to highlight community growth for this release: 10 new contributors and 16 total contributors took part in v0.1.6 β a great sign of momentum in the project.
New contributors (first-time contributors for v0.1.6)
- @tharun634 β first contribution in #408
- @AubreyDDD β first contribution in #413
- @kphero β first contribution in #411
- @drtoxic69 β first contribution in #426
- @BhuvanB404 β first contribution in #435
- @DinethShakya23 β first contribution in #447
- @Akshat1931 β first contribution in #430
- @Om7035 β first contribution in #437
- @arnav-terex β first contribution in #463
- @gg21-prog β first contribution in #451
Total contributors for v0.1.6: 16 (including the new contributors above and returning contributors). Thank you all β your work helps make Hiero stronger and more useful to developers.
Recent Hiero Posts
-
The Issue Progression Initiative at Hiero
March 10, 2026
Introducing the Issue Progression Initiative - A Practical Path to Growing Open Source Developer Opportunities.
-
Announcing the Migration of hiero-enterprise-java to the Hiero Ledger Organization
March 4, 2026
The Hiero Enterprise Java project has officially moved to the Hiero Ledger organization, bringing APIs for integrating Hiero networks into Java frameworks like Spring Boot and MicroProfile while inviting the community to contribute to its development.
-
Hiero Links For The Week of March 2nd
March 2, 2026
An overview of the updates that happened in Hiero during the week of March 2nd.
-
HIP-1261: A Simplified Fee Model for Hiero
4 min readβ’ February 24, 2026
An overview of HIP-1261 and how it introduces a simplified, deterministic fee model for Hiero networks.