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
- CI: Add standalone workflow `pr-check-naming-test.yml` to validate test filenames. Enforces unit tests begin with `test_` and integration tests end with `_test.py`, with exclusions for helper files. (Fixes #744)
11
24
- Add `TokenFeeScheduleUpdateTransaction` class to support updating custom fee schedules on tokens (#471).
@@ -30,6 +43,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
30
43
- docs: Add `docs/sdk_developers/project_structure.md` to explain repository layout and import paths.
31
44
32
45
### Changed
46
+
- chore: bumped solo action from 14.0 to 15.0 (#764)
33
47
- chore: replaced hardcoded 'testnet' messages with environment network name
34
48
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
35
49
- chore: update local environment configuration in env.example (#649)
@@ -55,6 +69,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
55
69
- Dependabot alerts (version bumps)
56
70
- Fixed incorrect `TokenType` import (protobuf vs. SDK enum) in 18 example files.
57
71
- Update `schedule_sign_transaction_e2e_test` to check for key presence instead of relying on index.
72
+
- Add `localhost` and `local` as network names
58
73
59
74
### Breaking Changes
60
75
- chore: changed the file names airdrop classes (#631)
@@ -87,6 +102,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
87
102
- Added `checksum` filed for TopicId, FileId, ContractId, ScheduleId class
88
103
- Added workflow for running example scripts.
89
104
- docs: workflow.md documenting key steps to creating a pull request (#605)
105
+
- chore: fix the examples workflow to log error messages and run on import failure (#738)
90
106
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
91
107
92
108
@@ -176,7 +192,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
176
192
- Add strict type hints to `TransactionGetReceiptQuery` (#420)
177
193
- Fixed broken documentation links in CONTRIBUTING.md by converting absolute GitHub URLs to relative paths
178
194
- Updated all documentation references to use local paths instead of pointing to hiero-sdk project hub
179
-
- chore: fix the examples workflow to log error messages and run on import failure (#738)
0 commit comments