Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Oct 6, 2012
1 parent b489f86 commit fc3a9b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@

Moped::Session.new([ "ssl.mongohq.com:10004" ], ssl: true)

## 1.2.7

### Resolved Issues

* \#60/\#80 Moped now gracefully handles replica set reconfig and crashes of the
primary and secondary. By default, the node list will be refreshed every
second and the operation will be retried up to 30 times. This is configurable
by setting the `:max_retries` and `:retry_interval` options on the session.

Moped::Session.new(
[ "node1:27017", "node2:27017" ],
retry_interval: 0.5, max_retries: 45
)

## 1.2.6

### Resolved Issues
Expand Down

0 comments on commit fc3a9b9

Please sign in to comment.