Releases: IBMStreams/streamsx.mongoDB
MongoDB Toolkit v2.0.1
Version 2.0.1
New:
Added new custom output functions to Insert
and Update
operators to handle input that is already formatted as a JSON string:
InsertDocumentAsJson
UpdateDocumentAsJson
UpdateDocumentsAsJson
UpsertDocumentAsJson
UpsertDocumentsAsJson
2.0.1.1 update:
Fix macro and perl issues.
MongoDB Toolkit v2.0.0
Version 2.0.0
New:
Added Update and Delete operators with samples.
-
Update operator
Provides 4 custom output functions:- UpdateDocument - updates one found document.
- UpdateDocuments - updates all found documents.
- UpsertDocument - updates one found document or inserts if not found.
- UpsertDocuments - updates all found documents or inserts if not found.
-
Delete operator
Provides 2 custom output functions:- RemoveDocument - removes one found document.
- RemoveDocuments - removes all found documents.
MongoDB Toolkit v1.4.0
Version 1.4.0
New:
Added SSL encryption support.
Samples updated with SSL encryption.
MongoDB Toolkit v1.3.0
Version 1.3.0
New:
Updated cpp driver to v1.1.0
Added authentication (SCRAM-SHA-1 and MONGODB-CR supported).
Samples updated with authentication.
MongoDB Toolkit v1.2.0
This is a release of the MongoDB toolkit v1.2.0 to support InfoSphere Streams v4.0 and latest stable MongoDB driver.
1.2.0.1 update:
Added support for JSON string in FindQuery.
1.2.0.2 update:
Fixed enum and timestamp issues.
MongoDB Toolkit v1.0.0
This is a first release of the MongoDB toolkit v1.0.0 for InfoSphere Streams v3.2.1.
v1.0.0.1 update:
Fixed enum and timestamp issues.
v1.0.0.2 update:
Fixed findQuery with attribute issue.
v1.1.0 release:
Added authentication.