Skip to content

Commit

Permalink
fix: multiple fixes to the agent-rs, most notably having 5 min limit …
Browse files Browse the repository at this point in the history
…on the retry loop while polling (#434)
  • Loading branch information
rumenov authored May 12, 2023
1 parent 7198714 commit 1ec2391
Show file tree
Hide file tree
Showing 14 changed files with 293 additions and 224 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
* fix: Adjust the default polling parameters to provide better UX. Remove the `CouldNotReadRootKey` error and panic on poisoned mutex.
* chore: remove deprecated code and fix style
* Breaking Change: removing the PasswordManager
* Breaking Change: Enum variant `AgentError::ReplicaError` is now a tuple struct containing `RejectResponse`.
Expand Down
Loading

0 comments on commit 1ec2391

Please sign in to comment.