Skip to content

Releases: qiniu/qmgo

v0.7.6

Choose a tag to compare

@jiangz222 jiangz222 released this 27 Sep 09:20
7f6139f
  • fix error in Find().Apply()

v0.7.5

Choose a tag to compare

@jiangz222 jiangz222 released this 27 Sep 08:35
13372c8
  • Add API: Find().Apply()
  • Add copyright

v0.7.4

Choose a tag to compare

@jiangz222 jiangz222 released this 19 Sep 15:02
44d60f4
  • 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

v0.7.3

Choose a tag to compare

@jiangz222 jiangz222 released this 19 Sep 09:47
7ff5154

UpdateWithDocument rename to ReplaceOne

v0.7.2

Choose a tag to compare

@jiangz222 jiangz222 released this 19 Sep 09:16
32b96fd

Upsert support fields

v0.7.1

Choose a tag to compare

@jiangz222 jiangz222 released this 13 Sep 10:04
552fdf3
  • New API UpdateWithDocument
  • Support automatically default and custom fields
  • Hooks without options in InsertOneInsertMany and UpdateWithDocument

v0.7.0

Choose a tag to compare

@jiangz222 jiangz222 released this 31 Aug 15:08
e55f06d
  • Support Hooks
  • Support all options when connect
  • Support InsertMany([]UserType)

v0.6.2

Choose a tag to compare

@jiangz222 jiangz222 released this 23 Aug 13:32
5e57d3c

predefine operator keys

v0.6.1

Choose a tag to compare

@jiangz222 jiangz222 released this 21 Aug 01:49
b9fbb6f
  • Connect database with auth
  • Support dropindexes

v0.6.0

Choose a tag to compare

@jiangz222 jiangz222 released this 17 Aug 12:35
bf774f5

In this release, qmgo support

  • Transactions
  • Pool monitor、minPoolSize
  • Readpref