Skip to content

1.0.2 Release #141

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

Merged
merged 44 commits into from
May 16, 2017
Merged

1.0.2 Release #141

merged 44 commits into from
May 16, 2017

Conversation

timvaillancourt
Copy link
Contributor

@timvaillancourt timvaillancourt commented May 15, 2017

  1. Fixed 'username' vs 'user' typo for command-line flag. Resolves Cannot authenticate with a user - config.username != config.user #120.
  2. Updated scripts/build.sh for new Pip 9+ cache flag. Resolves build script error #119.
  3. Close oplog tailer files cleanly and raise Resolver thread errors. Resolves ResolverThread not end #121 and Resolver TimeoutError #143.
  4. Support new 3.4 balancer state commands. Resolves check_balancer_running method never returns True on 3.4 #136.
  5. Fix for ignored 'none' value for 'backup.mongodump.compression', new default: 'auto' for auto-discovering gzip. Merges/resolves PR prevent backup.mongodump.compression 'none' to be overwritten #126.
  6. Ignore bson errors for UTF-8 fields in tailed-oplog documents, merges/resolves PR ignore bson unicode decode error #127 .
  7. Send mongodump password via stdin (if mongodump 3.0.2+) to prevent password leak.
  8. Set readPreference to 'secondary' if mongodump is 3.4+. This will cause an error if an oplog-tailing Secondary becomes Primary (due to failover after choosing a Secondary).
  9. Dockerfile updated to use mongodump 3.4.x.
  10. Fix for replicaset-scoring quorum count problem.
  11. Fix for creating log directory if it doesn't exist.
  12. Fix for creating a log file when process is locked.
  13. Updated 'links' in README.

timvaillancourt and others added 30 commits May 4, 2017 15:57
Update pip cache dir flag (--download-cache was removed), fix for #119
Support readPreference on mongodump 3.4.0+, set to secondary
Dockerfile to install 3.4 psmdb mongodump for 3.4.x support
1.0.2: Fix secondary quorum errors on large sets
1.0.2: Support both types of pip cache flags
1.0.2: ignore bson unicode decode error
1.0.2: 1.0.0 Percona blog link update
1.0.2: Default backup compression to 'auto' so 'none' can be set explicitly
1.0.2: Fix to remove server password from mongodump commandline if mongodump >= 3.0.2
1.0.2: Warn users if their password is on the mongodump command line (mongodump too old)
1.0.2: Fixes from #121, check if ResolverThread.py thows exception and close tailed oplog properly
1.0.2: Support 3.4.x CSRS-based balancer
@timvaillancourt timvaillancourt requested a review from dbmurphy May 15, 2017 17:18
@timvaillancourt timvaillancourt self-assigned this May 15, 2017
@timvaillancourt timvaillancourt merged commit 565c3df into master May 16, 2017
@timvaillancourt timvaillancourt deleted the 1.0.2 branch May 16, 2017 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants