Skip to content

Commit

Permalink
chore: Change user agent version and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ohad83 committed Aug 13, 2024
1 parent 4e73166 commit 7573e83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

## [1.4.4] - 2024-08-13

### Changed

- Added `http.request.resend_delay` as a span attribute for the retry handler
- Changed the `http.retry_count` span attribute to `http.request.resend_count` to conform to OpenTelemetry specs.

## [1.4.3] - 2024-07-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion user_agent_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewUserAgentHandlerOptions() *UserAgentHandlerOptions {
return &UserAgentHandlerOptions{
Enabled: true,
ProductName: "kiota-go",
ProductVersion: "1.4.3",
ProductVersion: "1.4.4",
}
}

Expand Down

0 comments on commit 7573e83

Please sign in to comment.