Releases: botbuilder-contrib/botbuilder-storage-mongodb
Releases · botbuilder-contrib/botbuilder-storage-mongodb
Security updates
v1.0.5
v1.0.4
v1.0.2
v1.0.1
v1.0.0
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
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.