Adrian Dole
Adrian Dole
It's jarring to open this repository and have my theme change. Removing this line keeps the theme to what the user has already set.
Retry GCP, AWS, and Azure requests that encounter transient errors. Evergreen testing with the C driver implementation: https://spruce.mongodb.com/version/664bc7d2ebaef90007283d77/ Scope doc: https://docs.google.com/document/d/1JUVC2-Pe8mfpgemHyb4ihsIOzIe_QFQPnYDJV2idVY4/edit
C driver implementation to support retryable KMS encrypt requests. ## Summary of changes - Check the new KMS context field (`sleep_usec`) that indicates how long to wait (if at all)...
strlen is faster than a manual loop and will be optimized away for compile-time strings. Use less-than rather than equality to preserve the behavior where the user can get the...
- Sync delegated spec tests - Bump C driver minimum version to 1.27