Skip to content

Commit 1a499e3

Browse files
author
Abel Milash
committed
Update CHANGELOG.md for v0.1.0b10 release
1 parent c2843da commit 1a499e3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.0b10] - 2026-05-12
11+
12+
### Added
13+
- `DataverseClient(context=OperationContext(...))` keyword argument (also settable via `DataverseConfig(operation_context=...)`) that appends a parenthesized comment to the outbound `User-Agent` header so callers can attribute their traffic in Dataverse server logs — e.g. `DataverseSvcPythonClient:0.1.0b10 (app=dataverse-skills/1.2.1)` (#178)
14+
1015
## [0.1.0b9] - 2026-04-28
1116

1217
### Added
@@ -125,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125130
- Comprehensive error handling with specific exception types (`DataverseError`, `AuthenticationError`, etc.) (#22, #24)
126131
- HTTP retry logic with exponential backoff for resilient operations (#72)
127132

128-
[Unreleased]: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/compare/v0.1.0b9...HEAD
133+
[Unreleased]: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/compare/v0.1.0b10...HEAD
134+
[0.1.0b10]: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/compare/v0.1.0b9...v0.1.0b10
129135
[0.1.0b9]: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/compare/v0.1.0b8...v0.1.0b9
130136
[0.1.0b8]: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/compare/v0.1.0b7...v0.1.0b8
131137
[0.1.0b7]: https://github.com/microsoft/PowerPlatform-DataverseClient-Python/compare/v0.1.0b6...v0.1.0b7

0 commit comments

Comments
 (0)