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-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8
8
9
9
### Added
10
10
- Standardized docstrings, improved error handling, and updated type hinting (`str | None` to `Optional[str]`) for the `FileId` class (#652).
11
-
12
11
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
13
12
- Added comprehensive Google-style docstrings to the `Logger` class and all utility functions in `src/hiero_sdk_python/logger/logger.py` (#639).
14
13
- add AccountRecordsQuery class
15
14
- Transaction bytes serialization support: `Transaction.freeze()`, `Transaction.to_bytes()`, and `Transaction.from_bytes()` methods for offline signing and transaction storage
16
-
17
15
- docs: Add Google-style docstrings to `ContractId` class and methods in `contract_id.py`.
18
16
19
17
### Changed
@@ -22,9 +20,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
22
20
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
23
21
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
24
22
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
25
-
26
23
- chore: Refactored the script of examples/custom_fee.py into modular functions
27
-
28
24
- fix: Replaced `collections.namedtuple` with `typing.NamedTuple` in `client.py` for improved type checking.
29
25
- chore: Refactored examples/custom_fee.py into three separate example files.
30
26
- Expanded `docs/sdk_developers/checklist.md` with a self-review guide for all pull request submission requirements (#645).
@@ -33,13 +29,12 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
33
29
34
30
35
31
### Fixed
36
-
37
32
- Added explicit read permissions to examples.yml (#623)
38
33
- Removed deprecated Logger.warn() method and legacy parameter swap logic from get_logger() (#673).
39
34
- Improved type hinting in `file_append_transaction.py` to resolve 'mypy --strict` errors. ([#495](https://github.com/hiero-ledger/hiero-sdk-python/issues/495))
40
35
- fix: Resolve `__eq__` type conflict in `CustomFee` class (#627)
41
36
- 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
0 commit comments