Ballerina MongoDB Connector 4.3.0 Released!
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