From 5b662f8e078a9e782e1b0be5b368ee09717582d1 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 22 Mar 2022 15:17:21 -0400 Subject: [PATCH] fixed stray rel notes file --- .../mongo_data_adapter/mongo5.3.0_rel_notes.mdx | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 product_docs/docs/mongo_data_adapter/mongo5.3.0_rel_notes.mdx diff --git a/product_docs/docs/mongo_data_adapter/mongo5.3.0_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/mongo5.3.0_rel_notes.mdx deleted file mode 100644 index 53ed4091569..00000000000 --- a/product_docs/docs/mongo_data_adapter/mongo5.3.0_rel_notes.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Version 5.3.0" -redirects: -- 01_5.3.0_rel_notes ---- - -Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.3.0 -include: - -| Type | Description | -| ----------- |------------ | -| Enhancement | Support for EDB Postgres Advanced Server 14. | -| Enhancement | Join pushdown: If a query has a join between two foreign tables from the same remote server, you can now push that join down to the remote server instead of fetching all the rows for both the tables and performing a join locally. | -| Bug Fix | Improve API performance. | -| Bug Fix | Need support for the whole-row reference. | - -