Skip to content

Releases: civet148/mgoc

mgoc-v1.2.1

04 Jul 01:18
Compare
Choose a tag to compare
  • update upsert
  • update readme document

mgoc-v1.2.0

29 May 07:23
Compare
Choose a tag to compare

add Round method supports round project (normal query or aggregate)

mgoc-v1.1.2

29 May 06:07
Compare
Choose a tag to compare

Unwind method supports object param

mgoc-v1.1.1

29 May 05:58
Compare
Choose a tag to compare

add Unwind aggregation method

mgoc-v1.0.0

29 May 03:29
Compare
Choose a tag to compare

ToObjectID method name change to MakeObjectID

mgoc-v0.9.4

29 May 03:09
Compare
Choose a tag to compare
  • add SetReadTimeout, SetWriteTimeout methods to change read or write timeout seconds

mgoc-v0.9.3

29 May 02:37
Compare
Choose a tag to compare
  • GroupBy method supports string, bson.M and bson.D expression

mgoc-v0.9.2

26 May 08:30
Compare
Choose a tag to compare
  • support aggregate result fetch to struct

mgoc-v0.9.1

26 May 00:47
Compare
Choose a tag to compare

Query can instead Aggregate when using group functions

mgoc-v0.9.0

25 May 10:02
Compare
Choose a tag to compare
  • add GroupBy method
  • add aggregate methods for $avg $sum $max $min