mongo_go 2.0.2 copy "mongo_go: ^2.0.2" to clipboard
mongo_go: ^2.0.2 copied to clipboard

discontinued

MongoDB driver based on the official GO SDK via Dart FFI.

2.0.2 #

  • FIX: Fixed README reference to mongo_proxy.so to refer to main branch's version.

2.0.1 #

  • FIX: initializing from all connection factory constructors.

2.0.0 #

Note: This release has breaking changes.

  • BREAKING FEAT: Bulk write operations.

1.0.0 #

  • FIX: mongo_go depends on bson 3.0.0.

0.9.1+5 #

  • FIX: restored the lock on the dependency of decimal 2.2.0.

0.9.1+4 #

  • FIX: using bson2 to enable upgrade to decimal 2.3.0.

0.9.1+3 #

  • FIX: locked Decimal dependency to 2.2.0.

0.9.1+2 #

  • FIX: improved documentation.

0.9.1+1 #

  • FIX: Makefile copying mongo_proxy.so instead of link.

0.9.1 #

  • Fixed very minor typo on README

0.9.0 #

  • Initial version