Skip to content

Commit 711b993

Browse files
committed
0.1.1 version bump
1 parent a8da91c commit 711b993

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2025-11-14
11+
1012
### Added
1113

1214
- **Lock-Denied Polling**: Implemented intelligent lock polling for `lock-denied` and `in-use` errors. Lock operations now use fixed 1-second polling intervals (instead of exponential backoff) and respect `LockReleaseTimeout` (default 120s) instead of `MaxRetries`. This provides much better lock acquisition behavior when datastores are temporarily locked by other sessions.
@@ -31,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3133

3234
---
3335

34-
[Unreleased]: https://github.com/netascode/go-netconf/compare/v0.1.0...HEAD
36+
[Unreleased]: https://github.com/netascode/go-netconf/compare/v0.1.1...HEAD
37+
[0.1.1]: https://github.com/netascode/go-netconf/compare/v0.1.0...v0.1.1
3538
[0.1.0]: https://github.com/netascode/go-netconf/releases/tag/v0.1.0

0 commit comments

Comments
 (0)