Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]

### Added
- [MINOR] Added streaming functions to Requester and ServiceClient
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog entry references code identifiers without backticks and is a bit vague compared to other entries in this file. Consider formatting Requester / ServiceClient (and the specific method name like makeStreamingRequest) using backticks for consistency and clearer release notes (see other entries such as Requester / ServiceClient references below).

Suggested change
- [MINOR] Added streaming functions to Requester and ServiceClient
- [MINOR] Added streaming functions to `Requester` and `ServiceClient`

Copilot uses AI. Check for mistakes.

### Changed

Expand Down
Loading