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
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
10
10
- docs: Add Google-style docstrings to `TokenId` class and its methods in `token_id.py`.
11
11
- added Google-style docstrings to the `TransactionRecord` class including all dataclass fields, `__repr__`, `_from_proto()` & `_to_proto()` methods.
12
12
- Standardized docstrings, improved error handling, and updated type hinting (`str | None` to `Optional[str]`) for the `FileId` class (#652).
13
-
14
13
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
15
14
- Added comprehensive Google-style docstrings to the `Logger` class and all utility functions in `src/hiero_sdk_python/logger/logger.py` (#639).
16
15
- add AccountRecordsQuery class
@@ -27,9 +26,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
27
26
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
28
27
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
29
28
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
30
-
31
29
- chore: Refactored the script of examples/custom_fee.py into modular functions
32
-
33
30
- fix: Replaced `collections.namedtuple` with `typing.NamedTuple` in `client.py` for improved type checking.
34
31
- chore: Refactored examples/custom_fee.py into three separate example files.
35
32
- Expanded `docs/sdk_developers/checklist.md` with a self-review guide for all pull request submission requirements (#645).
@@ -38,13 +35,12 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
38
35
- chore: changed the file names of airdrop examples, classes, unit and integration tests so they are grouped together. (#631)
39
36
40
37
### Fixed
41
-
42
38
- Added explicit read permissions to examples.yml (#623)
43
39
- Removed deprecated Logger.warn() method and legacy parameter swap logic from get_logger() (#673).
44
40
- Improved type hinting in `file_append_transaction.py` to resolve 'mypy --strict` errors. ([#495](https://github.com/hiero-ledger/hiero-sdk-python/issues/495))
45
41
- fix: Resolve `__eq__` type conflict in `CustomFee` class (#627)
46
42
- Fixes a type conflict in `token_id.py` where `from_string` could receive `None`, preventing a runtime error by raising a `ValueError` if the input is missing. #630
47
-
43
+
- Dependabot alerts (version bumps)
48
44
49
45
### Breaking Changes
50
46
- chore: changed the file names airdrop classes (#631)
0 commit comments