MongoDB Release Notes
Release notes are displayed in descending order from the most recent release to the oldest. Known Issues are listed with the most recent release.
See TIBCO Scribe® Online Connector For MongoDB for more information.
Version 1.1.0
Released September 23, 2021.
New And Noteworthy
- Updated the ADO.NET data provider to version 21.0.7850.0
- Updated the MongoDB CData Driver to version 21.0.7850.0
The Connector for MongoDB supports the following:
- MongoDB documents containing nested objects and arrays are now supported. Use the Mapper Connector to Read/Write these complex types.
- MongoDB up to version 5
Migration And Compatibility
In some cases, an error similar to the following is generated when Solutions run after the MongoDB Connector update:
Message: Malformed SQL Statement: Unknown token ] encountered during parsing at position 131
Reset metadata for your MongoDB connections and run the Solution again. See Resetting Metadata. If that does not resolve the issue, do the following:
- Configure a new MongoDB connection.
- Export the flows from the app generating the error.
- Add a new app.
- Import the flows from the app generating the error into the new app.
Closed Issues
SCMONGC-1
Connections to MongoDB are not automatically closed when an app finishes running, which can cause the Connector to exceed the MongoDB instance concurrent process limit. (Case # 01730480)
Known Issues
There are no Known Issues in this release.
Version 1.0.0
Released October 26, 2018.
New And Noteworthy
The Connector for MongoDB supports the following:
- Integrating with any application across your business that uses MongoDB as a backend
- Modeling MongoDB instances as relational databases
- Using native MongoDB queries and javascript to work with the data
Closed Issues
There are no Closed Issues in this release.