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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,13 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8
8
9
9
### Added
10
10
11
+
-Removed `actions/checkout@v4` from `bot-verified-commits.yml`
12
+
11
13
- Add comprehensive documentation for `ReceiptStatusError` in `docs/sdk_developers/training/receipt_status_error.md`
12
14
- Add practical example `examples/errors/receipt_status_error.py` demonstrating transaction error handling
13
15
- Document error handling patterns and best practices for transaction receipts
14
16
17
+
- fix `pull_request` to `pull_request_target` in `bot-verified-commits.yml`
15
18
- Add detail to `token_airdrop.py` and `token_airdrop_cancel.py`
16
19
- Add workflow: github bot to respond to unverified PR commits (#750)
17
20
- Add workflow: bot workflow which notifies developers of workflow failures in their pull requests.
@@ -39,6 +42,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
39
42
- Added `docs\sdk_developers\training\receipts.md` as a training guide for users to understand hedera receipts.
40
43
41
44
### Changed
45
+
42
46
- Upgraded step-security/harden-runner v2.13.2
43
47
- bumped actions/checkout from 5.0.0 to 6.0.0
44
48
- Limit workflow bot to one message per PR
@@ -58,7 +62,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
58
62
- Staked node ID id issue in the account_create_transationt_e2e_test
59
63
- workflow: verified commits syntax for verfication bot
60
64
61
-
62
65
## [0.1.8] - 2025-11-07
63
66
64
67
### Added
@@ -87,6 +90,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
87
90
- docs: Add `docs/sdk_developers/project_structure.md` to explain repository layout and import paths.
88
91
89
92
### Changed
93
+
90
94
- chore: renamed examples to match src where possible
91
95
- Moved examples/ to be inside subfiles to match src structure
92
96
- changed example script workflow to run on new subdirectory structure
@@ -155,6 +159,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
155
159
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
156
160
157
161
### Changed
162
+
158
163
- Added direct links to Python SDK channel in Linux Foundation Decentralized Trust Discord back in
159
164
- Updated all occurrences of non-functional Discord invite links throughout the documentation with the new, stable Hyperledger and Hedera invite links (#603).
160
165
- Refactored TopicId class to use @dataclass decorator for reducing boilerplate code
0 commit comments