You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,34 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8
8
9
9
10
10
### Added
11
+
- Add `examples/topic_id.py` to demonstrate `TopicId` opeartions
12
+
- Add `examples/topic_message.py` to demonstrate `TopicMessage` and `TopicMessageChunk` with local mock data.
13
+
- Added missing validation logic `fee_schedule_key` in integration `token_create_transaction_e2e_test.py` and ``token_update_transaction_e2e_test.py`.
14
+
- Add `account_balance_query.py` example to demonstrate how to use the CryptoGetAccountBalanceQuery class.
15
+
- Add `examples/token_create_transaction_admin_key.py` demonstrating admin key privileges for token management including token updates, key changes, and deletion (#798)
16
+
- Add `examples/account_info.py` to demonstrate `AccountInfo` opeartions
17
+
- Added `HbarUnit` class and Extend `Hbar` class to handle floating-point numbers
11
18
12
19
13
20
### Changed
21
+
- Refactored token-related example scripts (`token_delete.py`, `token_dissociate.py`, etc.) for improved readability and modularity. [#370]
22
+
- upgrade: step security action upgraded from harden-runner-2.13.1 to harden-runner-2.13.1
23
+
- chore: Split `examples/account_allowance_nft.py` into separate `account_allowance_approve_transaction_nft.py` and `account_allowance_delete_transaction_nft.py` examples.
24
+
- chore: bump protobuf from 6.33.0 to 6.33.1 (#796)
25
+
- fix: Allow `max_automatic_token_associations` to be set to -1 (unlimited) in `AccountCreateTransaction` and add field to `AccountInfo`.
26
+
- Allow `PrivateKey` to be used for keys in `TopicCreateTransaction` for consistency.
14
27
15
28
16
29
### Fixed
30
+
- chore: fixed integration test names without a test prefix or postfix
17
31
18
32
19
33
20
34
## [0.1.8] - 2025-11-07
21
35
22
36
### Added
37
+
-`is_unknown` property added to `src/hiero_sdk_python/response_code.py`
38
+
- Example `response_code.py`
23
39
- Add `TokenFeeScheduleUpdateTransaction` class to support updating custom fee schedules on tokens (#471).
24
40
- Add `examples/token_update_fee_schedule_fungible.py` and `examples/token_update_fee_schedule_nft.py` demonstrating the use of `TokenFeeScheduleUpdateTransaction`.
25
41
- Update `docs/sdk_users/running_examples.md` to include `TokenFeeScheduleUpdateTransaction`.
0 commit comments