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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7
7
## [Unreleased]
8
8
9
9
### Added
10
+
10
11
- Auto-assignment bot for beginner-labeled issues with `/assign` command support and helpful reminders. (#1368)
11
12
- Added comprehensive docstring to `FeeAssessmentMethod` enum explaining inclusive vs exclusive fee assessment methods with usage examples. (#1391)
12
13
- Added comprehensive docstring to `TokenType` enum explaining fungible vs non-fungible tokens with practical use cases. (#1392)
14
+
- Enable dry run support for office hours bot via `workflow_dispatch` trigger for testing without posting comments. (#1426)
13
15
14
16
- Added a notification workflow that alerts the support team when an issue is labeled as a Good First Issue Candidate.[(#1296)]
15
17
- Added comprehensive training documentation for the `Query` class, covering execution flow, payments, retries, and building child queries. (#1238)
@@ -98,6 +100,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
98
100
- Added prompt for coderabbit to review `Query` and it's sub-classes.
99
101
100
102
### Changed
103
+
101
104
- Enable CodeRabbit walkthrough mode by default to improve PR review visibility (#1439)
102
105
- Remove the commented out blocks in config.yml (#1435)
103
106
- Renamed `.github/scripts/check_advanced_requirement.sh` to `bot-advanced-check.sh` for workflow consistency (#1341)
@@ -108,7 +111,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
108
111
- Renamed bot-inactivity workflow files to remove "-phase" suffix since the process no longer uses phased execution (#1339)
109
112
- Renamed the GitHub notify team script to match its corresponding workflow filename for better maintainability (#1338)
110
113
- style: apply black formatting to examples (#1299)
111
-
-Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)]
114
+
-Update GitHub workflow names in `.github/workflows/bot-workflows.yml` to match correct references [(#1284)]
112
115
- Renamed templates for improved clarity [(#1265)]
113
116
- Updated Good First Issue notifications to trigger only after the first comment is posted, reducing noise on unassigned issues.(#1212)
114
117
- Bumped requests from 2.32.3 to 2.32.4 to 2.32.5
@@ -165,9 +168,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
165
168
- Refactored `examples/account/account_create_transaction_create_with_alias.py` and `examples/account/account_create_transaction_evm_alias.py` to use the native `AccountInfo.__str__` method for printing account details, replacing manual JSON serialization. ([#1263](https://github.com/hiero-ledger/hiero-sdk-python/issues/1263))
166
169
167
170
### Fixed
171
+
168
172
- Improved filename-related error handling with clearer and more descriptive error messages.(#1413)
169
173
- Good First Issue bot no longer posts `/assign` reminders for repository collaborators. (#1367)
170
-
- GFI workflow casing
174
+
- GFI workflow casing
171
175
- Update `bot-workflows.yml` to trigger only on open PRs with failed workflows; ignore closed PRs and branches without open PRs.
0 commit comments