Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Tags: 10gen/mgo

Tags

r2013.05.19

Toggle r2013.05.19's commit message
- New cluster synchronization logic reuses existing connections.

- Introduced nearest slave server detection.
- Sleep a bit when retrying an individual server during synchronization
  due to socket errors, to avoid punching the system needlessly.

r2013.04.11

Toggle r2013.04.11's commit message
Document inlining of maps, and error out if inlined map keys conflict

with struct fields when encoding.

r2013.04.05

Toggle r2013.04.05's commit message
Merged bson.NewObjectId concurrency fix from tip.

r2013.01.20

Toggle r2013.01.20's commit message
Fixed omitempty on float values, as reported by Otto Bretz.

r2012.10.28

Toggle r2012.10.28's commit message
Introduced ability to provide custom Dial functions.

r2012.10.04

Toggle r2012.10.04's commit message
Server closes cursor when batch is 1. Use 2 instead.

r2012.09.05

Toggle r2012.09.05's commit message
Introduced support for TTL collections.

r2012.08.23

Toggle r2012.08.23's commit message
Fixed tests after bson fixes.

r2012.08.22

Toggle r2012.08.22's commit message
Dropped support for fake runner.

r2012.08.07

Toggle r2012.08.07's commit message
Ensure Apply always goes to the master.