- Predictive Scaling in MongoDB Atlas, an Experiment
At MongoDB, we experimented to see if we could predict each DBaaS customer's demand fluctuations, and auto-scale them using this foreknowledge.
- The MongoDB Stable API
For MongoDB 5.0, I designed a new Stable API that permits you to upgrade without code changes.
- Motor 2.0
Add multi-document transactions, delete a bunch of old methods and drop MongoDB 2.6.
- Embed Interns In Your Team, Don't Assign Them Science Fair Projects
Interns are much more likely to succeed if they work as regular team members, doing a real professional's daily work.
- Announcing libbson and libmongoc 1.9.2
Fixes a mistake that causes a compile error in a macro definition.
- Announcing libbson and libmongoc 1.9.1
Revert an incompatible change to a macro definition, fix an off-by-one bug in regexes.
- Announcing libbson and libmongoc 1.9.0
Support for new MongoDB 3.6 features like change streams and retryable writes.
- Motor 1.2.0
Adds change streams, causal consistency, retryable writes, and more. Drops Python 2.6, MongoDB 2.4, and Tornado 3.
- Announcing Motor 1.2 Release Candidate, With MongoDB 3.6 Support
Adds change streams, causal consistency, retryable writes, and more. Drops Python 2.6, MongoDB 2.4, and Tornado 3.
- Announcing libbson and libmongoc 1.8.2
Don't bundle Snappy compression library, fix linker errors for libmongoc users.