This release includes the following:
Feature:
Join Push-down - If we have a join between two foreign tables from the same remote server, push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally.
Other Fixes:
- Optimizises a few APIs for better performance.
- Added support for the whole-row reference.