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
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,22 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
9
9
### Added
10
10
- Add `examples/token_create_transaction_pause_key.py` example demonstrating token pause/unpause behavior and pause key usage (#820)
11
11
12
+
### Changed
13
+
14
+
- Removed duplicate import of transaction_pb2 in transaction.py
15
+
16
+
### Fixed
17
+
18
+
## [0.1.9] - 2025-11-26
19
+
20
+
### Added
21
+
22
+
- Removed `actions/checkout@v4` from `bot-verified-commits.yml`
12
23
- Add comprehensive documentation for `ReceiptStatusError` in `docs/sdk_developers/training/receipt_status_error.md`
13
24
- Add practical example `examples/errors/receipt_status_error.py` demonstrating transaction error handling
14
25
- Document error handling patterns and best practices for transaction receipts
15
-
26
+
- fix `pull_request` to `pull_request_target` in `bot-verified-commits.yml`
27
+
- Add more robust receipt checks and removed fallback to `examples/tokens/token_delete_transaction.py`
16
28
- Add detail to `token_airdrop.py` and `token_airdrop_cancel.py`
17
29
- Add workflow: github bot to respond to unverified PR commits (#750)
18
30
- Add workflow: bot workflow which notifies developers of workflow failures in their pull requests.
@@ -32,14 +44,18 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
32
44
-`staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to AccountInfo
33
45
- Added `examples/token_create_transaction_supply_key.py` to demonstrate token creation with and without a supply key.
34
46
- Added `examples/token_create_transaction_kyc_key.py` to demonstrate KYC key functionality, including creating tokens with/without KYC keys, granting/revoking KYC status, and understanding KYC requirements for token transfers.
47
+
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
35
48
- Added BatchTransaction class
36
49
- Add support for token metadata (bytes, max 100 bytes) in `TokenCreateTransaction`, including a new `set_metadata` setter, example, and tests. [#799]
37
50
- Added `examples/token_create_transaction_token_fee_schedule.py` to demonstrate creating tokens with custom fee schedules and the consequences of not having it.
38
51
- Added `examples/token_create_transaction_wipe_key.py` to demonstrate token wiping and the role of the wipe key.
39
52
- Added `examples/account_allowance_approve_transaction_hbar.py` and `examples/account_allowance_delete_transaction_hbar.py`, deleted `examples/account_allowance_hbar.py`. [#775]
40
53
- Added `docs\sdk_developers\training\receipts.md` as a training guide for users to understand hedera receipts.
54
+
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
55
+
- docs: added `network_and_client.md` with a table of contents, and added external example scripts (`client.py`).
41
56
42
57
### Changed
58
+
43
59
- Upgraded step-security/harden-runner v2.13.2
44
60
- bumped actions/checkout from 5.0.0 to 6.0.0
45
61
- Limit workflow bot to one message per PR
@@ -51,15 +67,17 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
51
67
- Allow `PrivateKey` to be used for keys in `TopicCreateTransaction` for consistency.
52
68
- Update github actions checkout from 5.0.0 to 5.0.1 (#814)
53
69
- changed to add concurrency to workflow bot
70
+
- feat: Refactor `TokenDissociateTransaction` to use set_token_ids method and update transaction fee to Hbar, also update `transaction.py` and expand `examples/token_dissociate.py`, `tests/unit/token_dissociate.py`.
71
+
54
72
55
73
### Fixed
56
74
75
+
- chore: updated solo action to avoid v5
57
76
- chore: fix test.yml workflow to log import errors (#740)
58
77
- chore: fixed integration test names without a test prefix or postfix
59
78
- Staked node ID id issue in the account_create_transationt_e2e_test
60
79
- workflow: verified commits syntax for verfication bot
61
80
62
-
63
81
## [0.1.8] - 2025-11-07
64
82
65
83
### Added
@@ -88,6 +106,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
88
106
- docs: Add `docs/sdk_developers/project_structure.md` to explain repository layout and import paths.
89
107
90
108
### Changed
109
+
91
110
- chore: renamed examples to match src where possible
92
111
- Moved examples/ to be inside subfiles to match src structure
93
112
- changed example script workflow to run on new subdirectory structure
@@ -156,6 +175,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
156
175
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
157
176
158
177
### Changed
178
+
159
179
- Added direct links to Python SDK channel in Linux Foundation Decentralized Trust Discord back in
160
180
- Updated all occurrences of non-functional Discord invite links throughout the documentation with the new, stable Hyperledger and Hedera invite links (#603).
161
181
- Refactored TopicId class to use @dataclass decorator for reducing boilerplate code
0 commit comments