Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #185: Add EventStore Connector missing configuration for ClientConnectionTimeout and GossipTimeout #186

Merged
merged 3 commits into from
Jan 16, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
#185: Update CHANGELOG.md
  • Loading branch information
seclerp committed Jan 16, 2020
commit e0f5c0e8034d2928cc590cc126834bd02b744730
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The `Unreleased` section name is replaced by the expected version of next releas
- `eqx dump` perf + logging improvements
- `eqx dump -P` turns off JSON pretty printing
- `Cosmos`: `Tip 200` now logs received `n` and `_etag` values
- `EventStore`: Add missing optional parameters for `Connector`: `gossipTimeout` and `clientConnectionTimeout`

### Changed

Expand Down