Skip to content

Releases: coinbase/mongobetween

v0.0.18

05 Apr 18:59
1034c5a
Compare
Choose a tag to compare

What's Changed

  • Upgrade MongoDB driver version to v1.14.0 by @kounat in #69

Full Changelog: v0.0.17...v0.0.18

0.0.17

14 Feb 20:47
ca3d8d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

0.0.16

02 Nov 16:15
fe46b56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

0.0.15

31 Oct 15:52
1cf0736
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.14...v0.0.15

0.0.14

11 Jan 19:49
a4bce58
Compare
Choose a tag to compare
  • #45: Transaction and cursor server pinning support added (credit @taganaka)

0.0.13

06 Dec 18:21
7340694
Compare
Choose a tag to compare
  • #41 - Updated IsIsMasterDoc function to work with drivers that send IsMaster documents with 'isMaster' set to a boolean value instead of a number (credit @rdeavilafloqast)

0.0.12

24 Nov 04:32
7ce5a8a
Compare
Choose a tag to compare

Point to the released v1.8.0 MongoDB Go driver version.

0.0.11

12 Nov 18:09
4291660
Compare
Choose a tag to compare

Add support for dynamically disabling writes and redirects (#38)

0.0.10

04 Oct 22:22
f50da50
Compare
Choose a tag to compare
  • Upgrade max wire version from 7 (4.0) to 8 (4.2)
  • Upgrade Mongo go driver to 1.7.2
  • Improved observability into operations (commands + collections)

0.0.9

04 Nov 20:02
f9690a0
Compare
Choose a tag to compare
  • Revert: ignore interruptedAtShutdown errors from mongos (#26)
  • Add OP_MSG checksum support (#27) - credit @divjotarora