qmgo v0.7.4 Release Notes

Release Date: 2020-09-19 // over 3 years ago
    • ๐Ÿ‘Œ 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