Skip to content

Ballerina MongoDB Connector 4.3.0 Released!

Compare
Choose a tag to compare
@abeykoon abeykoon released this 13 Sep 04:33
· 86 commits to master since this release
e2dd509

What's Changed

Following backward compatible changes are included.

  • Introduce distinct() function to query for distinct field values of documents
  • Introduce skip into find() method to cater pagination requirements. This is introduced with default value = -1.
  • Improve find() method to support union types as well rather basic record types

Full Changelog: v4.2.1...v4.3.0