Skip to content

Releases: IBMStreams/streamsx.mongoDB

MongoDB Toolkit v2.0.1

25 Oct 08:37
Compare
Choose a tag to compare

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

06 Sep 13:39
Compare
Choose a tag to compare

Version 2.0.0

New:
Added Update and Delete operators with samples.

  • Update operator
    Provides 4 custom output functions:

    1. UpdateDocument - updates one found document.
    2. UpdateDocuments - updates all found documents.
    3. UpsertDocument - updates one found document or inserts if not found.
    4. UpsertDocuments - updates all found documents or inserts if not found.
  • Delete operator
    Provides 2 custom output functions:

    1. RemoveDocument - removes one found document.
    2. RemoveDocuments - removes all found documents.

MongoDB Toolkit v1.4.0

13 Jul 21:51
Compare
Choose a tag to compare

Version 1.4.0

New:
Added SSL encryption support.
Samples updated with SSL encryption.

MongoDB Toolkit v1.3.0

18 Apr 09:34
Compare
Choose a tag to compare

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

15 Jul 16:22
Compare
Choose a tag to compare

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

15 Jul 16:11
Compare
Choose a tag to compare

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.