Skip to content

Releases: botbuilder-contrib/botbuilder-storage-mongodb

Security updates

10 Nov 17:44

Choose a tag to compare

v1.0.8

Bump version and set tag

v1.0.5

09 Sep 23:34

Choose a tag to compare

This release fixes a bug where a relative require() prevented proper use of the library.

v1.0.4

04 Sep 19:23

Choose a tag to compare

Security vulnerability fix for in dependency library.

Bumps bl from 2.2.0 to 2.2.1.

v1.0.2

03 Sep 04:43

Choose a tag to compare

Updated example code only.

v1.0.1

03 Sep 03:49

Choose a tag to compare

Component no longer marshals MongoClient connection lifetime. The constructor now takes a constructed collection handle and lets the hosting application handle connection and lifetime of the MongoDB client.

v1.0.0

21 Aug 00:51
e420826

Choose a tag to compare

This release represents a change in the API.

The constructor for MongoDbStorage now takes a collection handle instead of a bunch of connection configuration items. With this approach, the MongoDB connection lifetime management is left to the containing application and the component is free of any such considerations.

v0.9.6

18 Aug 02:32
d1333d8

Choose a tag to compare

This release is the original API release of botbuilder-storage-mongodb.

Use this release if compatibility is important.

Future support an externally (eg: from your app) connected MongoDB client, so that a shared instance and connection pool can be controlled across the application. Previous releases - including this one - only support an internal mongo connection being instantiated and managed by the component itself.