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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
6
6
7
7
## [Unreleased]
8
8
9
+
10
+
### Added
11
+
12
+
13
+
### Changed
14
+
15
+
16
+
### Fixed
17
+
18
+
19
+
20
+
## [0.1.8] - 2025-11-07
21
+
9
22
### Added
10
23
- Add `TokenFeeScheduleUpdateTransaction` class to support updating custom fee schedules on tokens (#471).
11
24
- Add `examples/token_update_fee_schedule_fungible.py` and `examples/token_update_fee_schedule_nft.py` demonstrating the use of `TokenFeeScheduleUpdateTransaction`.
@@ -29,6 +42,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
29
42
- docs: Add `docs/sdk_developers/project_structure.md` to explain repository layout and import paths.
30
43
31
44
### Changed
45
+
- chore: bumped solo action from 14.0 to 15.0 (#764)
32
46
- chore: replaced hardcoded 'testnet' messages with environment network name
33
47
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
34
48
- chore: update local environment configuration in env.example (#649)
@@ -54,6 +68,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
54
68
- Dependabot alerts (version bumps)
55
69
- Fixed incorrect `TokenType` import (protobuf vs. SDK enum) in 18 example files.
56
70
- Update `schedule_sign_transaction_e2e_test` to check for key presence instead of relying on index.
71
+
- Add `localhost` and `local` as network names
57
72
58
73
### Breaking Changes
59
74
- chore: changed the file names airdrop classes (#631)
@@ -86,6 +101,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
86
101
- Added `checksum` filed for TopicId, FileId, ContractId, ScheduleId class
87
102
- Added workflow for running example scripts.
88
103
- docs: workflow.md documenting key steps to creating a pull request (#605)
104
+
- chore: fix the examples workflow to log error messages and run on import failure (#738)
89
105
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
90
106
91
107
@@ -175,7 +191,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
175
191
- Add strict type hints to `TransactionGetReceiptQuery` (#420)
176
192
- Fixed broken documentation links in CONTRIBUTING.md by converting absolute GitHub URLs to relative paths
177
193
- Updated all documentation references to use local paths instead of pointing to hiero-sdk project hub
178
-
- chore: fix the examples workflow to log error messages and run on import failure (#738)
0 commit comments