From be5eb0f11731db3250015dc60ca549bb53edd22a Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:57:29 -0400 Subject: [PATCH 01/20] Added slash to EDB*Loader and EDB*Wrap Added where throughout doc as appropriate, plus the new release notes --- .../docs/epas/11/epas_rel_notes/epas11_21_33_rel_notes.mdx | 2 +- .../docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx | 4 ++-- .../docs/epas/12/epas_rel_notes/epas12_16_21_rel_notes.mdx | 2 +- .../docs/epas/13/epas_rel_notes/epas13_12_18_rel_notes.mdx | 2 +- .../docs/epas/14/epas_rel_notes/epas14_9_1_rel_notes.mdx | 4 ++-- .../docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx | 4 ++-- .../docs/epas/15/epas_rel_notes/epas15_4_1_rel_notes.mdx | 4 ++-- .../database_administration_tools/09_tools_and_utilities.mdx | 4 ++-- .../database_administration_tools/edb_loader_overview.mdx | 2 +- .../epas/15/working_with_oracle_data/loading_bulk_data.mdx | 2 +- .../15/working_with_oracle_data/proprietary_source_code.mdx | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/product_docs/docs/epas/11/epas_rel_notes/epas11_21_33_rel_notes.mdx b/product_docs/docs/epas/11/epas_rel_notes/epas11_21_33_rel_notes.mdx index f063770bf4e..2fcc46dd017 100644 --- a/product_docs/docs/epas/11/epas_rel_notes/epas11_21_33_rel_notes.mdx +++ b/product_docs/docs/epas/11/epas_rel_notes/epas11_21_33_rel_notes.mdx @@ -10,6 +10,6 @@ EDB Postgres Advanced Server 11.21.33 includes the following enhancements and bu | Type | Description | Addresses   | | | ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- | -| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | | +| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | | | Bug fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | | | Bug fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | | diff --git a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx index 1529dea519e..5fa9ae8922c 100644 --- a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx +++ b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx @@ -1,5 +1,5 @@ --- -title: "EDB*Loader" +title: "EDB\*Loader" legacyRedirectsGenerated: # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. @@ -447,7 +447,7 @@ ZONED EXTERNAL [()] | ZONED [([,])] **Note**: If the `DATE` or `TIMESTAMP` field type is specified along with a SQL expression for the column, then `datemask` must be specified after `DATE` or `TIMESTAMP` and before the SQL expression. See the following discussion of the `expr` parameter. - When using the `TIMESTAMP` field datatype, if you specify `time_stamp timestamp "yyyymmddhh24miss"` the `datemask` is converted to the SQL expression. However, in case of `time_stamp timestamp "select to_timestamp(:time_stamp, 'yyyymmddhh24miss')"`, the EDB*Loader cannot differentiate between datemask and the SQL expression. It treats the third field (SQL expression in the example) as datemask and prepares the SQL expression, which will not be valid. Where: + When using the `TIMESTAMP` field datatype, if you specify `time_stamp timestamp "yyyymmddhh24miss"` the `datemask` is converted to the SQL expression. However, in case of `time_stamp timestamp "select to_timestamp(:time_stamp, 'yyyymmddhh24miss')"`, the EDB\*Loader cannot differentiate between datemask and the SQL expression. It treats the third field (SQL expression in the example) as datemask and prepares the SQL expression, which will not be valid. Where: - `first field` specifies the column name - `second field` specifies the datatype diff --git a/product_docs/docs/epas/12/epas_rel_notes/epas12_16_21_rel_notes.mdx b/product_docs/docs/epas/12/epas_rel_notes/epas12_16_21_rel_notes.mdx index 125288cdbce..8015feb7fc7 100644 --- a/product_docs/docs/epas/12/epas_rel_notes/epas12_16_21_rel_notes.mdx +++ b/product_docs/docs/epas/12/epas_rel_notes/epas12_16_21_rel_notes.mdx @@ -10,6 +10,6 @@ EDB Postgres Advanced Server 12.16.21 includes the following enhancements and bu | Type | Description | Addresses   | | | ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- | -| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | | +| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | | | Bug fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | | | Bug fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | | diff --git a/product_docs/docs/epas/13/epas_rel_notes/epas13_12_18_rel_notes.mdx b/product_docs/docs/epas/13/epas_rel_notes/epas13_12_18_rel_notes.mdx index 3fe582a1d7d..017a199cc02 100644 --- a/product_docs/docs/epas/13/epas_rel_notes/epas13_12_18_rel_notes.mdx +++ b/product_docs/docs/epas/13/epas_rel_notes/epas13_12_18_rel_notes.mdx @@ -10,6 +10,6 @@ EDB Postgres Advanced Server 13.12.18 includes the following enhancements and bu | Type | Description | Addresses   | | | ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- | -| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | | +| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | | | Bug fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | | | Bug fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | | diff --git a/product_docs/docs/epas/14/epas_rel_notes/epas14_9_1_rel_notes.mdx b/product_docs/docs/epas/14/epas_rel_notes/epas14_9_1_rel_notes.mdx index 3c7b765c279..5ef2e1712e9 100644 --- a/product_docs/docs/epas/14/epas_rel_notes/epas14_9_1_rel_notes.mdx +++ b/product_docs/docs/epas/14/epas_rel_notes/epas14_9_1_rel_notes.mdx @@ -10,7 +10,7 @@ EDB Postgres Advanced Server 14.9.1 includes the following enhancements and bug | Type | Description | Addresses   | | | ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- | -| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | | +| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | | | Bug fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | | | Bug fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | | -| Bug fix | Fixed the buffer overrun hazard in EDB*Wrap code. | | | \ No newline at end of file +| Bug fix | Fixed the buffer overrun hazard in EDB\*Wrap code. | | | \ No newline at end of file diff --git a/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx b/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx index 402c04ce197..18564da0f65 100644 --- a/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx +++ b/product_docs/docs/epas/15/epas_rel_notes/epas15_2_0_rel_notes.mdx @@ -11,8 +11,8 @@ EDB Postgres Advanced Server 15.2.0 includes the following enhancements and bug | -------------- | -------------------------------------------------------------------------------------------------------------------------------------| --------------------- | | Upstream merge | Merged with community PostgreSQL 15.2. See the [PostgreSQL 15 Release Notes](https://www.postgresql.org/docs/15/release-15.html) for more information. | | | Feature | Transparent Data Encryption (TDE) encrypts any user data stored in the database system. This encryption is transparent to the user. User data includes the actual data stored in tables and other objects, as well as system catalog data such as the names of objects. See [TDE docs](/tde/latest) for more information. | Security | -| Enhancement | EDB Postgres Advanced Server now allows non-superusers to load data using EDB*Loader. | edbldr | -| Enhancement | Enabled multi-insert support for the dynamic partition for EDB*Loader and COPY command. | | +| Enhancement | EDB Postgres Advanced Server now allows non-superusers to load data using EDB\*Loader. | edbldr | +| Enhancement | Enabled multi-insert support for the dynamic partition for EDB\*Loader and COPY command. | | | Enhancement | EDB Postgres Advanced Server now lets you obfuscate the LDAP password in the `pg_hba.conf` file. You can supply a module that transforms the `ldapbindpasswd` value in the `pg_hba.conf` file before the value is passed to the LDAP server. See [Obfuscating the LDAP password](../database_administration/01_configuration_parameters/01_setting_new_parameters/#obfuscating-the-ldap-password). | Security | | Enhancement | Added OCI dblink configuration file approach to restrict pushdowns. This enhancement adds the infrastructure to the configuration file in which you can define the list of operators and functions that can push down to the remote server. It also allows you to add to or modify the list as needed. | | | Enhancement | Added support for WHERE clause to the UPDATE and INSERT of MERGE command for Oracle compatibility.| Oracle compatibility | diff --git a/product_docs/docs/epas/15/epas_rel_notes/epas15_4_1_rel_notes.mdx b/product_docs/docs/epas/15/epas_rel_notes/epas15_4_1_rel_notes.mdx index 291f5f5a05a..888eaa41db5 100644 --- a/product_docs/docs/epas/15/epas_rel_notes/epas15_4_1_rel_notes.mdx +++ b/product_docs/docs/epas/15/epas_rel_notes/epas15_4_1_rel_notes.mdx @@ -10,9 +10,9 @@ EDB Postgres Advanced Server 15.4.1 includes the following enhancements and bug | Type | Description | Addresses   | | | ------------ | --------------------------------------------------------------------------------------------------- | --------------------- | --- | -| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB*Loader. | #91832 | | +| Bug fix | Hexadecimal values are now allowed as record and field delimiter in EDB\*Loader. | #91832 | | | Bug fix | Fixed memory leak in sub-transaction with usage of EXCEPTION in package. | #94255 | | | Bug fix | Fixed the cache lookup error for event triggers with proper initialization of the variables in SPL. | | | -| Bug fix | Fixed the buffer overrun hazard in EDB*Wrap code. | | | +| Bug fix | Fixed the buffer overrun hazard in EDB\*Wrap code. | | | | Bug fix | Fixed the function pg_get_expre() to avoid "unrecognized node type" error. | #96138 | | | Bug fix | Fixed segment size handling for pg_upgrade with TDE. | #96376 | | diff --git a/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/09_tools_and_utilities.mdx b/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/09_tools_and_utilities.mdx index 4c115d0a04a..55745a0d639 100644 --- a/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/09_tools_and_utilities.mdx +++ b/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/09_tools_and_utilities.mdx @@ -13,6 +13,6 @@ redirects: Oracle-compatible tools and utility programs allow you to work with EDB Postgres Advanced Server in a familiar environment. The tools supported by EDB Postgres Advanced Server include: - [EDB\*Plus](https://www.enterprisedb.com/docs/edb_plus/latest/) -- [EDB*Loader](../../database_administration/02_edb_loader/) -- [EDB*Wrap](../../epas_security_guide/03_edb_wrap/) +- [EDB\*Loader](../../database_administration/02_edb_loader/) +- [EDB\*Wrap](../../epas_security_guide/03_edb_wrap/) - [The Dynamic Runtime Instrumentation Tools Architecture (DRITA)](../../managing_performance/04_dynamic_runtime_instrumentation_tools_architecture_DRITA/) diff --git a/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx b/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx index 68c0af4fb35..873ddc56b72 100644 --- a/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx +++ b/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx @@ -3,6 +3,6 @@ title: "EDB*Loader" description: "Provides an overview of the EDB*Loader high-performance bulk data loader" --- -EDB*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL*Loader. +EDB\*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL*Loader. For details about using the tool, see [Loading bulk data](../../database_administration/02_edb_loader/). \ No newline at end of file diff --git a/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx b/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx index 044efa20b12..783c1b5634e 100644 --- a/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx +++ b/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx @@ -1,7 +1,7 @@ --- navTitle: Loading bulk data title: "Loading bulk data (EDB*Loader)" -description: "Overview of loading bulk data with EDB*Loader" +description: "Overview of loading bulk data with EDB\*Loader" --- EDB\*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB\*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL\*Loader. diff --git a/product_docs/docs/epas/15/working_with_oracle_data/proprietary_source_code.mdx b/product_docs/docs/epas/15/working_with_oracle_data/proprietary_source_code.mdx index 40c075f656d..c493aad88af 100644 --- a/product_docs/docs/epas/15/working_with_oracle_data/proprietary_source_code.mdx +++ b/product_docs/docs/epas/15/working_with_oracle_data/proprietary_source_code.mdx @@ -6,5 +6,5 @@ description: "Overview of the EDB*Wrap utility, which you use to protect proprie The EDB\*Wrap utility protects proprietary source code and programs like functions, stored procedures, triggers, and packages from unauthorized scrutiny. The EDB\*Wrap program translates a plaintext file that contains SPL or PL/pgSQL source code into a file that contains the same code in a form that's nearly impossible to read. Once you have the obfuscated form of the code, you can send that code to the PostgreSQL server, and the server stores those programs in obfuscated form. While EDB\*Wrap does obscure code, table definitions are still exposed. -See [EDB*Wrap](../epas_security_guide/03_edb_wrap/) for details about using the utility. +See [EDB\*Wrap](../epas_security_guide/03_edb_wrap/) for details about using the utility. From 8cb1717895a7337e6d6c41aafdc0acd20c6850cb Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:58:25 -0400 Subject: [PATCH 02/20] Update 02_edb_loader.mdx --- .../docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx index 5fa9ae8922c..498e8872232 100644 --- a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx +++ b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx @@ -1,5 +1,5 @@ --- -title: "EDB\*Loader" +title: "EDB*Loader" legacyRedirectsGenerated: # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. From 160f8348021d201702655b574363eefadc268ad2 Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:00:56 -0400 Subject: [PATCH 03/20] Update 02_edb_loader.mdx --- .../docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx index 498e8872232..647369d4cfc 100644 --- a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx +++ b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx @@ -95,7 +95,7 @@ The following are examples of types of database errors that abort the transactio -## Building the EDB\*Loader Control File +## Building the EDB\*Loader control file When you invoke EDB\*Loader, the list of arguments provided must include the name of a control file. The control file includes the instructions that EDB\*Loader uses to load the table (or tables) from the input data file. The control file includes information such as: From 8ad0203ec9953cc9707e6781aadfa63389f9d38f Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:01:43 -0400 Subject: [PATCH 04/20] Update 02_edb_loader.mdx --- .../docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx index 647369d4cfc..f5d42d653f6 100644 --- a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx +++ b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx @@ -447,7 +447,7 @@ ZONED EXTERNAL [()] | ZONED [([,])] **Note**: If the `DATE` or `TIMESTAMP` field type is specified along with a SQL expression for the column, then `datemask` must be specified after `DATE` or `TIMESTAMP` and before the SQL expression. See the following discussion of the `expr` parameter. - When using the `TIMESTAMP` field datatype, if you specify `time_stamp timestamp "yyyymmddhh24miss"` the `datemask` is converted to the SQL expression. However, in case of `time_stamp timestamp "select to_timestamp(:time_stamp, 'yyyymmddhh24miss')"`, the EDB\*Loader cannot differentiate between datemask and the SQL expression. It treats the third field (SQL expression in the example) as datemask and prepares the SQL expression, which will not be valid. Where: + When using the `TIMESTAMP` field datatype, if you specify `time_stamp timestamp "yyyymmddhh24miss"` the `datemask` is converted to the SQL expression. However, in case of `time_stamp timestamp "select to_timestamp(:time_stamp, 'yyyymmddhh24miss')"`, EDB\*Loader can't differentiate between datemask and the SQL expression. It treats the third field (SQL expression in the example) as datemask and prepares the SQL expression, which will not be valid. Where: - `first field` specifies the column name - `second field` specifies the datatype From 39b5901e12106a6ea590166c8283aed465a2ae61 Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:02:25 -0400 Subject: [PATCH 05/20] Update 02_edb_loader.mdx --- .../docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx index f5d42d653f6..6148da965fb 100644 --- a/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx +++ b/product_docs/docs/epas/12/epas_compat_tools_guide/02_edb_loader.mdx @@ -95,7 +95,7 @@ The following are examples of types of database errors that abort the transactio -## Building the EDB\*Loader control file +## Building the EDB\*Loader Control File When you invoke EDB\*Loader, the list of arguments provided must include the name of a control file. The control file includes the instructions that EDB\*Loader uses to load the table (or tables) from the input data file. The control file includes information such as: From bd7d7d901fd450bffa8f0d643f74454d39c3d1af Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:03:39 -0400 Subject: [PATCH 06/20] Update loading_bulk_data.mdx --- .../docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx b/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx index 783c1b5634e..044efa20b12 100644 --- a/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx +++ b/product_docs/docs/epas/15/working_with_oracle_data/loading_bulk_data.mdx @@ -1,7 +1,7 @@ --- navTitle: Loading bulk data title: "Loading bulk data (EDB*Loader)" -description: "Overview of loading bulk data with EDB\*Loader" +description: "Overview of loading bulk data with EDB*Loader" --- EDB\*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB\*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL\*Loader. From 633fd6f7699daa619aa930652cccf4edd51c771a Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:25:59 +0530 Subject: [PATCH 07/20] Update edb_loader_overview.mdx --- .../database_administration_tools/edb_loader_overview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx b/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx index 873ddc56b72..d36f8bac96d 100644 --- a/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx +++ b/product_docs/docs/epas/15/tools_utilities_and_components/database_administration_tools/edb_loader_overview.mdx @@ -3,6 +3,6 @@ title: "EDB*Loader" description: "Provides an overview of the EDB*Loader high-performance bulk data loader" --- -EDB\*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL*Loader. +EDB\*Loader is a high-performance bulk data loader that provides an interface compatible with Oracle databases for EDB Postgres Advanced Server. The EDB\*Loader command line utility loads data from an input source, typically a file, into one or more tables using a subset of the parameters offered by Oracle SQL\*Loader. -For details about using the tool, see [Loading bulk data](../../database_administration/02_edb_loader/). \ No newline at end of file +For details about using the tool, see [Loading bulk data](../../database_administration/02_edb_loader/). From 4ffacea8508ff740062b6d9d35dd54fcd9321fb9 Mon Sep 17 00:00:00 2001 From: Petr Jelinek Date: Tue, 22 Aug 2023 23:00:41 +0300 Subject: [PATCH 08/20] Fix notes for bdr.run_on_nodes and bdr.run_on_group The text was copy pasted from `bdr.run_on_all_nodes` and the wording and warnings need to be somewhat different for these two functions --- .../docs/pgd/5/reference/functions.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/product_docs/docs/pgd/5/reference/functions.mdx b/product_docs/docs/pgd/5/reference/functions.mdx index 8c0638a731c..0f11f729c99 100644 --- a/product_docs/docs/pgd/5/reference/functions.mdx +++ b/product_docs/docs/pgd/5/reference/functions.mdx @@ -486,13 +486,13 @@ defaults are used. This function doesn't go through normal replication. It uses direct client connection to all known nodes. By default, the connection is created -with `bdr.ddl_replication = off`, since the commands are already being sent -to all of the nodes in the cluster. +with `bdr.ddl_replication = off`, to avoid replication issues when the same +replicated DDL command is sent to multiple nodes. Be careful when using this function since you risk breaking replication -and causing inconsistencies between nodes. Use either transparent DDL -replication or `bdr.replicate_ddl_command()` to replicate DDL. -DDL might be blocked in a future release. +and causing inconsistencies between nodes. For global schema changes, use +either transparent DDL replication or `bdr.replicate_ddl_command()` to +replicate DDL. ### `bdr.run_on_group` @@ -525,13 +525,13 @@ defaults are used. This function doesn't go through normal replication. It uses direct client connection to all known nodes. By default, the connection is created -with `bdr.ddl_replication = off`, since the commands are already being sent -to all of the nodes in the cluster. +with `bdr.ddl_replication = off`, to avoid replication issues when the same +replicated DDL command is sent to multiple nodes. Be careful when using this function since you risk breaking replication -and causing inconsistencies between nodes. Use either transparent DDL -replication or `bdr.replicate_ddl_command()` to replicate DDL. -DDL might be blocked in a future release. +and causing inconsistencies between nodes. For global schema changes, use +either transparent DDL replication or `bdr.replicate_ddl_command()` to +replicate DDL. ### `bdr.global_lock_table` From 95e3156b61927363eb7ba1f48fd4b6e775d8a5a7 Mon Sep 17 00:00:00 2001 From: Josh Heyer <63653723+josh-heyer@users.noreply.github.com> Date: Wed, 27 Sep 2023 07:54:51 -0700 Subject: [PATCH 09/20] Clarify scope of sentence Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> --- product_docs/docs/pgd/5/reference/functions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/reference/functions.mdx b/product_docs/docs/pgd/5/reference/functions.mdx index 0f11f729c99..38905db703f 100644 --- a/product_docs/docs/pgd/5/reference/functions.mdx +++ b/product_docs/docs/pgd/5/reference/functions.mdx @@ -529,7 +529,7 @@ with `bdr.ddl_replication = off`, to avoid replication issues when the same replicated DDL command is sent to multiple nodes. Be careful when using this function since you risk breaking replication -and causing inconsistencies between nodes. For global schema changes, use +and causing inconsistencies between nodes in the group. For global schema changes, use either transparent DDL replication or `bdr.replicate_ddl_command()` to replicate DDL. From 611b679ac3410a78ad178dc646039f0c8f57adfe Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:45:59 -0400 Subject: [PATCH 10/20] Dates and formatting for PostGIS release notes --- product_docs/docs/postgis/3.2/01_release_notes/index.mdx | 2 +- .../docs/postgis/3.2/01_release_notes/rel_notes312.mdx | 6 +++++- .../docs/postgis/3.2/01_release_notes/rel_notes314.mdx | 6 +++++- .../docs/postgis/3.2/01_release_notes/rel_notes315.mdx | 6 +++++- .../docs/postgis/3.2/01_release_notes/rel_notes32.mdx | 6 +++++- .../docs/postgis/3.2/01_release_notes/rel_notes321.mdx | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/postgis/3.2/01_release_notes/index.mdx b/product_docs/docs/postgis/3.2/01_release_notes/index.mdx index 769dc9c3e12..67803d2ae71 100644 --- a/product_docs/docs/postgis/3.2/01_release_notes/index.mdx +++ b/product_docs/docs/postgis/3.2/01_release_notes/index.mdx @@ -13,7 +13,7 @@ cover what was new in each release. | Version | Release date | | ------------------------ | ------------ | -| [3.2.1](rel_notes321) | 04 Aug 2022 | +| [3.2.1](rel_notes321) | 04 Aug 2023 | | [3.2.0](rel_notes32) | 01 Dec 2022 | | [3.1.5](rel_notes315) | 03 Aug 2022| | [3.1.4](rel_notes314) | 01 Dec 2021| diff --git a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes312.mdx b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes312.mdx index 361833672a8..14a45f99365 100644 --- a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes312.mdx +++ b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes312.mdx @@ -1,6 +1,10 @@ --- -title: "Version 3.1.2" +title: "PostGIS 3.1.2 release notes" +navTitle: Version 3.1.2 --- + +Released: 24 Jun 2021 + EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Posgres Advanced Server database. New features, enhancements, bug fixes, and other changes in PostGIS 3.1.4 include: diff --git a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes314.mdx b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes314.mdx index c40846500e0..0e6b7430ca9 100644 --- a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes314.mdx +++ b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes314.mdx @@ -1,8 +1,12 @@ --- -title: "Version 3.1.4" +title: "PostGIS 3.1.4 release notes" +navTitle: Version 3.1.4 redirects: - /postgis/latest/01_release_notes/10_rel_notes314/ --- + +Released: 01 Dec 2021 + EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in PostGIS 3.1.4 include: diff --git a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes315.mdx b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes315.mdx index b2003578cd9..17916c9dade 100644 --- a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes315.mdx +++ b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes315.mdx @@ -1,6 +1,10 @@ --- -title: "Version 3.1.5" +title: "PostGIS 3.1.5 release notes" +navTitle: Version 3.1.5 --- + +Released: 03 Aug 2022 + EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in PostGIS 3.1.5 include: diff --git a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes32.mdx b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes32.mdx index 31315f37fe6..2b86af2cfbb 100644 --- a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes32.mdx +++ b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes32.mdx @@ -1,6 +1,10 @@ --- -title: "Version 3.2.0" +title: "PostGIS 3.2.0 release notes" +navTitle: Version 3.2.0 --- + +Released: 01 Dec 2022 + EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in PostGIS 3.2.0 include: diff --git a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes321.mdx b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes321.mdx index f0f2d886288..95d2f33c39c 100644 --- a/product_docs/docs/postgis/3.2/01_release_notes/rel_notes321.mdx +++ b/product_docs/docs/postgis/3.2/01_release_notes/rel_notes321.mdx @@ -3,7 +3,7 @@ title: "PostGIS 3.2.1 release notes" navTitle: Version 3.2.1 --- -Released: 04 Aug 2022 +Released: 04 Aug 2023 EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database. From 1974b8fde8893ad25684804baa789dbed771ee49 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:20:12 -0400 Subject: [PATCH 11/20] new titles and dates for EPES and Postgres for Kubernetes --- product_docs/docs/pge/15/release_notes/rel_notes15.2.mdx | 4 +++- product_docs/docs/pge/15/release_notes/rel_notes15.3.mdx | 4 +++- .../postgres_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_10_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_11_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_12_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_13_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_14_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_15_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_15_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_15_3_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_15_4_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_15_5_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_15_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_16_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_16_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_16_3_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_16_4_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_16_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_17_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_17_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_17_3_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_17_5_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_17_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_0_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_3_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_4_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_5_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_18_6_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_19_0_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_19_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_19_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_19_3_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_19_4_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_20_0_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_20_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_2_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_3_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_4_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_5_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_5_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_6_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_7_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_7_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_8_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_9_1_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_9_2_rel_notes.mdx | 2 ++ .../postgres_for_kubernetes/1/rel_notes/1_9_rel_notes.mdx | 2 ++ 53 files changed, 108 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/pge/15/release_notes/rel_notes15.2.mdx b/product_docs/docs/pge/15/release_notes/rel_notes15.2.mdx index 421b1ae8efa..98d443baac5 100644 --- a/product_docs/docs/pge/15/release_notes/rel_notes15.2.mdx +++ b/product_docs/docs/pge/15/release_notes/rel_notes15.2.mdx @@ -1,8 +1,10 @@ --- -title: "EDB Postgres Extended Server version 15.2" +title: "EDB Postgres Extended Server 15.2 release notes" navTitle: Version 15.2 --- +Released: 14 Feb 2023 + New features, enhancements, bug fixes, and other changes in EDB Postgres Extended Server 15.2 include: | Type | Description | diff --git a/product_docs/docs/pge/15/release_notes/rel_notes15.3.mdx b/product_docs/docs/pge/15/release_notes/rel_notes15.3.mdx index 5f3fa2dbc3d..a91c59b27c9 100644 --- a/product_docs/docs/pge/15/release_notes/rel_notes15.3.mdx +++ b/product_docs/docs/pge/15/release_notes/rel_notes15.3.mdx @@ -1,8 +1,10 @@ --- -title: "EDB Postgres Extended Server version 15.3" +title: "EDB Postgres Extended Server 15.3 release notes" navTitle: Version 15.3 --- +Released: 11 May 2023 + New features, enhancements, bug fixes, and other changes in EDB Postgres Extended Server 15.2 include: | Type | Description | Category | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx index d3ba4879aea..7f9ae461bc6 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_0_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.0 release notes" navTitle: "Version 1.0" --- +Released: 04 Feb 2021 + The first major release implements Cluster, Backup and ScheduledBackup in the API group postgresql.k8s.enterprisedb.io/v1. It uses these resources to create and manage PostgreSQL clusters inside Kubernetes with the following main capabilities: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_10_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_10_rel_notes.mdx index 35e06d9c28a..5770db49ac2 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_10_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_10_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.10.0 release notes" navTitle: "Version 1.10.0" --- +Released: 11 Nov 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_11_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_11_rel_notes.mdx index fc1fcdc58c5..23a7ad26cc3 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_11_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_11_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.11.0 release notes" navTitle: "Version 1.11.0" --- +Released: 15 Dec 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_12_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_12_rel_notes.mdx index 2ff1c50972d..d920ab7dd96 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_12_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_12_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.12.0 release notes" navTitle: "Version 1.12.0" --- +Released: 11 Jan 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_13_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_13_rel_notes.mdx index e4b1237a337..d3dc3cbfbb7 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_13_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_13_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.13.0 release notes" navTitle: "Version 1.13.0" --- +Released: 17 Feb 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_14_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_14_rel_notes.mdx index 2028ecf3aa2..3c6145c86b9 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_14_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_14_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.14.0 release notes" navTitle: "Version 1.14.0" --- +Released: 25 Mar 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_1_rel_notes.mdx index 2361e7a152b..c889f1149e4 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.15.1 release notes" navTitle: "Version 1.15.1" --- +Released: 27 May 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_2_rel_notes.mdx index 1d0bf49bd00..c923f94e941 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.15.2 release notes" navTitle: "Version 1.15.2" --- +Released: 07 Jul 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_3_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_3_rel_notes.mdx index af95aff6e62..0c1b84eeb83 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_3_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_3_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.15.3 release notes" navTitle: "Version 1.15.3" --- +Released: 12 Aug 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_4_rel_notes.mdx index f8f625f7d7d..1aa4560cb6b 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_4_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_4_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.15.4 release notes" navTitle: "Version 1.15.4" --- +Released: 06 Sep 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_5_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_5_rel_notes.mdx index d939daf8b69..a950e86eb1f 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_5_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_5_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.15.5 release notes" navTitle: "Version 1.15.5" --- +Released: 07 Oct 2022 + !!!warning Version 1.15 has reached End-of-Life (EOL). Version 1.15.5 is the last release for the 1.15 minor version. diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_rel_notes.mdx index 67645ac5bff..739ba0ad241 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_15_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.15.2 release notes" navTitle: "Version 1.15.0" --- +Released: 21 Apr 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_1_rel_notes.mdx index 2d0564bcf0a..94218c8d937 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.16.1 release notes" navTitle: "Version 1.16.1" --- +Released: 12 Aug 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_2_rel_notes.mdx index aab481edbcc..076e0fde767 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.16.2 release notes" navTitle: "Version 1.16.2" --- +Released: 06 Sep 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_3_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_3_rel_notes.mdx index 3c78d2f2ff2..9b92821a500 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_3_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_3_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.16.3 release notes" navTitle: "Version 1.16.3" --- +Released: 07 Oct 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_4_rel_notes.mdx index 82dc5e450e0..908b1498fdd 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_4_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_4_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.16.4 release notes" navTitle: "Version 1.16.4" --- +Released: 14 Nov 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_rel_notes.mdx index f43e17cf10b..7de76f846d6 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.16.0 release notes" navTitle: "Version 1.16.0" --- +Released: 07 Jul 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_1_rel_notes.mdx index 6990f7ff12b..7f5ffa5bfbf 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.17.1 release notes" navTitle: "Version 1.17.1" --- +Released: 07 Oct 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_2_rel_notes.mdx index b387956a6e9..2fc745aebe4 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.17.2 release notes" navTitle: "Version 1.17.2" --- +Released: 14 Nov 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_3_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_3_rel_notes.mdx index e8dae2c112f..9494699de96 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_3_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_3_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.17.3 release notes" navTitle: "Version 1.17.3" --- +Released: 21 Dec 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx index 87560d31132..3a32d4b9e1c 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_4_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.17.4 release notes" navTitle: "Version 1.17.4" --- +Released: 14 Feb 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_5_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_5_rel_notes.mdx index a3356d7d0b0..4b2652bdc1f 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_5_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_5_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.17.5 release notes" navTitle: "Version 1.17.5" --- +Released: 20 Mar 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_rel_notes.mdx index 4bf7bb2ea99..4d119356919 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_17_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.17.0 release notes" navTitle: "Version 1.17.0" --- +Released: 06 Sep 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_0_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_0_rel_notes.mdx index b8e50d0c140..251d69b2e56 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_0_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_0_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.0 release notes" navTitle: "Version 1.18.0" --- +Released: 14 Nov 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_1_rel_notes.mdx index bec42588bef..ac5583167eb 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.1 release notes" navTitle: "Version 1.18.1" --- +Released: 21 Dec 2022 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx index fc7a1a2a47e..446d3b3124f 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.2 release notes" navTitle: "Version 1.18.2" --- +Released: 14 Feb 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_3_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_3_rel_notes.mdx index 8f40da9b6f1..e128f33796b 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_3_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_3_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.3 release notes" navTitle: "Version 1.18.3" --- +Released: 20 Mar 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_4_rel_notes.mdx index 57ef56b045e..c3ca9a0f07c 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_4_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_4_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.4 release notes" navTitle: "Version 1.18.4" --- +Released: 27 Apr 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_5_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_5_rel_notes.mdx index 3e5a909ee8d..691490a0e78 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_5_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_5_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.5 release notes" navTitle: "Version 1.18.5" --- +Released: 13 Jun 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_6_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_6_rel_notes.mdx index 7d5eb2ad2e3..1b6d558327c 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_6_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_18_6_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.18.6 release notes" navTitle: "Version 1.18.6" --- +Released: 27 Jul 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_0_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_0_rel_notes.mdx index ccd829de0bf..afc71bc35ca 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_0_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_0_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.19.0 release notes" navTitle: "Version 1.19.0" --- +Released: 14 Feb 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_1_rel_notes.mdx index ebaee203c3c..963acfd90fd 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.19.1 release notes" navTitle: "Version 1.19.1" --- +Released: 20 Mar 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_2_rel_notes.mdx index 94a2400bee2..6740de3bc86 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.19.2 release notes" navTitle: "Version 1.19.2" --- +Released: 27 Apr 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_3_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_3_rel_notes.mdx index 7a25b1f71af..0b3c922df74 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_3_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_3_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.19.3 release notes" navTitle: "Version 1.19.3" --- +Released: 13 Jun 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_4_rel_notes.mdx index 5cde55b56b8..d8a61148c42 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_4_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_19_4_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.19.4 release notes" navTitle: "Version 1.19.4" --- +Released: 27 Jul 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_1_rel_notes.mdx index 5d58066314e..002e64742bd 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.1 release notes" navTitle: "Version 1.1" --- +Released: 03 Mar 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_0_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_0_rel_notes.mdx index a3f0b83bcff..5bbd146676d 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_0_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_0_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.20.0 release notes" navTitle: "Version 1.20.0" --- +Released: 27 Apr 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_1_rel_notes.mdx index 55d9d5ac3ae..3e155c861b3 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_20_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.20.1 release notes" navTitle: "Version 1.20.1" --- +Released: 13 Jun 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_1_rel_notes.mdx index 33dd32f9f8d..73ad098f500 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.2.1 release notes" navTitle: "Version 1.2.1" --- +Released: 06 Apr 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_rel_notes.mdx index 5a91bd755aa..bebdd48aab3 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.2.0 release notes" navTitle: "Version 1.2.0" --- +Released: 31 Mar 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_3_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_3_rel_notes.mdx index e268234539f..9403bfb5be3 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_3_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_3_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.3.0 release notes" navTitle: "Version 1.3.0" --- +Released: 23 Apr 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_4_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_4_rel_notes.mdx index afe9fe65f0a..6ae34489cb3 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_4_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_4_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.4.0 release notes" navTitle: "Version 1.4.0" --- +Released: 18 May 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_1_rel_notes.mdx index 4eaf8fab220..c525f953fb8 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.5.1 release notes" navTitle: "Version 1.5.1" --- +Released: 11 Jun 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_rel_notes.mdx index 2d4dd5bdcd4..95d589a3337 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_5_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.5.0 release notes" navTitle: "Version 1.5.0" --- +Released: 17 Jun 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_6_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_6_rel_notes.mdx index 60ea9af3cc7..30790f70165 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_6_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_6_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.6.0 release notes" navTitle: "Version 1.6.0" --- +Released: 12 Jul 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_1_rel_notes.mdx index 28ac7bf87a0..fe6bd15f050 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.7.1 release notes" navTitle: "Version 1.7.1" --- +Released: 11 Aug 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_rel_notes.mdx index 225105817f3..72672f6f3ae 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_7_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.7.0 release notes" navTitle: "Version 1.7.0" --- +Released: 28 Jul 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_8_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_8_rel_notes.mdx index 4f31ca209b5..2f8b4020b6a 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_8_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_8_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.8.0 release notes" navTitle: "Version 1.8.0" --- +Released: 13 Sep 2023 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_1_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_1_rel_notes.mdx index cde4575ca4e..9d26a4aa094 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_1_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_1_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.9.1 release notes" navTitle: "Version 1.9.1" --- +Released: 30 Sep 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_2_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_2_rel_notes.mdx index 80592b98c67..31f9857c4b4 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_2_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_2_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.9.2 release notes" navTitle: "Version 1.9.2" --- +Released: 15 Oct 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_rel_notes.mdx index 07d3913fe2a..e7418d0abc4 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_9_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.9.0 release notes" navTitle: "Version 1.9.0" --- +Released: 28 Sep 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | From ef25e390cc270e39e3e33dd2e1372363a965ed57 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:34:53 -0400 Subject: [PATCH 12/20] 1.15.5 was missing from index page for Postgres for Kubernetes --- .../postgres_for_kubernetes/1/rel_notes/1_16_5_rel_notes.mdx | 2 ++ product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx | 1 + 2 files changed, 3 insertions(+) diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_5_rel_notes.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_5_rel_notes.mdx index ea487c21746..e6305843135 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_5_rel_notes.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/1_16_5_rel_notes.mdx @@ -3,6 +3,8 @@ title: "EDB Postgres for Kubernetes 1.16.5 release notes" navTitle: "Version 1.16.5" --- +Released: 21 Dec 2021 + This release of EDB Postgres for Kubernetes includes the following: | Type | Description | diff --git a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx index d490711144a..0dc85308acc 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/rel_notes/index.mdx @@ -84,6 +84,7 @@ The EDB Postgres for Kubernetes documentation describes the major version of EDB | [1.17.2](1_17_2_rel_notes) | 14 Nov 2022 | Upstream [1.17.2](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | | [1.17.1](1_17_1_rel_notes) | 07 Oct 2022 | Upstream [1.17.1](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | | [1.17.0](1_17_rel_notes) | 06 Sep 2022 | Upstream [1.17.0](https://cloudnative-pg.io/documentation/1.17/release_notes/v1.17/) | +| [1.16.5](1_16_5_rel_notes) | 21 Dec 2022 | Upstream [1.16.4](https://cloudnative-pg.io/documentation/1.16/release_notes/v1.16/) | | [1.16.4](1_16_4_rel_notes) | 14 Nov 2022 | Upstream [1.16.4](https://cloudnative-pg.io/documentation/1.16/release_notes/v1.16/) | | [1.16.3](1_16_3_rel_notes) | 07 Oct 2022 | Upstream [1.16.3](https://cloudnative-pg.io/documentation/1.16/release_notes/v1.16/) | | [1.16.2](1_16_2_rel_notes) | 06 Sep 2022 | Upstream [1.16.2](https://cloudnative-pg.io/documentation/1.16/release_notes/v1.16/) | From 98c7e6bb78c3e9d8cbc053ddef4e76d4227c1d78 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:56:04 -0400 Subject: [PATCH 13/20] New titles and date for Postgres Distributed and Failover Manager --- .../docs/efm/4/efm_rel_notes/04_efm_46_rel_notes.mdx | 5 ++++- .../docs/efm/4/efm_rel_notes/05_efm_45_rel_notes.mdx | 5 ++++- .../docs/efm/4/efm_rel_notes/06_efm_44_rel_notes.mdx | 5 ++++- .../docs/efm/4/efm_rel_notes/07_efm_43_rel_notes.mdx | 5 ++++- .../docs/efm/4/efm_rel_notes/08_efm_42_rel_notes.mdx | 5 ++++- .../docs/efm/4/efm_rel_notes/09_efm_41_rel_notes.mdx | 5 ++++- .../docs/efm/4/efm_rel_notes/10_efm_40_rel_notes.mdx | 5 ++++- product_docs/docs/pgd/5/rel_notes/pgd_5.0.0_rel_notes.mdx | 4 +++- product_docs/docs/pgd/5/rel_notes/pgd_5.0.1_rel_notes.mdx | 4 +++- product_docs/docs/pgd/5/rel_notes/pgd_5.1.0_rel_notes.mdx | 4 +++- 10 files changed, 37 insertions(+), 10 deletions(-) diff --git a/product_docs/docs/efm/4/efm_rel_notes/04_efm_46_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/04_efm_46_rel_notes.mdx index 302184b8e58..33d848505e1 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/04_efm_46_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/04_efm_46_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.6" +title: "Failover Manager 4.6 release notes" +navTitle: Version 4.6 --- +Released: 14 Feb 2023 + Enhancements, bug fixes, and other changes in EFM 4.6 include: | Type | Description | diff --git a/product_docs/docs/efm/4/efm_rel_notes/05_efm_45_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/05_efm_45_rel_notes.mdx index b77815942ed..04be692e59a 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/05_efm_45_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/05_efm_45_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.5" +title: "Failover Manager 4.5 release notes" +navTitle: Version 4.5 --- +Released: 30 Aug 2022 + Enhancements, bug fixes, and other changes in EFM 4.5 include: | Type | Description | diff --git a/product_docs/docs/efm/4/efm_rel_notes/06_efm_44_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/06_efm_44_rel_notes.mdx index ff4198a9b17..825e53a9092 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/06_efm_44_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/06_efm_44_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.4" +title: "Failover Manager 4.4 release notes" +navTitle: Version 4.4 --- +Released: 05 Jan 2022 + Enhancements, bug fixes, and other changes in EFM 4.4 include: | Type | Description | diff --git a/product_docs/docs/efm/4/efm_rel_notes/07_efm_43_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/07_efm_43_rel_notes.mdx index ecf004613f9..27955089c3b 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/07_efm_43_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/07_efm_43_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.3" +title: "Failover Manager 4.3 release notes" +navTitle: Version 4.3 --- +Released: 18 Dec 2021 + Enhancements, bug fixes, and other changes in EFM 4.3 include: | Type | Description | diff --git a/product_docs/docs/efm/4/efm_rel_notes/08_efm_42_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/08_efm_42_rel_notes.mdx index 43edf2bbdbf..a91949c4114 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/08_efm_42_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/08_efm_42_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.2" +title: "Failover Manager 4.2 release notes" +navTitle: Version 4.2 --- +Released: 19 Apr 2021 + Enhancements, bug fixes, and other changes in EFM 4.2 include: | Type | Description | diff --git a/product_docs/docs/efm/4/efm_rel_notes/09_efm_41_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/09_efm_41_rel_notes.mdx index 06307a3cf72..26c41d583ea 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/09_efm_41_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/09_efm_41_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.1" +title: "Failover Manager 4.1 release notes" +navTitle: Version 4.1 --- +Released: 11 Dec 2021 + Enhancements, bug fixes, and other changes in EFM 4.1 include: | Type | Description | diff --git a/product_docs/docs/efm/4/efm_rel_notes/10_efm_40_rel_notes.mdx b/product_docs/docs/efm/4/efm_rel_notes/10_efm_40_rel_notes.mdx index 2f91b376bc7..21a607e6415 100644 --- a/product_docs/docs/efm/4/efm_rel_notes/10_efm_40_rel_notes.mdx +++ b/product_docs/docs/efm/4/efm_rel_notes/10_efm_40_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.0" +title: "Failover Manager 4.0 release notes" +navTitle: Version 4.0 --- +Released: 02 Sep 2021 + Enhancements, bug fixes, and other changes in EFM 4.0 include: | Type | Description | diff --git a/product_docs/docs/pgd/5/rel_notes/pgd_5.0.0_rel_notes.mdx b/product_docs/docs/pgd/5/rel_notes/pgd_5.0.0_rel_notes.mdx index 53e0ad7a376..8de3704586c 100644 --- a/product_docs/docs/pgd/5/rel_notes/pgd_5.0.0_rel_notes.mdx +++ b/product_docs/docs/pgd/5/rel_notes/pgd_5.0.0_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Release notes for EDB Postgres Distributed version 5.0.0" +title: "EDB Postgres Distributed 5.0.0 release notes" navTitle: "Version 5.0.0" --- +Released: 21 Feb 2023 + EDB Postgres Distributed version 5.0.0 is a is a new major version of EDB Postgres Distributed. This version brings major new features and compatibility changes. diff --git a/product_docs/docs/pgd/5/rel_notes/pgd_5.0.1_rel_notes.mdx b/product_docs/docs/pgd/5/rel_notes/pgd_5.0.1_rel_notes.mdx index fe24f09ce94..4c2be1d67c7 100644 --- a/product_docs/docs/pgd/5/rel_notes/pgd_5.0.1_rel_notes.mdx +++ b/product_docs/docs/pgd/5/rel_notes/pgd_5.0.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Release notes for EDB Postgres Distributed version 5.0.1" +title: "EDB Postgres Distributed 5.0.1 release notes" navTitle: "Version 5.0.1" --- +Released: 21 Mar 2023 + EDB Postgres Distributed version 5.0.1 is a patch version of EDB Postgres Distributed. This version addresses security vulnerabilities in dependencies for PGD-Proxy and PGD-CLI. diff --git a/product_docs/docs/pgd/5/rel_notes/pgd_5.1.0_rel_notes.mdx b/product_docs/docs/pgd/5/rel_notes/pgd_5.1.0_rel_notes.mdx index 62d8cbffd1e..ebadaa671bb 100644 --- a/product_docs/docs/pgd/5/rel_notes/pgd_5.1.0_rel_notes.mdx +++ b/product_docs/docs/pgd/5/rel_notes/pgd_5.1.0_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Release notes for EDB Postgres Distributed version 5.1.0" +title: "EDB Postgres Distributed 5.1.0 release notes" navTitle: "Version 5.1.0" --- +Released: 16 May 2023 + EDB Postgres Distributed version 5.1.0 is a minor version of EDB Postgres Distributed. This version addresses security vulnerabilities in dependencies for PGD Proxy and PGD CLI. From 196345e42ff44d8ee4217f602b00b416cf405b57 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:05:17 -0400 Subject: [PATCH 14/20] New titles and dates for PEM, Live Compare, EDBPlus, Trusted Architect --- .../edb_plus/41/02_release_notes/edbplus_41.0_rel_notes.mdx | 5 ++++- .../edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx | 4 ++++ product_docs/docs/livecompare/2/rel_notes/2.0_rel_notes.mdx | 5 ++++- product_docs/docs/livecompare/2/rel_notes/2.1_rel_notes.mdx | 5 ++++- product_docs/docs/livecompare/2/rel_notes/2.2_rel_notes.mdx | 5 ++++- product_docs/docs/livecompare/2/rel_notes/2.3_rel_notes.mdx | 5 ++++- product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx | 5 ++++- product_docs/docs/pem/9/pem_rel_notes/900_rel_notes.mdx | 5 ++++- product_docs/docs/pem/9/pem_rel_notes/910_rel_notes.mdx | 5 ++++- product_docs/docs/pem/9/pem_rel_notes/911_rel_notes.mdx | 5 ++++- product_docs/docs/pem/9/pem_rel_notes/920_rel_notes.mdx | 5 ++++- product_docs/docs/pem/9/pem_rel_notes/921_rel_notes.mdx | 5 ++++- product_docs/docs/pem/9/pem_rel_notes/922_rel_notes.mdx | 5 ++++- product_docs/docs/tpa/23/rel_notes/tpa_23.12_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.13_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.15_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.16_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.17_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.18_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.19_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.20_rel_notes.mdx | 1 + product_docs/docs/tpa/23/rel_notes/tpa_23.23_rel_notes.mdx | 1 - 23 files changed, 61 insertions(+), 13 deletions(-) diff --git a/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.0_rel_notes.mdx b/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.0_rel_notes.mdx index 45858b30a37..810f88280c8 100644 --- a/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.0_rel_notes.mdx +++ b/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.0_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 41.0.0" +title: "EDB*Plus 41.0.0 release notes" +navTitle: Version 41.0.0 --- +Released: 14 Feb 2023 + New features, enhancements, bug fixes, and other changes in EDB*Plus 41.0.0 include: | Type | Description | diff --git a/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx b/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx index 69bc21a38e3..d2b83b6c781 100644 --- a/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx +++ b/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx @@ -1,7 +1,11 @@ --- title: "Version 41.1.0" +title: "EDB*Plus 41.1.0 release notes" +navTitle: Version 41.1.0 --- +Released: 20 Apr 2023 + New features, enhancements, bug fixes, and other changes in EDB*Plus 41.1.0 include: | Type | Description | diff --git a/product_docs/docs/livecompare/2/rel_notes/2.0_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.0_rel_notes.mdx index 9570893c606..bfa579daa21 100644 --- a/product_docs/docs/livecompare/2/rel_notes/2.0_rel_notes.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/2.0_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.0" +title: "LiveCompare 2.0 release notes" +navTitle: Version 2.0 --- +Released: 15 Feb 2022 + LiveCompare 2.0 includes the following new features, enhancements, bug fixes, and other changes: | Type | Description | ID | diff --git a/product_docs/docs/livecompare/2/rel_notes/2.1_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.1_rel_notes.mdx index 13a671457f3..cbfe29ade96 100644 --- a/product_docs/docs/livecompare/2/rel_notes/2.1_rel_notes.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/2.1_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.1" +title: "LiveCompare 2.1 release notes" +navTitle: Version 2.1 --- +Released: Mar 31 2022 + LiveCompare 2.1 includes the following new features, bug fixes, and other changes: | Type | Description | ID | diff --git a/product_docs/docs/livecompare/2/rel_notes/2.2_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.2_rel_notes.mdx index 79daab91e1c..09ce8e1ac60 100644 --- a/product_docs/docs/livecompare/2/rel_notes/2.2_rel_notes.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/2.2_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.2" +title: "LiveCompare 2.2 release notes" +navTitle: Version 2.2 --- +Released: 14 Jun 2022 + LiveCompare 2.2 includes the following new features, enhancements, and bug fixes: | Type | Description | ID | diff --git a/product_docs/docs/livecompare/2/rel_notes/2.3_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.3_rel_notes.mdx index c79a2c72e29..d5349ff6d51 100644 --- a/product_docs/docs/livecompare/2/rel_notes/2.3_rel_notes.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/2.3_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.3" +title: "LiveCompare 2.3 release notes" +navTitle: Version 2.3 --- +Released: 15 Aug 2022 + LiveCompare 2.3 includes the following new features, enhancements, bug fixes, and other changes: | Type | Description | ID | diff --git a/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx index 40883857bba..1514dc5f792 100644 --- a/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.4" +title: "LiveCompare 2.4 release notes" +navTitle: Version 2.4 --- +Released: 29 Nov 2022 + LiveCompare 2.4 includes the following new features, enhancements, bug fixes, and other changes: | Type | Description | diff --git a/product_docs/docs/pem/9/pem_rel_notes/900_rel_notes.mdx b/product_docs/docs/pem/9/pem_rel_notes/900_rel_notes.mdx index 2b9445949dd..0b758229b6b 100644 --- a/product_docs/docs/pem/9/pem_rel_notes/900_rel_notes.mdx +++ b/product_docs/docs/pem/9/pem_rel_notes/900_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 9.0.0" +title: "Postgres Enterprise Manager 9.0.0 release notes" +navTitle: Version 9.0.0 --- +Released: 09 Dec 2022 + New features, enhancements, bug fixes, and other changes in PEM 9.0.0 include: | Type | Description | ID | diff --git a/product_docs/docs/pem/9/pem_rel_notes/910_rel_notes.mdx b/product_docs/docs/pem/9/pem_rel_notes/910_rel_notes.mdx index 6ea2c4e920e..7b2945fa4a1 100644 --- a/product_docs/docs/pem/9/pem_rel_notes/910_rel_notes.mdx +++ b/product_docs/docs/pem/9/pem_rel_notes/910_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 9.1.0" +title: "Postgres Enterprise Manager 9.1.0 release notes" +navTitle: Version 9.1.0 --- +Released: 14 Feb 2023 + New features, enhancements, bug fixes, and other changes in PEM 9.1.0 include: | Type | Description | diff --git a/product_docs/docs/pem/9/pem_rel_notes/911_rel_notes.mdx b/product_docs/docs/pem/9/pem_rel_notes/911_rel_notes.mdx index 97b941f9ea7..71b0718ceb5 100644 --- a/product_docs/docs/pem/9/pem_rel_notes/911_rel_notes.mdx +++ b/product_docs/docs/pem/9/pem_rel_notes/911_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 9.1.1" +title: "Postgres Enterprise Manager 9.1.1 release notes" +navTitle: Version 9.1.1 --- +Released: 31 Mar 2023 + New features, enhancements, bug fixes, and other changes in PEM 9.1.0 include: | Type | Description | diff --git a/product_docs/docs/pem/9/pem_rel_notes/920_rel_notes.mdx b/product_docs/docs/pem/9/pem_rel_notes/920_rel_notes.mdx index 3f76dbffb94..245905e56b1 100644 --- a/product_docs/docs/pem/9/pem_rel_notes/920_rel_notes.mdx +++ b/product_docs/docs/pem/9/pem_rel_notes/920_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 9.2.0" +title: "Postgres Enterprise Manager 9.2.0 release notes" +navTitle: Version 9.2.0 --- +Released: 24 May 2023 + New features, enhancements, bug fixes, and other changes in PEM 9.2.0 include: | Type | Description | diff --git a/product_docs/docs/pem/9/pem_rel_notes/921_rel_notes.mdx b/product_docs/docs/pem/9/pem_rel_notes/921_rel_notes.mdx index 9c1a6652f1f..3d2a9021222 100644 --- a/product_docs/docs/pem/9/pem_rel_notes/921_rel_notes.mdx +++ b/product_docs/docs/pem/9/pem_rel_notes/921_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 9.2.1" +title: "Postgres Enterprise Manager 9.2.1 release notes" +navTitle: Version 9.2.1 --- +Released: 03 Jul 2023 + New features, enhancements, bug fixes, and other changes in PEM 9.2.1 include: | Type | Description | diff --git a/product_docs/docs/pem/9/pem_rel_notes/922_rel_notes.mdx b/product_docs/docs/pem/9/pem_rel_notes/922_rel_notes.mdx index 91681265165..c327e2e483f 100644 --- a/product_docs/docs/pem/9/pem_rel_notes/922_rel_notes.mdx +++ b/product_docs/docs/pem/9/pem_rel_notes/922_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 9.2.2" +title: "Postgres Enterprise Manager 9.2.2 release notes" +navTitle: Version 2.2 --- +Released: 14 Jul 2023 + New features, enhancements, bug fixes, and other changes in PEM 9.2.2 include: | Type | Description | diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.12_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.12_rel_notes.mdx index 0e1f58a8cd1..e8ce5ae934c 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.12_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.12_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.12 release notes navTitle: "Version 23.12" --- +Released: 21 Feb 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.12 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.13_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.13_rel_notes.mdx index 841a1271a69..f139ee1e0d8 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.13_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.13_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.13 release notes navTitle: "Version 23.13" --- +Released: 22 Feb 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.13 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx index 8fb02fe20f1..62e728f6421 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.14_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.14 release notes navTitle: "Version 23.14" --- +Released: 23 Feb 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.14 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.15_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.15_rel_notes.mdx index 9ae77171c25..95633190101 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.15_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.15_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.15 release notes navTitle: "Version 23.15" --- +Released: 15 Mar 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.15 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.16_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.16_rel_notes.mdx index 5166745d16a..1eeedd621c3 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.16_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.16_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.16 release notes navTitle: "Version 23.16" --- +Released: 21 Mar 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.16 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.17_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.17_rel_notes.mdx index fcd0588b04e..9f56cd96812 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.17_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.17_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.17 release notes navTitle: "Version 23.17" --- +Released: 10 May 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.17 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.18_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.18_rel_notes.mdx index 839ace293bd..2fc577bb937 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.18_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.18_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.18 release notes navTitle: "Version 23.18" --- +Released: 23 May 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.18 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.19_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.19_rel_notes.mdx index 432f345f4f2..d91de001247 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.19_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.19_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.19 release notes navTitle: "Version 23.19" --- +Released: 12 Jul 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.19 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.20_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.20_rel_notes.mdx index bb0b433c0b8..820cf53bc0f 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.20_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.20_rel_notes.mdx @@ -3,6 +3,7 @@ title: Trusted Postgres Architect 23.20 release notes navTitle: "Version 23.20" --- +Released: 01 Aug 2023 New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.20 include the following: diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.23_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.23_rel_notes.mdx index 14ea25356b6..99037059a7e 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.23_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.23_rel_notes.mdx @@ -5,7 +5,6 @@ navTitle: "Version 23.23" Released: 21 Sep 2023 - New features, enhancements, bug fixes, and other changes in Trusted Postgres Architect 23.23 include the following: | Type | Description | From fde5aee98b9247370a4dd98a082dab0fa82cc11a Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:30:45 -0400 Subject: [PATCH 15/20] New titles and dates for connector products --- .../01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes.mdx | 6 ++++-- .../01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes.mdx | 6 ++++-- .../01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes.mdx | 6 +++++- .../01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes.mdx | 7 +++++-- .../01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes.mdx | 7 ++++--- .../01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes.mdx | 6 ++++-- .../01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes.mdx | 6 ++++-- .../42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes.mdx | 6 ++++-- .../42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes.mdx | 6 ++++-- .../42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes.mdx | 6 ++++-- .../15/ocl_rel_notes/01_ocl_release_notes.mdx | 6 +++++- .../15/ocl_rel_notes/15.2.0.2_ocl_release_notes.mdx | 6 +++++- .../15/ocl_rel_notes/15.2.0.3_ocl_release_notes.mdx | 6 +++++- .../13/01_odbc_rel_notes/02_odbc_13.2.0.01_rel_notes.mdx | 5 ++++- .../13/01_odbc_rel_notes/03_odbc_13.1.0.02_rel_notes.mdx | 5 ++++- .../13/01_odbc_rel_notes/04_odbc_13.1.0.01_rel_notes.mdx | 6 ++++-- .../13/01_odbc_rel_notes/05_odbc_13.0.0.01_rel_notes.mdx | 5 ++++- 17 files changed, 73 insertions(+), 28 deletions(-) diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes.mdx index 8fa8baa1326..4a5f03be0fb 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/08_jdbc_42.3.3.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.3.3.1" - +title: "EDB JDBC Connector 42.3.3.1 release notes" +navTitle: Version 42.3.3.1 --- +Released: 20 Apr 2022 + The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.3.3.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes.mdx index 69c511e90c7..ab5fb48f540 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/09_jdbc_42.3.2.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.3.2.1" - +title: "EDB JDBC Connector 42.3.2.1 release notes" +navTitle: Version 42.3.2.1 --- +Released: 15 Feb 2022 + The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.3.2.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes.mdx index 854c3da8436..85917271d07 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/10_jdbc_42.2.24.1_rel_notes.mdx @@ -1,8 +1,12 @@ --- -title: "Version 42.2.24.1" +title: "EDB JDBC Connector 42.2.24.1 release notes" +navTitle: Version 42.2.24.1 redirects: - ../01_release_notes/ --- + +Released: 05 Nov 2021 + The EDB JDBC connector provides connectivity between a Java application and an Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.2.24.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes.mdx index 36566fc5743..f95747e3d97 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/12_jdbc_42.2.19.1_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 42.2.19.1" - +title: "EDB JDBC Connector 42.2.19.1 release notes" +navTitle: Version 42.2.19.1 --- + +Released: 15 Apr 2021 + The EDB JDBC connector provides connectivity between a Java application and an Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.2.19.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes.mdx index 5e682c39e4c..9fa2960e777 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/14_jdbc_42.2.12.3_rel_notes.mdx @@ -1,12 +1,13 @@ --- -title: "Version 42.2.12.3" - +title: "EDB JDBC Connector 42.2.12.3 release notes" +navTitle: Version 42.2.12.3 legacyRedirects: - - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/whats_new.html" - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.1/whats_new.html" --- +Released: 22 Oct 2020 + The EDB JDBC connector provides connectivity between a Java application and an Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.2.12.3 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes.mdx index 1dd79831650..5748249390c 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/16_jdbc_42.2.9.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.2.9.1" - +title: "EDB JDBC Connector 42.2.9.1 release notes" +navTitle: Version 42.2.9.1 --- +Released: 18 May 2020 + The EDB JDBC connector provides connectivity between a Java application and an Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.2.9.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes.mdx index 82d7729d67a..63b2266768b 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/18_jdbc_42.2.8.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.2.8.1" - +title: "EDB JDBC Connector 42.2.8.1 release notes" +navTitle: Version 42.2.8.1 --- +Released: 21 Oct 2019 + The EDB JDBC connector provides connectivity between a Java application and an Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.2.8.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes.mdx index cec7d145e20..c000a77a053 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.0.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.5.0.1" - +title: "EDB JDBC Connector 42.5.0.1 release notes" +navTitle: Version 42.5.0.1 --- +Released: 01 Sep 2022 + The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.5.0.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes.mdx index 91b965fde07..76dd70a8c0e 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.1_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.5.1.1" - +title: "EDB JDBC Connector 42.5.1.1 release notes" +navTitle: Version 42.5.1.1 --- +Released: 09 Dec 2022 + The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.5.1.1 include: diff --git a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes.mdx b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes.mdx index 17c739387ab..a51ed328a47 100644 --- a/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes.mdx +++ b/product_docs/docs/jdbc_connector/42.5.4.1/01_jdbc_rel_notes/jdbc_42.5.1.2_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 42.5.1.2" - +title: "EDB JDBC Connector 42.5.1.2 release notes" +navTitle: Version 42.5.1.2 --- +Released: 14 Feb 2023 + The EDB JDBC connector provides connectivity between a Java application and an EDB Postgres Advanced Server database. New features, enhancements, bug fixes, and other changes in the EDB JDBC Connector 42.5.1.2 include: diff --git a/product_docs/docs/ocl_connector/15/ocl_rel_notes/01_ocl_release_notes.mdx b/product_docs/docs/ocl_connector/15/ocl_rel_notes/01_ocl_release_notes.mdx index 09806e49d0a..60332c5be88 100644 --- a/product_docs/docs/ocl_connector/15/ocl_rel_notes/01_ocl_release_notes.mdx +++ b/product_docs/docs/ocl_connector/15/ocl_rel_notes/01_ocl_release_notes.mdx @@ -1,6 +1,10 @@ --- -title: "Version 15.2.0.1" +title: "EDB OCL Connector 15.2.0.1 release notes" +navTitle: Version 15.2.0.1 --- + +Released: 14 Feb 2023 + The EDB OCL Connector provides an API similar to the Oracle Call Interface. New features, enhancements, bug fixes, and other changes in the EDB OCL Connector 15.2.0.1 include: diff --git a/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.2_ocl_release_notes.mdx b/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.2_ocl_release_notes.mdx index f9e48f1f124..2bb98625633 100644 --- a/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.2_ocl_release_notes.mdx +++ b/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.2_ocl_release_notes.mdx @@ -1,6 +1,10 @@ --- -title: "Version 15.2.0.2" +title: "EDB OCL Connector 15.2.0.2 release notes" +navTitle: Version 15.2.0.2 --- + +Released: 19 May 2023 + The EDB OCL Connector provides an API similar to the Oracle Call Interface. New features, enhancements, bug fixes, and other changes in the EDB OCL Connector 15.2.0.2 include: diff --git a/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.3_ocl_release_notes.mdx b/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.3_ocl_release_notes.mdx index 3c6be87f6ea..a9a6b5c0b22 100644 --- a/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.3_ocl_release_notes.mdx +++ b/product_docs/docs/ocl_connector/15/ocl_rel_notes/15.2.0.3_ocl_release_notes.mdx @@ -1,6 +1,10 @@ --- -title: "Version 15.2.0.3" +title: "EDB OCL Connector 15.2.0.3 release notes" +navTitle: Version 15.2.0.3 --- + +Released: 20 Jun 2023 + The EDB OCL Connector provides an API similar to the Oracle Call Interface. New features, enhancements, bug fixes, and other changes in the EDB OCL Connector 15.2.0.3 include: diff --git a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/02_odbc_13.2.0.01_rel_notes.mdx b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/02_odbc_13.2.0.01_rel_notes.mdx index 9326446a475..f65bbcb2ccd 100644 --- a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/02_odbc_13.2.0.01_rel_notes.mdx +++ b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/02_odbc_13.2.0.01_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 13.02.0000.01" +title: "EDB ODBC Connector 13.02.0000.01 release notes" +navTitle: Version 13.02.0000.01 --- +Released: 17 May 2022 + EDB ODBC Connector 13.02.0000.01 includes the following enhancement: | Type | Description | diff --git a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/03_odbc_13.1.0.02_rel_notes.mdx b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/03_odbc_13.1.0.02_rel_notes.mdx index df7fba9ab4e..4582c51f493 100644 --- a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/03_odbc_13.1.0.02_rel_notes.mdx +++ b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/03_odbc_13.1.0.02_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 13.01.0000.02" +title: "EDB ODBC Connector 13.01.0000.02 release notes" +navTitle: Version 13.01.0000.02 --- +Released: 12 Dec 2021 + EDB ODBC Connector 13.01.0000.02 includes the following enhancement: | Type | Description | diff --git a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/04_odbc_13.1.0.01_rel_notes.mdx b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/04_odbc_13.1.0.01_rel_notes.mdx index 229c53b5728..c13b9b10a32 100644 --- a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/04_odbc_13.1.0.01_rel_notes.mdx +++ b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/04_odbc_13.1.0.01_rel_notes.mdx @@ -1,8 +1,10 @@ --- -title: "Version 13.01.0000.01" - +title: "EDB ODBC Connector 13.01.0000.01 release notes" +navTitle: Version 13.01.0000.01 --- +Released: 14 Sep 2021 + EDB ODBC Connector 13.01.0000.01 includes the following upstream merge: | Type | Description | diff --git a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/05_odbc_13.0.0.01_rel_notes.mdx b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/05_odbc_13.0.0.01_rel_notes.mdx index d4e6a91a005..658242035cc 100644 --- a/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/05_odbc_13.0.0.01_rel_notes.mdx +++ b/product_docs/docs/odbc_connector/13/01_odbc_rel_notes/05_odbc_13.0.0.01_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 13.00.0000.01" +title: "EDB ODBC Connector 13.00.0000.01 release notes" +navTitle: Version 13.00.0000.01 --- +Released: 19 Nov 2020 + EDB ODBC Connector 13.00.0000.01 includes the following upstream merge: | Type | Description | From b5a2430a9762fd5e704c9dd9bc426bf48c2a829d Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:24:40 -0400 Subject: [PATCH 16/20] New titles and dates for p-products --- .../pgbouncer/1/pgbouncer_rel_notes/07_11800_rel_notes.mdx | 5 ++++- .../pgbouncer/1/pgbouncer_rel_notes/08_11700_rel_notes.mdx | 5 ++++- .../pgbouncer/1/pgbouncer_rel_notes/09_11610_rel_notes.mdx | 5 ++++- .../pgbouncer/1/pgbouncer_rel_notes/10_11601_rel_notes.mdx | 5 ++++- .../docs/pgpool/4/pgpool_rel_notes/07_432_rel_notes.mdx | 4 +++- .../docs/pgpool/4/pgpool_rel_notes/08_430_rel_notes.mdx | 4 +++- .../docs/pgpool/4/pgpool_rel_notes/09_426_rel_notes.mdx | 4 +++- .../docs/pgpool/4/pgpool_rel_notes/10_425_rel_notes.mdx | 5 ++++- .../docs/pgpool/4/pgpool_rel_notes/3724_rel_notes.mdx | 4 +++- .../docs/pgpool/4/pgpool_rel_notes/4019_rel_notes.mdx | 4 +++- .../docs/pgpool/4/pgpool_rel_notes/4112_rel_notes.mdx | 4 +++- .../docs/pgpool/4/pgpool_rel_notes/429_rel_notes.mdx | 4 +++- 12 files changed, 41 insertions(+), 12 deletions(-) diff --git a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/07_11800_rel_notes.mdx b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/07_11800_rel_notes.mdx index c6b0c2411e8..e6f92fecd55 100644 --- a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/07_11800_rel_notes.mdx +++ b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/07_11800_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 1.18.0.0" +title: "EDB PgBouncer 1.18.0.0 release notes" +navTitle: Version 1.18.0.0 --- +Released: 14 Feb 2023 + EDB PgBouncer 1.18.0.0 includes the following upstream merge and security fix: | Type | Description | diff --git a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/08_11700_rel_notes.mdx b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/08_11700_rel_notes.mdx index 47e48beb292..329e68b7356 100644 --- a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/08_11700_rel_notes.mdx +++ b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/08_11700_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 1.17.0.0" +title: "EDB PgBouncer 1.17.0.0 release notes" +navTitle: Version 1.17.0.0 --- +Released: 04 Aug 2022 + EDB PgBouncer 1.17.0.0 includes the following upstream merge and security fix: | Type | Description | diff --git a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/09_11610_rel_notes.mdx b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/09_11610_rel_notes.mdx index 86f3be167c8..06340cff94e 100644 --- a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/09_11610_rel_notes.mdx +++ b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/09_11610_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 1.16.1.0" +title: "EDB PgBouncer 1.16.0.0 release notes" +navTitle: Version 1.16.0.0 --- +Released: 11 Dec 2021 + EDB PgBouncer 1.16.1.0 includes the following upstream merge and security fix: | Type | Description | diff --git a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/10_11601_rel_notes.mdx b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/10_11601_rel_notes.mdx index 9e84c38d49f..17c5d0f44e2 100644 --- a/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/10_11601_rel_notes.mdx +++ b/product_docs/docs/pgbouncer/1/pgbouncer_rel_notes/10_11601_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 1.16.0.1" +title: "EDB PgBouncer 1.16.0.1 release notes" +navTitle: Version 1.16.0.1 --- +Released: 10 Jun 2021 + New features, enhancements, bug fixes, and other changes in EDB PgBouncer 1.16.0.1 include the following: | Type | Description | diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/07_432_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/07_432_rel_notes.mdx index f76826b5c81..e8452b854e6 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/07_432_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/07_432_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.3.2" +title: "EDB PgPool-II 4.3.2 release notes" +navTitle: Version 4.3.2 --- +Released: 05 Jul 2022 EDB Pgpool-II 4.3.2 includes the following upstream merge: diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/08_430_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/08_430_rel_notes.mdx index 133e1fc6c45..c2076c0dcd6 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/08_430_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/08_430_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.3.0" +title: "EDB PgPool-II 4.3.0 release notes" +navTitle: Version 4.3.0 --- +Released: 01 Feb 2022 EDB Pgpool-II 4.3.0 includes the following upstream merge and updates: diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/09_426_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/09_426_rel_notes.mdx index 4dd52dba92d..1988a4ceedb 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/09_426_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/09_426_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.2.6" +title: "EDB PgPool-II 4.2.6 release notes" +navTitle: Version 4.2.6 --- +Released: 01 Dec 2021 EDB Pgpool-II 4.2.6 includes the following upstream merge and security fix: diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/10_425_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/10_425_rel_notes.mdx index ff585958f27..6b6c1e9c67a 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/10_425_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/10_425_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 4.2.5" +title: "EDB PgPool-II 4.2.5 release notes" +navTitle: Version 4.2.5 --- +Released: 10 Jun 2021 + EDB Pgpool-II 4.2.5 includes the following upstream merges and bug fixes: | Type | Description | diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/3724_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/3724_rel_notes.mdx index 10e1795a5d5..1ebbcdd59aa 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/3724_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/3724_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 3.7.24" +title: "EDB PgPool-II 3.7.24 release notes" +navTitle: Version 3.7.24 --- +Released: 05 Jul 2022 EDB Pgpool-II 3.7.24 includes the following upstream merge: diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/4019_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/4019_rel_notes.mdx index 920627494b5..f3e51705924 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/4019_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/4019_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.0.19" +title: "EDB PgPool-II 4.0.19 release notes" +navTitle: Version 4.0.19 --- +Released: 05 Jul 2022 EDB Pgpool-II 4.0.19 includes the following upstream merge: diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/4112_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/4112_rel_notes.mdx index 2431e41d280..4d816fca78c 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/4112_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/4112_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.1.12" +title: "EDB PgPool-II 4.1.12 release notes" +navTitle: Version 4.1.12 --- +Released: 05 Jul 2022 EDB Pgpool-II 4.1.12 includes the following upstream merge: diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/429_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/429_rel_notes.mdx index 96cd3c23493..c5e53f0b0d5 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/429_rel_notes.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/429_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.2.9" +title: "EDB PgPool-II 4.2.9 release notes" +navTitle: Version 4.2.9 --- +Released: 05 Jul 2022 EDB Pgpool-II 4.2.9 includes the following upstream merge: From e8bc6cf948e0766e66d5a30be652f504b6a26c17 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:47:14 -0400 Subject: [PATCH 17/20] new titles and dates for FDW products --- .../2/hadoop_rel_notes/hadoop_rel_notes_2.0.4.mdx | 5 ++++- .../2/hadoop_rel_notes/hadoop_rel_notes_2.0.5.mdx | 5 ++++- .../2/hadoop_rel_notes/hadoop_rel_notes_2.0.7.mdx | 4 +++- .../2/hadoop_rel_notes/hadoop_rel_notes_2.0.8.mdx | 4 +++- .../2/hadoop_rel_notes/hadoop_rel_notes_2.1.0.mdx | 5 ++++- .../2/hadoop_rel_notes/hadoop_rel_notes_2.2.0.mdx | 5 ++++- .../2/hadoop_rel_notes/hadoop_rel_notes_2.3.0.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.2.3_rel_notes.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.2.6_rel_notes.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.2.8_rel_notes.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.2.9_rel_notes.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.3.0_rel_notes.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.4.0_rel_notes.mdx | 5 ++++- .../5/mongo_rel_notes/mongo5.5.0_rel_notes.mdx | 5 ++++- .../2/mysql_rel_notes/mysql2.5.1_rel_notes.mdx | 4 +++- .../2/mysql_rel_notes/mysql2.5.3_rel_notes.mdx | 4 +++- .../2/mysql_rel_notes/mysql2.5.5_rel_notes.mdx | 4 +++- .../2/mysql_rel_notes/mysql2.6.0_rel_notes.mdx | 4 +++- .../2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx | 4 +++- .../2/mysql_rel_notes/mysql2.8.0_rel_notes.mdx | 4 +++- .../2/mysql_rel_notes/mysql2.9.0_rel_notes.mdx | 4 +++- 21 files changed, 75 insertions(+), 21 deletions(-) diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.4.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.4.mdx index f82b3072512..27cc51c8c7c 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.4.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.4.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.0.4" +title: "Hadoop Foreign Data Wrapper 2.0.4 release notes" +navTitle: Version 2.0.4 --- +Released: 28 Nov 2018 + Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.4 include: | Type | Description | diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.5.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.5.mdx index 1d1c34c5db3..dff99f440f1 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.5.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.5.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.0.5" +title: "Hadoop Foreign Data Wrapper 2.0.5 release notes" +navTitle: Version 2.0.5 --- +Released: 10 Dec 2019 + Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.5 include: | Type | Description | diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.7.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.7.mdx index 71142180a98..5af9ac1fa57 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.7.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.7.mdx @@ -1,7 +1,9 @@ --- -title: "Version 2.0.7" +title: "Hadoop Foreign Data Wrapper 2.0.7 release notes" +navTitle: Version 2.0.7 --- +Released: 23 Nov 2020 New features, enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.7 include the following: diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.8.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.8.mdx index 5b3c48a7617..dc4307f0744 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.8.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.0.8.mdx @@ -1,7 +1,9 @@ --- -title: "Version 2.0.8" +title: "Hadoop Foreign Data Wrapper 2.0.8 release notes" +navTitle: Version 2.0.8 --- +Released: 24 Jun 2021 New features, enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.0.8 include the following: diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.1.0.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.1.0.mdx index 996c8f4e589..37dd80a2096 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.1.0.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.1.0.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.1.0" +title: "Hadoop Foreign Data Wrapper 2.1.0 release notes" +navTitle: Version 2.1.0 --- +Released: 02 Dec 2021 + Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.1.0 include: | Type | Description | diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.2.0.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.2.0.mdx index 87c40a5d243..daeabb74e86 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.2.0.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.2.0.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.2.0" +title: "Hadoop Foreign Data Wrapper 2.2.0 release notes" +navTitle: Version 2.2.0 --- +Released: 26 May 2022 + Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.2 include: | Type | Description | diff --git a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.3.0.mdx b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.3.0.mdx index 3401bc99c37..93760451d6d 100644 --- a/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.3.0.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/hadoop_rel_notes/hadoop_rel_notes_2.3.0.mdx @@ -1,7 +1,10 @@ --- -title: "Version 2.3.0" +title: "Hadoop Foreign Data Wrapper 2.3.0 release notes" +navTitle: Version 2.3.0 --- +Released: 06 Jan 2023 + Enhancements, bug fixes, and other changes in Hadoop Foreign Data Wrapper 2.3 include: | Type | Description | diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.3_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.3_rel_notes.mdx index 6cbdc8e7dc2..a3e53c7de91 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.3_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.3_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 5.2.3" +title: "MongoDB Foreign Data Wrapper 5.2.3 release notes" +navTitle: Version 5.2.3 --- +Released: 01 Nov 2018 + Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.2.3 include: diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.6_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.6_rel_notes.mdx index 356059c664b..1ecfe6a4437 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.6_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.6_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 5.2.6" +title: "MongoDB Foreign Data Wrapper 5.2.6 release notes" +navTitle: Version 5.2.6 --- +Released: 27 Sep 2019 + Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.2.6 include: diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.8_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.8_rel_notes.mdx index d8613fc8c8a..e3b15af520d 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.8_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.8_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 5.2.8" +title: "MongoDB Foreign Data Wrapper 5.2.8 release notes" +navTitle: Version 5.2.8 --- +Released: 23 Nov 2020 + New features, enhancements, bug fixes, and other changes in Mongo Foreign Data Wrapper 5.2.8 include: | Type | Description | diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.9_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.9_rel_notes.mdx index 7b3baf98ec1..8bbfaac82d2 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.9_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.2.9_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 5.2.9" +title: "MongoDB Foreign Data Wrapper 5.2.9 release notes" +navTitle: Version 5.2.9 --- +Released: 24 Jun 2021 + New features, enhancements, bug fixes, and other changes in Mongo Foreign Data Wrapper 5.2.9 include: | Type | Description | diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.3.0_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.3.0_rel_notes.mdx index 6ffa1b667b3..cc3c6bc0629 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.3.0_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.3.0_rel_notes.mdx @@ -1,9 +1,12 @@ --- -title: "Version 5.3.0" +title: "MongoDB Foreign Data Wrapper 5.3.0 release notes" +navTitle: Version 5.3.0 redirects: - 01_5.3.0_rel_notes --- +Released: 02 Dec 2021 + Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.3.0 include: diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.4.0_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.4.0_rel_notes.mdx index f980c2179d6..682b7768d3a 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.4.0_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.4.0_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 5.4.0" +title: "MongoDB Foreign Data Wrapper 5.4.0 release notes" +navTitle: Version 5.4.0 --- +Released: 26 May 2022 + Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.4.0 include: diff --git a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.5.0_rel_notes.mdx b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.5.0_rel_notes.mdx index b7d33fe1d96..c9f980cf571 100644 --- a/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.5.0_rel_notes.mdx +++ b/product_docs/docs/mongo_data_adapter/5/mongo_rel_notes/mongo5.5.0_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 5.5.0" +title: "MongoDB Foreign Data Wrapper 5.5.0 release notes" +navTitle: Version 5.5.0 --- +Released: 06 Jan 2023 + Enhancements, bug fixes, and other changes in MongoDB Foreign Data Wrapper 5.5.0 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.1_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.1_rel_notes.mdx index f8d483f405a..924c537f03e 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.1_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.1_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 2.5.1" +title: "MySQL Foreign Data Wrapper 2.5.1 release notes" +navTitle: Version 2.5.1 --- +Released: 28 Nov 2018 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.5.1 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.3_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.3_rel_notes.mdx index cf0f35b9df9..be1cf82432e 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.3_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.3_rel_notes.mdx @@ -1,9 +1,11 @@ --- -title: "Version 2.5.3" +title: "MySQL Foreign Data Wrapper 2.5.3 release notes" +navTitle: Version 2.5.3 redirects: - 01_rel_notes --- +Released: 10 Dec 2019 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.5.3 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.5_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.5_rel_notes.mdx index 0d1c42b1772..d9cbd3ba844 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.5_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.5.5_rel_notes.mdx @@ -1,9 +1,11 @@ --- -title: "Version 2.5.5" +title: "MySQL Foreign Data Wrapper 2.5.5 release notes" +navTitle: Version 2.5.5 redirects: - 01_rel_notes --- +Released: 23 Nov 2020 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.5.5 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.6.0_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.6.0_rel_notes.mdx index 79f2d4cec51..23732590d4f 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.6.0_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.6.0_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 2.6.0" +title: "MySQL Foreign Data Wrapper 2.6.0 release notes" +navTitle: Version 2.6.0 --- +Released: 18 May 2021 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.6.0 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx index ecf7c071c05..560c304de5f 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.7.0_rel_notes.mdx @@ -1,9 +1,11 @@ --- -title: "Version 2.7.0" +title: "MySQL Foreign Data Wrapper 2.7.0 release notes" +navTitle: Version 2.7.0 redirects: - 01_rel_notes --- +Released: 02 Dec 2021 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.7.0 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.8.0_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.8.0_rel_notes.mdx index 45c9027f753..4d912a07240 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.8.0_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.8.0_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 2.8.0" +title: "MySQL Foreign Data Wrapper 2.8.0 release notes" +navTitle: Version 2.8.0 --- +Released: 26 May 2022 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.8.0 include: diff --git a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.9.0_rel_notes.mdx b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.9.0_rel_notes.mdx index 147c8a6f519..45b9ed0ba96 100644 --- a/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.9.0_rel_notes.mdx +++ b/product_docs/docs/mysql_data_adapter/2/mysql_rel_notes/mysql2.9.0_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 2.9.0" +title: "MySQL Foreign Data Wrapper 2.9.0 release notes" +navTitle: Version 2.9.0 --- +Released: 06 Jan 2023 Enhancements, bug fixes, and other changes in MySQL Foreign Data Wrapper 2.9.0 include: From 7b07a3685f1c4d465f0819896e951c3556142dc9 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:38:47 -0400 Subject: [PATCH 18/20] New titles and dates for migration products --- .../docs/eprs/7/eprs_rel_notes/15_eprs_rel_notes_7.3.0.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/16_eprs_rel_notes_7.2.1.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/17_eprs_rel_notes_7.2.0.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/18_eprs_rel_notes_7.1.0.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/19_eprs_rel_notes_7.0.1.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/20_eprs_rel_notes_7.0.0.mdx | 5 ++++- .../docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.4.0.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.0.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.1.mdx | 4 +++- .../docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.6.0.mdx | 4 ++-- .../4/01_mp_release_notes/10_mp_4.0_rel_notes.mdx | 4 +++- .../4/01_mp_release_notes/mp_4.1_rel_notes.mdx | 4 +++- .../4/01_mp_release_notes/mp_4.2_rel_notes.mdx | 4 +++- .../4/01_mp_release_notes/mp_4.3_rel_notes.mdx | 4 +++- .../4/01_mp_release_notes/mp_4.4_rel_notes.mdx | 4 +++- .../4/01_mp_release_notes/mp_4.5.1_rel_notes.mdx | 1 - .../4/01_mp_release_notes/mp_4.5_rel_notes.mdx | 4 +++- .../55/mtk_rel_notes/05_mkt_5522_rel_notes.mdx | 5 ++++- .../55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx | 5 ++++- .../55/mtk_rel_notes/07_mkt_552_rel_notes.mdx | 5 ++++- .../55/mtk_rel_notes/08_mkt_551_rel_notes.mdx | 5 ++++- .../55/mtk_rel_notes/09_mkt_55_rel_notes.mdx | 5 ++++- .../55/mtk_rel_notes/mtk_5523_rel_notes.mdx | 5 ++++- .../migration_toolkit/55/mtk_rel_notes/mtk_553_rel_notes.mdx | 5 ++++- .../migration_toolkit/55/mtk_rel_notes/mtk_554_rel_notes.mdx | 5 ++++- .../migration_toolkit/55/mtk_rel_notes/mtk_555_rel_notes.mdx | 5 ++++- .../migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx | 4 ++++ 27 files changed, 88 insertions(+), 27 deletions(-) diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/15_eprs_rel_notes_7.3.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/15_eprs_rel_notes_7.3.0.mdx index c2704f54049..392fd913bc3 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/15_eprs_rel_notes_7.3.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/15_eprs_rel_notes_7.3.0.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.3.0" +title: "Replication Server 7.3.0 release notes" +navTitle: Version 7.3.0 --- +Released: 15 Nov 2022 New features, enhancements, bug fixes, and other changes in Replication Server 7.3.0 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/16_eprs_rel_notes_7.2.1.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/16_eprs_rel_notes_7.2.1.mdx index 109f22b36a8..c2c00b52340 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/16_eprs_rel_notes_7.2.1.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/16_eprs_rel_notes_7.2.1.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.2.1" +title: "Replication Server 7.2.1 release notes" +navTitle: Version 7.2.1 --- +Released: 25 Jul 2022 New features, enhancements, bug fixes, and other changes in Replication Server 7.2.1 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/17_eprs_rel_notes_7.2.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/17_eprs_rel_notes_7.2.0.mdx index 60c14028791..0afa9b5c4ea 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/17_eprs_rel_notes_7.2.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/17_eprs_rel_notes_7.2.0.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.2.0" +title: "Replication Server 7.2.0 release notes" +navTitle: Version 7.2.0 --- +Released: 24 Jun 2022 New features, enhancements, bug fixes, and other changes in Replication Server 7.2.0 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/18_eprs_rel_notes_7.1.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/18_eprs_rel_notes_7.1.0.mdx index a4c8b8e0b29..1834a3e5bd4 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/18_eprs_rel_notes_7.1.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/18_eprs_rel_notes_7.1.0.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.1.0" +title: "Replication Server 7.1.0 release notes" +navTitle: Version 7.1.0 --- +Released: 21 Mar 2022 New features, enhancements, bug fixes, and other changes in Replication Server 7.1.0 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/19_eprs_rel_notes_7.0.1.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/19_eprs_rel_notes_7.0.1.mdx index da7e8161a19..a12ba0d9521 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/19_eprs_rel_notes_7.0.1.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/19_eprs_rel_notes_7.0.1.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.0.1" +title: "Replication Server 7.0.1 release notes" +navTitle: Version 7.0.1 --- +Released: 03 Mar 2022 New features, enhancements, bug fixes, and other changes in Replication Server 7.0.1 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/20_eprs_rel_notes_7.0.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/20_eprs_rel_notes_7.0.0.mdx index 6ec2d689652..6908e1f19f3 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/20_eprs_rel_notes_7.0.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/20_eprs_rel_notes_7.0.0.mdx @@ -1,9 +1,12 @@ --- -title: "Version 7.0.0" +title: "Replication Server 7.0.0 release notes" +navTitle: Version 7.0.0 redirects: - ../01_whats_new/ --- +Released: 01 Dec 2021 + !!! Note The 7.0 version is backward compatible with 6.2.x and provides a non-breaking upgrade path for the existing cluster deployments. However, it is strongly recommended to verify it in a staging or nonproduction environment before applying the upgrade in a production environment. diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.4.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.4.0.mdx index c83d8fb32ae..5cf8be4d2c4 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.4.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.4.0.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.4.0" +title: "Replication Server 7.4.0 release notes" +navTitle: Version 7.4.0 --- +Released: 29 Nov 2022 New features, enhancements, bug fixes, and other changes in Replication Server 7.4.0 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.0.mdx index 9f6d2ddec6e..695ed7c7eaf 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.0.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.5.0" +title: "Replication Server 7.5.0 release notes" +navTitle: Version 7.5.0 --- +Released: 14 Feb 2023 New features, enhancements, bug fixes, and other changes in Replication Server 7.5.0 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.1.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.1.mdx index 43396d364f4..83190aa9675 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.1.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.5.1.mdx @@ -1,7 +1,9 @@ --- -title: "Version 7.5.1" +title: "Replication Server 7.5.1 release notes" +navTitle: Version 7.5.1 --- +Released: 26 May 2023 New features, enhancements, bug fixes, and other changes in Replication Server 7.5.1 include the following: diff --git a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.6.0.mdx b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.6.0.mdx index 184dded1bb5..d5962c59151 100644 --- a/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.6.0.mdx +++ b/product_docs/docs/eprs/7/eprs_rel_notes/eprs_rel_notes_7.6.0.mdx @@ -1,6 +1,6 @@ --- -title: Replication Server 7.6.0 release notes -navTitle: "Version 7.6.0" +title: "Replication Server 7.6.0 release notes" +navTitle: Version 7.6.0 --- Released: 07 Sep 2023 diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/10_mp_4.0_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/10_mp_4.0_rel_notes.mdx index da7b858247b..f4650bb85b5 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/10_mp_4.0_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/10_mp_4.0_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.0" +title: "Migration Portal 4.0 release notes" +navTitle: Version 4.0 --- +Released: 22 Apr 2022 New features, enhancements, bug fixes, and other changes in Migration Portal 4.0 include the following: diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.1_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.1_rel_notes.mdx index 9e610bd5bda..8409fbc0f6d 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.1_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.1_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.1" +title: "Migration Portal 4.1 release notes" +navTitle: Version 4.1 --- +Released: 04 Aug 2022 New features, enhancements, bug fixes, and other changes in Migration Portal 4.1 include the following: diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.2_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.2_rel_notes.mdx index 95d943b4eae..f405c77d0d6 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.2_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.2_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.2" +title: "Migration Portal 4.2 release notes" +navTitle: Version 4.2 --- +Released: 04 Oct 2022 New features, enhancements, bug fixes, and other changes in Migration Portal 4.2 include the following: diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.3_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.3_rel_notes.mdx index f8353624670..ff626057a91 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.3_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.3_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.3" +title: "Migration Portal 4.3 release notes" +navTitle: Version 4.3 --- +Released: 08 Dec 2022 New features, enhancements, bug fixes, and other changes in Migration Portal 4.3 include the following: diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.4_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.4_rel_notes.mdx index 15966e144ce..c614ff2ef13 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.4_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.4_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.4" +title: "Migration Portal 4.4 release notes" +navTitle: Version 4.4 --- +Released: 14 Feb 2023 New features, enhancements, bug fixes, and other changes in Migration Portal 4.4 include the following: diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5.1_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5.1_rel_notes.mdx index 497cf44d406..24e8adc62a5 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5.1_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5.1_rel_notes.mdx @@ -5,7 +5,6 @@ navTitle: Version 4.5.1 Released: 12 Jul 2023 - New features, enhancements, bug fixes, and other changes in Migration Portal 4.5.1 include the following: | Type | Description | diff --git a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5_rel_notes.mdx b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5_rel_notes.mdx index 54c66219718..915539215d9 100644 --- a/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5_rel_notes.mdx +++ b/product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5_rel_notes.mdx @@ -1,7 +1,9 @@ --- -title: "Version 4.5" +title: "Migration Portal 4.5 release notes" +navTitle: Version 4.5 --- +Released: 18 May 2023 New features, enhancements, bug fixes, and other changes in Migration Portal 4.5 include the following: diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/05_mkt_5522_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/05_mkt_5522_rel_notes.mdx index 9c73d70dbb7..c96982a1b2f 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/05_mkt_5522_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/05_mkt_5522_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.2.2" +title: "Migration Toolkit 55.2.2 release notes" +navTitle: Version 55.2.2 --- +Released: 10 Mar 2022 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.2 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx index 665d8fedc97..1c5d149b8ea 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.2.1" +title: "Migration Toolkit 55.2.1 release notes" +navTitle: Version 55.2.1 --- +Released: 13 Jan 2022 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.1 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx index 1a2ba6ff16d..6c65f240f41 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.2.0" +title: "Migration Toolkit 55.2.0 release notes" +navTitle: Version 55.2.0 --- +Released: 02 Dec 2021 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.0 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/08_mkt_551_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/08_mkt_551_rel_notes.mdx index a4eecc6282c..97fb72e466b 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/08_mkt_551_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/08_mkt_551_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.1.0" +title: "Migration Toolkit 55.1.0 release notes" +navTitle: Version 55.1.0 --- +Released: 20 Sep 2021 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.1.0 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/09_mkt_55_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/09_mkt_55_rel_notes.mdx index d846bd90297..dad64310a27 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/09_mkt_55_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/09_mkt_55_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.0.0" +title: "Migration Toolkit 55.0.0 release notes" +navTitle: Version 55.0.0 --- +Released: 19 Mar 2021 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.0.0 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_5523_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_5523_rel_notes.mdx index 40aee90c62c..27d87e634a5 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_5523_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_5523_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.2.3" +title: "Migration Toolkit 55.2.3 release notes" +navTitle: Version 55.2.3 --- +Released: 16 Jun 2022 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.3 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_553_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_553_rel_notes.mdx index a316d8b729d..201dacd59bc 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_553_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_553_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.3.0" +title: "Migration Toolkit 55.3.0 release notes" +navTitle: Version 55.3.0 --- +Released: 06 Oct 2022 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.3 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_554_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_554_rel_notes.mdx index 9a8262afb45..d4a10446651 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_554_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_554_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.4.0" +title: "Migration Toolkit 55.4.0 release notes" +navTitle: Version 55.4.0 --- +Released: 29 Nov 2022 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.4 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_555_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_555_rel_notes.mdx index 0e64e008244..10fd9776084 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_555_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_555_rel_notes.mdx @@ -1,7 +1,10 @@ --- -title: "Version 55.5.0" +title: "Migration Toolkit 55.5.0 release notes" +navTitle: Version 55.5.0 --- +Released: 14 Feb 2023 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.5 include: | Type | Description | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx index c1d357401ce..d757d45fc4b 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx @@ -1,7 +1,11 @@ --- title: "Version 55.6.0" +title: "Migration Toolkit 55.6.0 release notes" +navTitle: Version 55.6.0 --- +Released: 25 May 2023 + New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.6 include: | Type | Description | From 31694c71aee146a9f0ca75faa61b0e63b854bbab Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:09:36 +0100 Subject: [PATCH 19/20] Update edbplus_41.1_rel_notes.mdx Remove duplicate title. --- .../docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx b/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx index d2b83b6c781..a17f6fc1e5d 100644 --- a/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx +++ b/product_docs/docs/edb_plus/41/02_release_notes/edbplus_41.1_rel_notes.mdx @@ -1,5 +1,4 @@ --- -title: "Version 41.1.0" title: "EDB*Plus 41.1.0 release notes" navTitle: Version 41.1.0 --- From 26a731dccfdda9965ac0aa4299738d88d04aaea6 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:12:45 +0100 Subject: [PATCH 20/20] Remove double title from mtk_556_rel_notes.mdx --- .../migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx index d757d45fc4b..a3adbb82789 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_556_rel_notes.mdx @@ -1,5 +1,4 @@ --- -title: "Version 55.6.0" title: "Migration Toolkit 55.6.0 release notes" navTitle: Version 55.6.0 ---