Releases: qiniu/qmgo
Releases · qiniu/qmgo
v0.7.5
v0.7.4
- Support new options to indexes operation
Unique bool // Prevent two documents from having the same index key
Background bool // Build index in background and return immediately
Sparse bool // Only index documents containing the Key fields
ExpireAfterSeconds *int32 // Periodically delete docs with indexed time.Time older than that.
- Introduce new API CreateOneIndex and CreateIndexes,
- Deprecated EnsureIndexes