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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,26 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
6
6
7
7
## [Unreleased]
8
8
9
-
10
9
### Added
10
+
11
11
- Add Google-style docstrings to `AccountInfo` class and its methods in `account_info.py`.
12
12
13
13
- add AccountRecordsQuery class
14
14
15
15
### Changed
16
16
17
+
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
18
+
17
19
### Fixed
18
20
19
21
- Added explicit read permissions to examples.yml (#623)
20
22
21
23
### Breaking Changes
22
24
23
-
24
25
## [0.1.7] - 2025-10-28
25
26
26
27
### Added
28
+
27
29
- Expanded `README.md` with a new "Follow Us" section detailing how to watch, star, and fork the repository (#472).
28
30
- Refactored `examples/topic_create.py` into modular functions for better readability and reuse.
29
31
- Add Rebasing and Signing section to signing.md with instructions for maintaining commit verification during rebase operations (#556)
@@ -63,7 +65,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
63
65
- Converted monolithic function in `token_create_nft_infinite.py` to multiple modular functions for better structure and ease.
64
66
- docs: Use relative paths for internal GitHub links (#560).
65
67
- Update pyproject.toml maintainers list.
66
-
– docs: Updated README.md/CHANGELOG.md and added blog.md, bud.md and setup.md (#474)
68
+
– docs: Updated README.md/CHANGELOG.md and added blog.md, bud.md and setup.md (#474)
67
69
- renamed docs/sdk_developers/changelog.md to docs/sdk_developers/changelog_entry.md for clarity.
68
70
- Refactor `query_balance.py` into modular, reusable functions with `setup_client()`, `create_account()`, `get_balance()`, `transfer_hbars()`, and `main()` for improved readability, maintainability, and error handling.
69
71
- Unified balance and transfer logging format — both now consistently display values in hbars for clarity.
@@ -75,6 +77,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
75
77
- Type hinting for `Topic` related transactions.
76
78
77
79
### Removed
80
+
78
81
- Remove deprecated camelCase alias support and `_DeprecatedAliasesMixin`; SDK now only exposes snake_case attributes for `NftId`, `TokenInfo`, and `TransactionReceipt`. (Issue #428)
79
82
80
83
## [0.1.6] - 2025-10-21
@@ -131,6 +134,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
0 commit comments