From 271390548021dd4d038d7bda0f96e54dadb7cb08 Mon Sep 17 00:00:00 2001
From: aswright491 <36008570+aswright491@users.noreply.github.com>
Date: Tue, 2 Jan 2024 15:25:54 -0500
Subject: [PATCH 1/8] Update index.mdx
I would like to add 'Release Notes' to BigAnimal docs
---
product_docs/docs/biganimal/release/index.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/product_docs/docs/biganimal/release/index.mdx b/product_docs/docs/biganimal/release/index.mdx
index abf79c38d8b..8cfc4d2c84f 100644
--- a/product_docs/docs/biganimal/release/index.mdx
+++ b/product_docs/docs/biganimal/release/index.mdx
@@ -8,6 +8,7 @@ directoryDefaults:
hideKBLink: true
navigation:
+ - release_notes
- free_trial
- overview
- planning
From d6eea806df4236ff7b0e5c13234b0263430ccc00 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Wed, 3 Jan 2024 13:43:12 +0530
Subject: [PATCH 2/8] Added january release notes and added index file
---
.../release/relelase_notes/index.mdx | 20 +++++++++++++++++++
.../relelase_notes/jan_2023_rel_notes.mdx | 13 ++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/index.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
diff --git a/product_docs/docs/biganimal/release/relelase_notes/index.mdx b/product_docs/docs/biganimal/release/relelase_notes/index.mdx
new file mode 100644
index 00000000000..f89abb7f51d
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/index.mdx
@@ -0,0 +1,20 @@
+---
+title: BigAnimal release notes
+---
+
+The BigAnimal documentation describes the latest version of BigAnimal, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature.
+
+| Month | Release date |
+| ------------------------------------ | ------------ |
+| [December 2023](dec_2023_rel_notes) | |
+| [November 2023](nov_2023_rel_notes) | |
+| [October 2023](oct_2023_rel_notes) | |
+| [September 2023](sep_2023_rel_notes) | |
+| [August 2023](aug_2023_rel_notes) | |
+| [July 2023](jul_2023_rel_notes) | |
+| [June 2023](jun_2023rel_notes) | |
+| [May 2023](may_2023_rel_notes) | |
+| [April 2023](apr_2023_rel_notes) | |
+| [March 2023](mar_2023_rel_notes) | |
+| [February 2023](feb_2023_rel_notes) | |
+| [January 2023](jan_2023_rel_notes) | 05 Jan 2023 |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
new file mode 100644
index 00000000000..243126d76f7
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
@@ -0,0 +1,13 @@
+---
+title: BigAnimal January release notes
+---
+
+Release date: 05 Jan 2023
+
+BigAnimal's January 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support for an additional AWS region: AWS Asia Pacific Southeast 2 (Sydney) |
+| Enhancement | BigAnimal CLI v1.12.0 & v1.13.0 is now allowing users to provision far away replicas and get monitoring info for their clusters |
+
\ No newline at end of file
From 9b5297604f5db83d33f59a940e85ae295ec6b4de Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Thu, 4 Jan 2024 18:52:57 +0530
Subject: [PATCH 3/8] Added all other months release notes
---
.../relelase_notes/apr_2023_rel_notes.mdx | 10 +++++
.../relelase_notes/aug_2023_rel_notes.mdx | 10 +++++
.../relelase_notes/dec_2023_rel_notes.mdx | 10 +++++
.../relelase_notes/feb_2023_rel_notes.mdx | 11 +++++
.../release/relelase_notes/index.mdx | 41 ++++++++++++-------
.../relelase_notes/jan_2023_rel_notes.mdx | 6 +--
.../relelase_notes/jul_2023_rel_notes.mdx | 12 ++++++
.../relelase_notes/jun_2023_rel_notes.mdx | 13 ++++++
.../relelase_notes/mar_2023_rel_notes.mdx | 12 ++++++
.../relelase_notes/may_2023_rel_notes.mdx | 12 ++++++
.../relelase_notes/nov_2023_rel_notes.mdx | 14 +++++++
.../relelase_notes/oct_2023_rel_notes.mdx | 12 ++++++
.../relelase_notes/sep_2023_rel_notes.mdx | 10 +++++
13 files changed, 155 insertions(+), 18 deletions(-)
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
diff --git a/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
new file mode 100644
index 00000000000..436f501648b
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
@@ -0,0 +1,10 @@
+---
+title: BigAnimal April release notes
+---
+
+BigAnimal's April 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------ |
+| Enhancement | BigAnimal Terraform provider version 0.4.0 is now available. |
+| Enhancement | Multi-region EDB Postgres Distributed is now available in preview. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
new file mode 100644
index 00000000000..ddfb0312da5
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
@@ -0,0 +1,10 @@
+---
+title: BigAnimal August release notes
+---
+
+BigAnimal's August 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ----------------------------------------------------------------------- |
+| Enhancement | EDB Postgres Distributed (PGD) on BigAnimal is now generally available. |
+| Enhancement | Added support for BigAnimal hosted provisioning with CLI version 3.0.0. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
new file mode 100644
index 00000000000..10354b23bbf
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
@@ -0,0 +1,10 @@
+---
+title: BigAnimal December release notes
+---
+
+BigAnimal's December 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Built-in monitoring is now available for BigAnimal clusters. You can view critical database and infrastructure level metrics for your clusters. |
+
diff --git a/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
new file mode 100644
index 00000000000..eb23810e38b
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
@@ -0,0 +1,11 @@
+---
+title: BigAnimal February release notes
+---
+
+BigAnimal's February 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------ |
+| Enhancement | Added support for EDB Postgres Advanced Server version 15. |
+| Enhancement | BigAnimal Terraform provider version 0.3.0 is now available. |
+
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/index.mdx b/product_docs/docs/biganimal/release/relelase_notes/index.mdx
index f89abb7f51d..88353da89c9 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/index.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/index.mdx
@@ -1,20 +1,33 @@
---
title: BigAnimal release notes
+navigation:
+- dec_2023_rel_notes
+- nov_2023_rel_notes
+- oct_2023_rel_notes
+- sep_2023_rel_notes
+- aug_2023_rel_notes
+- jul_2023_rel_notes
+- jun_2023_rel_notes
+- may_2023_rel_notes
+- apr_2023_rel_notes
+- mar_2023_rel_notes
+- feb_2023_rel_notes
+- jan_2023_rel_notes
---
The BigAnimal documentation describes the latest version of BigAnimal, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature.
-| Month | Release date |
-| ------------------------------------ | ------------ |
-| [December 2023](dec_2023_rel_notes) | |
-| [November 2023](nov_2023_rel_notes) | |
-| [October 2023](oct_2023_rel_notes) | |
-| [September 2023](sep_2023_rel_notes) | |
-| [August 2023](aug_2023_rel_notes) | |
-| [July 2023](jul_2023_rel_notes) | |
-| [June 2023](jun_2023rel_notes) | |
-| [May 2023](may_2023_rel_notes) | |
-| [April 2023](apr_2023_rel_notes) | |
-| [March 2023](mar_2023_rel_notes) | |
-| [February 2023](feb_2023_rel_notes) | |
-| [January 2023](jan_2023_rel_notes) | 05 Jan 2023 |
\ No newline at end of file
+| Month |
+| ------------------------------------ |
+| [December 2023](dec_2023_rel_notes) |
+| [November 2023](nov_2023_rel_notes) |
+| [October 2023](oct_2023_rel_notes) |
+| [September 2023](sep_2023_rel_notes) |
+| [August 2023](aug_2023_rel_notes) |
+| [July 2023](jul_2023_rel_notes) |
+| [June 2023](jun_2023rel_notes) |
+| [May 2023](may_2023_rel_notes) |
+| [April 2023](apr_2023_rel_notes) |
+| [March 2023](mar_2023_rel_notes) |
+| [February 2023](feb_2023_rel_notes) |
+| [January 2023](jan_2023_rel_notes) |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
index 243126d76f7..94649970716 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
@@ -2,12 +2,10 @@
title: BigAnimal January release notes
---
-Release date: 05 Jan 2023
-
BigAnimal's January 2023 release includes the following enhancements and bugfixes:
| Type | Description |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support for an additional AWS region: AWS Asia Pacific Southeast 2 (Sydney) |
-| Enhancement | BigAnimal CLI v1.12.0 & v1.13.0 is now allowing users to provision far away replicas and get monitoring info for their clusters |
+| Enhancement | Added support for an additional AWS region: AWS Asia Pacific Southeast 2 (Sydney). |
+| Enhancement | BigAnimal CLI v1.12.0 & v1.13.0 is now allowing users to provision far away replicas and get monitoring info for their clusters. |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
new file mode 100644
index 00000000000..ba14182c7ad
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: BigAnimal July release notes
+---
+
+BigAnimal's July 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support Google Cloud, in your cloud account or ours. With the addition of Google Cloud, you can now run BigAnimal on the three largest cloud service providers. |
+| Enhancement | Added support for GCP with CLI version 2.1.0. |
+| Enhancement | BigAnimal Terraform provider version 0.5.1 is now available. |
+| Enhancement | Added support for several new extensions including EDB Wait States, EDB Query Advisor, and Postgres Failover Slots. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
new file mode 100644
index 00000000000..f60d9e04960
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
@@ -0,0 +1,13 @@
+---
+title: BigAnimal June release notes
+---
+
+BigAnimal's June 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support to new deployment and payment options. You can now choose to deploy fully-managed Postgres Database-as-a-service in BigAnimal's cloud account, with simplified credit card billing options to get your workloads up and running seamlessly. |
+| Enhancement | Added support for a self-service pay-go purchase experience for BigAnimal. |
+| Enhancement | You can now configure Postgres superuser privileges for your BigAnimal clusters directly from the portal. Enable superuser access when creating or editing a single-node or high availability cluster if you need to bypass all permission checks on your database.|
+| Enhancement | Added support for the AWS Asia Pacific South 2 (Hyderabad) region. |
+| Enhancement | Added support to invite other users by their organizations. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
new file mode 100644
index 00000000000..d2b9452074f
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: BigAnimal March release notes
+---
+
+BigAnimal's March 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support for custom maintenance windows. With custom maintenance windows, you can now have more control over the database restarts during the maintenance upgrade events. |
+| Enhancement | Added Autocluster, Refdata and EDB Postgres Tuner extensions.
- Autocluster — A table access method extension from the Advanced Storage Pack that supports faster access for clustered data.
- Refdata — A table access method extension from the Advanced Storage Pack that increases performance and scalability of foreign key lookups on normalized data models.
- EDB Postgres Tuner — It is available in BigAnimal to provide intelligent parameter tuning recommendations based on your clusters' settings. |
+| Enhancement | BigAnimal CLI v1.14.0 is now available. |
+| Security fix | Added [PCI DSS Compliance Certification](https://www.enterprisedb.com/blog/EDB-BigAnimal-PCI-Certification-Security). |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
new file mode 100644
index 00000000000..1f821cab3d0
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: BigAnimal May release notes
+---
+
+BigAnimal's May 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | PgBouncer is now available for single node and high availability clusters with BigAnimal. You can now toggle on connection pooling with the integration available in BigAnimal. |
+| Enhancement | Added support for additional AWS region: Asia Pacific Southeast 3 (Jakarta). |
+| Enhancement | Added support to the CLI for provisioning PGD with v2.0.0. |
+
diff --git a/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
new file mode 100644
index 00000000000..e1eaa382321
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
@@ -0,0 +1,14 @@
+---
+title: BigAnimal November release notes
+---
+
+BigAnimal's November 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | --------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support for new extension PostGIS to allow storage and processing of geo-spatial data types in Postgres on BigAnimal. |
+| Enhancement | BigAnimal CLI version 3.3.0 is now available. |
+| Enhancement | Added support for EDB Postgres Advanced Server and EDB Postgres Extended Server version 16. |
+| Enhancement | Added support for AWS eu-south-2 (spain) region. |
+| Enhancement | BigAnimal is now available on AWS marketplace. |
+
diff --git a/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
new file mode 100644
index 00000000000..33260d6d570
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: BigAnimal October release notes
+---
+
+BigAnimal's October 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | --------------------------------------------------------------------------------- |
+| Enhancement | Added support for PostgreSQL version 16. |
+| Enhancement | BigAnimal CLI version 3.2.0 is now available. |
+| Enhancement | BigAnimal Terraform version 0.6.1 is now available. |
+| Enhancement | Added support for new extension pg_cron, a cron-based job scheduler for Postgres. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
new file mode 100644
index 00000000000..7257ecaf278
--- /dev/null
+++ b/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
@@ -0,0 +1,10 @@
+---
+title: BigAnimal September release notes
+---
+
+BigAnimal's September 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support to deploy fully-managed Postgres Database-as-a-service in BigAnimal's Azure account. |
+| Enhancement | Added support for database-level authentication on Bring-Your-Own-Account deployments using your cloud account's Identity and Access Management (IAM) credentials. Admins can now manage database users centrally within your cloud provider's IAM service and database users can authenticate to Postgres using their existing Azure Active Directory, AWS IAM, or Google Cloud IAM credentials. |
From 8f0c16aa9214c228b754dd2fcaa48f8ab556e16f Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Thu, 4 Jan 2024 19:37:40 +0530
Subject: [PATCH 4/8] Added navtitles
---
.../docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx | 1 +
.../docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx | 1 +
12 files changed, 12 insertions(+)
diff --git a/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
index 436f501648b..4d446ae3bdb 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal April release notes
+navTitle: "April 2023"
---
BigAnimal's April 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
index ddfb0312da5..e0788405301 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal August release notes
+navTitle: "August 2023"
---
BigAnimal's August 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
index 10354b23bbf..e73a3d0a317 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal December release notes
+navTitle: "December 2023"
---
BigAnimal's December 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
index eb23810e38b..584e139f050 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal February release notes
+navTitle: "February 2023"
---
BigAnimal's February 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
index 94649970716..d803816c8e3 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal January release notes
+navTitle: "January 2023"
---
BigAnimal's January 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
index ba14182c7ad..3bdcb19a5fb 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal July release notes
+navTitle: "July 2023"
---
BigAnimal's July 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
index f60d9e04960..728a77041fd 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal June release notes
+navTitle: "June 2023"
---
BigAnimal's June 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
index d2b9452074f..0354e138318 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal March release notes
+navTitle: "March 2023"
---
BigAnimal's March 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
index 1f821cab3d0..519aed4c950 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal May release notes
+navTitle: "May 2023"
---
BigAnimal's May 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
index e1eaa382321..cbe24da438b 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal November release notes
+navTitle: "November 2023"
---
BigAnimal's November 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
index 33260d6d570..e2d8d42cedc 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal October release notes
+navTitle: "October 2023"
---
BigAnimal's October 2023 release includes the following enhancements and bugfixes:
diff --git a/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
index 7257ecaf278..d4d27694f08 100644
--- a/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
+++ b/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
@@ -1,5 +1,6 @@
---
title: BigAnimal September release notes
+navTitle: "September 2023"
---
BigAnimal's September 2023 release includes the following enhancements and bugfixes:
From ab5d34104bf89f5ab744c67bbef07e16af99cf84 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 8 Jan 2024 15:05:43 +0530
Subject: [PATCH 5/8] renamed the folder name
---
.../release_notes/apr_2023_rel_notes.mdx | 11 +++++++
.../release_notes/aug_2023_rel_notes.mdx | 11 +++++++
.../release_notes/dec_2023_rel_notes.mdx | 11 +++++++
.../release_notes/feb_2023_rel_notes.mdx | 12 +++++++
.../biganimal/release/release_notes/index.mdx | 33 +++++++++++++++++++
.../release_notes/jan_2023_rel_notes.mdx | 12 +++++++
.../release_notes/jul_2023_rel_notes.mdx | 13 ++++++++
.../release_notes/jun_2023_rel_notes.mdx | 14 ++++++++
.../release_notes/mar_2023_rel_notes.mdx | 13 ++++++++
.../release_notes/may_2023_rel_notes.mdx | 13 ++++++++
.../release_notes/nov_2023_rel_notes.mdx | 15 +++++++++
.../release_notes/oct_2023_rel_notes.mdx | 13 ++++++++
.../release_notes/sep_2023_rel_notes.mdx | 11 +++++++
13 files changed, 182 insertions(+)
create mode 100644 product_docs/docs/biganimal/release/release_notes/apr_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/aug_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/dec_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/feb_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/index.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/jan_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/jul_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/jun_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/mar_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/may_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/nov_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/oct_2023_rel_notes.mdx
create mode 100644 product_docs/docs/biganimal/release/release_notes/sep_2023_rel_notes.mdx
diff --git a/product_docs/docs/biganimal/release/release_notes/apr_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/apr_2023_rel_notes.mdx
new file mode 100644
index 00000000000..4d446ae3bdb
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/apr_2023_rel_notes.mdx
@@ -0,0 +1,11 @@
+---
+title: BigAnimal April release notes
+navTitle: "April 2023"
+---
+
+BigAnimal's April 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------ |
+| Enhancement | BigAnimal Terraform provider version 0.4.0 is now available. |
+| Enhancement | Multi-region EDB Postgres Distributed is now available in preview. |
diff --git a/product_docs/docs/biganimal/release/release_notes/aug_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/aug_2023_rel_notes.mdx
new file mode 100644
index 00000000000..e0788405301
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/aug_2023_rel_notes.mdx
@@ -0,0 +1,11 @@
+---
+title: BigAnimal August release notes
+navTitle: "August 2023"
+---
+
+BigAnimal's August 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ----------------------------------------------------------------------- |
+| Enhancement | EDB Postgres Distributed (PGD) on BigAnimal is now generally available. |
+| Enhancement | Added support for BigAnimal hosted provisioning with CLI version 3.0.0. |
diff --git a/product_docs/docs/biganimal/release/release_notes/dec_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/dec_2023_rel_notes.mdx
new file mode 100644
index 00000000000..e73a3d0a317
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/dec_2023_rel_notes.mdx
@@ -0,0 +1,11 @@
+---
+title: BigAnimal December release notes
+navTitle: "December 2023"
+---
+
+BigAnimal's December 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Built-in monitoring is now available for BigAnimal clusters. You can view critical database and infrastructure level metrics for your clusters. |
+
diff --git a/product_docs/docs/biganimal/release/release_notes/feb_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/feb_2023_rel_notes.mdx
new file mode 100644
index 00000000000..584e139f050
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/feb_2023_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: BigAnimal February release notes
+navTitle: "February 2023"
+---
+
+BigAnimal's February 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------ |
+| Enhancement | Added support for EDB Postgres Advanced Server version 15. |
+| Enhancement | BigAnimal Terraform provider version 0.3.0 is now available. |
+
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/release_notes/index.mdx b/product_docs/docs/biganimal/release/release_notes/index.mdx
new file mode 100644
index 00000000000..88353da89c9
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/index.mdx
@@ -0,0 +1,33 @@
+---
+title: BigAnimal release notes
+navigation:
+- dec_2023_rel_notes
+- nov_2023_rel_notes
+- oct_2023_rel_notes
+- sep_2023_rel_notes
+- aug_2023_rel_notes
+- jul_2023_rel_notes
+- jun_2023_rel_notes
+- may_2023_rel_notes
+- apr_2023_rel_notes
+- mar_2023_rel_notes
+- feb_2023_rel_notes
+- jan_2023_rel_notes
+---
+
+The BigAnimal documentation describes the latest version of BigAnimal, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature.
+
+| Month |
+| ------------------------------------ |
+| [December 2023](dec_2023_rel_notes) |
+| [November 2023](nov_2023_rel_notes) |
+| [October 2023](oct_2023_rel_notes) |
+| [September 2023](sep_2023_rel_notes) |
+| [August 2023](aug_2023_rel_notes) |
+| [July 2023](jul_2023_rel_notes) |
+| [June 2023](jun_2023rel_notes) |
+| [May 2023](may_2023_rel_notes) |
+| [April 2023](apr_2023_rel_notes) |
+| [March 2023](mar_2023_rel_notes) |
+| [February 2023](feb_2023_rel_notes) |
+| [January 2023](jan_2023_rel_notes) |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/release_notes/jan_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/jan_2023_rel_notes.mdx
new file mode 100644
index 00000000000..d803816c8e3
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/jan_2023_rel_notes.mdx
@@ -0,0 +1,12 @@
+---
+title: BigAnimal January release notes
+navTitle: "January 2023"
+---
+
+BigAnimal's January 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support for an additional AWS region: AWS Asia Pacific Southeast 2 (Sydney). |
+| Enhancement | BigAnimal CLI v1.12.0 & v1.13.0 is now allowing users to provision far away replicas and get monitoring info for their clusters. |
+
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/release_notes/jul_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/jul_2023_rel_notes.mdx
new file mode 100644
index 00000000000..3bdcb19a5fb
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/jul_2023_rel_notes.mdx
@@ -0,0 +1,13 @@
+---
+title: BigAnimal July release notes
+navTitle: "July 2023"
+---
+
+BigAnimal's July 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support Google Cloud, in your cloud account or ours. With the addition of Google Cloud, you can now run BigAnimal on the three largest cloud service providers. |
+| Enhancement | Added support for GCP with CLI version 2.1.0. |
+| Enhancement | BigAnimal Terraform provider version 0.5.1 is now available. |
+| Enhancement | Added support for several new extensions including EDB Wait States, EDB Query Advisor, and Postgres Failover Slots. |
diff --git a/product_docs/docs/biganimal/release/release_notes/jun_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/jun_2023_rel_notes.mdx
new file mode 100644
index 00000000000..728a77041fd
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/jun_2023_rel_notes.mdx
@@ -0,0 +1,14 @@
+---
+title: BigAnimal June release notes
+navTitle: "June 2023"
+---
+
+BigAnimal's June 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support to new deployment and payment options. You can now choose to deploy fully-managed Postgres Database-as-a-service in BigAnimal's cloud account, with simplified credit card billing options to get your workloads up and running seamlessly. |
+| Enhancement | Added support for a self-service pay-go purchase experience for BigAnimal. |
+| Enhancement | You can now configure Postgres superuser privileges for your BigAnimal clusters directly from the portal. Enable superuser access when creating or editing a single-node or high availability cluster if you need to bypass all permission checks on your database.|
+| Enhancement | Added support for the AWS Asia Pacific South 2 (Hyderabad) region. |
+| Enhancement | Added support to invite other users by their organizations. |
diff --git a/product_docs/docs/biganimal/release/release_notes/mar_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/mar_2023_rel_notes.mdx
new file mode 100644
index 00000000000..0354e138318
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/mar_2023_rel_notes.mdx
@@ -0,0 +1,13 @@
+---
+title: BigAnimal March release notes
+navTitle: "March 2023"
+---
+
+BigAnimal's March 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support for custom maintenance windows. With custom maintenance windows, you can now have more control over the database restarts during the maintenance upgrade events. |
+| Enhancement | Added Autocluster, Refdata and EDB Postgres Tuner extensions.
- Autocluster — A table access method extension from the Advanced Storage Pack that supports faster access for clustered data.
- Refdata — A table access method extension from the Advanced Storage Pack that increases performance and scalability of foreign key lookups on normalized data models.
- EDB Postgres Tuner — It is available in BigAnimal to provide intelligent parameter tuning recommendations based on your clusters' settings. |
+| Enhancement | BigAnimal CLI v1.14.0 is now available. |
+| Security fix | Added [PCI DSS Compliance Certification](https://www.enterprisedb.com/blog/EDB-BigAnimal-PCI-Certification-Security). |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/release_notes/may_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/may_2023_rel_notes.mdx
new file mode 100644
index 00000000000..519aed4c950
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/may_2023_rel_notes.mdx
@@ -0,0 +1,13 @@
+---
+title: BigAnimal May release notes
+navTitle: "May 2023"
+---
+
+BigAnimal's May 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | PgBouncer is now available for single node and high availability clusters with BigAnimal. You can now toggle on connection pooling with the integration available in BigAnimal. |
+| Enhancement | Added support for additional AWS region: Asia Pacific Southeast 3 (Jakarta). |
+| Enhancement | Added support to the CLI for provisioning PGD with v2.0.0. |
+
diff --git a/product_docs/docs/biganimal/release/release_notes/nov_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/nov_2023_rel_notes.mdx
new file mode 100644
index 00000000000..cbe24da438b
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/nov_2023_rel_notes.mdx
@@ -0,0 +1,15 @@
+---
+title: BigAnimal November release notes
+navTitle: "November 2023"
+---
+
+BigAnimal's November 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | --------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support for new extension PostGIS to allow storage and processing of geo-spatial data types in Postgres on BigAnimal. |
+| Enhancement | BigAnimal CLI version 3.3.0 is now available. |
+| Enhancement | Added support for EDB Postgres Advanced Server and EDB Postgres Extended Server version 16. |
+| Enhancement | Added support for AWS eu-south-2 (spain) region. |
+| Enhancement | BigAnimal is now available on AWS marketplace. |
+
diff --git a/product_docs/docs/biganimal/release/release_notes/oct_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/oct_2023_rel_notes.mdx
new file mode 100644
index 00000000000..e2d8d42cedc
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/oct_2023_rel_notes.mdx
@@ -0,0 +1,13 @@
+---
+title: BigAnimal October release notes
+navTitle: "October 2023"
+---
+
+BigAnimal's October 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | --------------------------------------------------------------------------------- |
+| Enhancement | Added support for PostgreSQL version 16. |
+| Enhancement | BigAnimal CLI version 3.2.0 is now available. |
+| Enhancement | BigAnimal Terraform version 0.6.1 is now available. |
+| Enhancement | Added support for new extension pg_cron, a cron-based job scheduler for Postgres. |
diff --git a/product_docs/docs/biganimal/release/release_notes/sep_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/sep_2023_rel_notes.mdx
new file mode 100644
index 00000000000..d4d27694f08
--- /dev/null
+++ b/product_docs/docs/biganimal/release/release_notes/sep_2023_rel_notes.mdx
@@ -0,0 +1,11 @@
+---
+title: BigAnimal September release notes
+navTitle: "September 2023"
+---
+
+BigAnimal's September 2023 release includes the following enhancements and bugfixes:
+
+| Type | Description |
+| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Enhancement | Added support to deploy fully-managed Postgres Database-as-a-service in BigAnimal's Azure account. |
+| Enhancement | Added support for database-level authentication on Bring-Your-Own-Account deployments using your cloud account's Identity and Access Management (IAM) credentials. Admins can now manage database users centrally within your cloud provider's IAM service and database users can authenticate to Postgres using their existing Azure Active Directory, AWS IAM, or Google Cloud IAM credentials. |
From d9c19fb9d1628387e00a8c293d3df78d1982c4c0 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 8 Jan 2024 15:07:35 +0530
Subject: [PATCH 6/8] remove the extra files
---
.../relelase_notes/apr_2023_rel_notes.mdx | 11 -------
.../relelase_notes/aug_2023_rel_notes.mdx | 11 -------
.../relelase_notes/dec_2023_rel_notes.mdx | 11 -------
.../relelase_notes/feb_2023_rel_notes.mdx | 12 -------
.../release/relelase_notes/index.mdx | 33 -------------------
.../relelase_notes/jan_2023_rel_notes.mdx | 12 -------
.../relelase_notes/jul_2023_rel_notes.mdx | 13 --------
.../relelase_notes/jun_2023_rel_notes.mdx | 14 --------
.../relelase_notes/mar_2023_rel_notes.mdx | 13 --------
.../relelase_notes/may_2023_rel_notes.mdx | 13 --------
.../relelase_notes/nov_2023_rel_notes.mdx | 15 ---------
.../relelase_notes/oct_2023_rel_notes.mdx | 13 --------
.../relelase_notes/sep_2023_rel_notes.mdx | 11 -------
13 files changed, 182 deletions(-)
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/index.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
delete mode 100644 product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
diff --git a/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
deleted file mode 100644
index 4d446ae3bdb..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/apr_2023_rel_notes.mdx
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: BigAnimal April release notes
-navTitle: "April 2023"
----
-
-BigAnimal's April 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ------------------------------------------------------------------ |
-| Enhancement | BigAnimal Terraform provider version 0.4.0 is now available. |
-| Enhancement | Multi-region EDB Postgres Distributed is now available in preview. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
deleted file mode 100644
index e0788405301..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/aug_2023_rel_notes.mdx
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: BigAnimal August release notes
-navTitle: "August 2023"
----
-
-BigAnimal's August 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ----------------------------------------------------------------------- |
-| Enhancement | EDB Postgres Distributed (PGD) on BigAnimal is now generally available. |
-| Enhancement | Added support for BigAnimal hosted provisioning with CLI version 3.0.0. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
deleted file mode 100644
index e73a3d0a317..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/dec_2023_rel_notes.mdx
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: BigAnimal December release notes
-navTitle: "December 2023"
----
-
-BigAnimal's December 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Built-in monitoring is now available for BigAnimal clusters. You can view critical database and infrastructure level metrics for your clusters. |
-
diff --git a/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
deleted file mode 100644
index 584e139f050..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/feb_2023_rel_notes.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: BigAnimal February release notes
-navTitle: "February 2023"
----
-
-BigAnimal's February 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ------------------------------------------------------------ |
-| Enhancement | Added support for EDB Postgres Advanced Server version 15. |
-| Enhancement | BigAnimal Terraform provider version 0.3.0 is now available. |
-
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/index.mdx b/product_docs/docs/biganimal/release/relelase_notes/index.mdx
deleted file mode 100644
index 88353da89c9..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/index.mdx
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: BigAnimal release notes
-navigation:
-- dec_2023_rel_notes
-- nov_2023_rel_notes
-- oct_2023_rel_notes
-- sep_2023_rel_notes
-- aug_2023_rel_notes
-- jul_2023_rel_notes
-- jun_2023_rel_notes
-- may_2023_rel_notes
-- apr_2023_rel_notes
-- mar_2023_rel_notes
-- feb_2023_rel_notes
-- jan_2023_rel_notes
----
-
-The BigAnimal documentation describes the latest version of BigAnimal, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature.
-
-| Month |
-| ------------------------------------ |
-| [December 2023](dec_2023_rel_notes) |
-| [November 2023](nov_2023_rel_notes) |
-| [October 2023](oct_2023_rel_notes) |
-| [September 2023](sep_2023_rel_notes) |
-| [August 2023](aug_2023_rel_notes) |
-| [July 2023](jul_2023_rel_notes) |
-| [June 2023](jun_2023rel_notes) |
-| [May 2023](may_2023_rel_notes) |
-| [April 2023](apr_2023_rel_notes) |
-| [March 2023](mar_2023_rel_notes) |
-| [February 2023](feb_2023_rel_notes) |
-| [January 2023](jan_2023_rel_notes) |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
deleted file mode 100644
index d803816c8e3..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/jan_2023_rel_notes.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: BigAnimal January release notes
-navTitle: "January 2023"
----
-
-BigAnimal's January 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support for an additional AWS region: AWS Asia Pacific Southeast 2 (Sydney). |
-| Enhancement | BigAnimal CLI v1.12.0 & v1.13.0 is now allowing users to provision far away replicas and get monitoring info for their clusters. |
-
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
deleted file mode 100644
index 3bdcb19a5fb..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/jul_2023_rel_notes.mdx
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: BigAnimal July release notes
-navTitle: "July 2023"
----
-
-BigAnimal's July 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support Google Cloud, in your cloud account or ours. With the addition of Google Cloud, you can now run BigAnimal on the three largest cloud service providers. |
-| Enhancement | Added support for GCP with CLI version 2.1.0. |
-| Enhancement | BigAnimal Terraform provider version 0.5.1 is now available. |
-| Enhancement | Added support for several new extensions including EDB Wait States, EDB Query Advisor, and Postgres Failover Slots. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
deleted file mode 100644
index 728a77041fd..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/jun_2023_rel_notes.mdx
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: BigAnimal June release notes
-navTitle: "June 2023"
----
-
-BigAnimal's June 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support to new deployment and payment options. You can now choose to deploy fully-managed Postgres Database-as-a-service in BigAnimal's cloud account, with simplified credit card billing options to get your workloads up and running seamlessly. |
-| Enhancement | Added support for a self-service pay-go purchase experience for BigAnimal. |
-| Enhancement | You can now configure Postgres superuser privileges for your BigAnimal clusters directly from the portal. Enable superuser access when creating or editing a single-node or high availability cluster if you need to bypass all permission checks on your database.|
-| Enhancement | Added support for the AWS Asia Pacific South 2 (Hyderabad) region. |
-| Enhancement | Added support to invite other users by their organizations. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
deleted file mode 100644
index 0354e138318..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/mar_2023_rel_notes.mdx
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: BigAnimal March release notes
-navTitle: "March 2023"
----
-
-BigAnimal's March 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support for custom maintenance windows. With custom maintenance windows, you can now have more control over the database restarts during the maintenance upgrade events. |
-| Enhancement | Added Autocluster, Refdata and EDB Postgres Tuner extensions.
- Autocluster — A table access method extension from the Advanced Storage Pack that supports faster access for clustered data.
- Refdata — A table access method extension from the Advanced Storage Pack that increases performance and scalability of foreign key lookups on normalized data models.
- EDB Postgres Tuner — It is available in BigAnimal to provide intelligent parameter tuning recommendations based on your clusters' settings. |
-| Enhancement | BigAnimal CLI v1.14.0 is now available. |
-| Security fix | Added [PCI DSS Compliance Certification](https://www.enterprisedb.com/blog/EDB-BigAnimal-PCI-Certification-Security). |
\ No newline at end of file
diff --git a/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
deleted file mode 100644
index 519aed4c950..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/may_2023_rel_notes.mdx
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: BigAnimal May release notes
-navTitle: "May 2023"
----
-
-BigAnimal's May 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | PgBouncer is now available for single node and high availability clusters with BigAnimal. You can now toggle on connection pooling with the integration available in BigAnimal. |
-| Enhancement | Added support for additional AWS region: Asia Pacific Southeast 3 (Jakarta). |
-| Enhancement | Added support to the CLI for provisioning PGD with v2.0.0. |
-
diff --git a/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
deleted file mode 100644
index cbe24da438b..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/nov_2023_rel_notes.mdx
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: BigAnimal November release notes
-navTitle: "November 2023"
----
-
-BigAnimal's November 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | --------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support for new extension PostGIS to allow storage and processing of geo-spatial data types in Postgres on BigAnimal. |
-| Enhancement | BigAnimal CLI version 3.3.0 is now available. |
-| Enhancement | Added support for EDB Postgres Advanced Server and EDB Postgres Extended Server version 16. |
-| Enhancement | Added support for AWS eu-south-2 (spain) region. |
-| Enhancement | BigAnimal is now available on AWS marketplace. |
-
diff --git a/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
deleted file mode 100644
index e2d8d42cedc..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/oct_2023_rel_notes.mdx
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: BigAnimal October release notes
-navTitle: "October 2023"
----
-
-BigAnimal's October 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | --------------------------------------------------------------------------------- |
-| Enhancement | Added support for PostgreSQL version 16. |
-| Enhancement | BigAnimal CLI version 3.2.0 is now available. |
-| Enhancement | BigAnimal Terraform version 0.6.1 is now available. |
-| Enhancement | Added support for new extension pg_cron, a cron-based job scheduler for Postgres. |
diff --git a/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx b/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
deleted file mode 100644
index d4d27694f08..00000000000
--- a/product_docs/docs/biganimal/release/relelase_notes/sep_2023_rel_notes.mdx
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: BigAnimal September release notes
-navTitle: "September 2023"
----
-
-BigAnimal's September 2023 release includes the following enhancements and bugfixes:
-
-| Type | Description |
-| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Enhancement | Added support to deploy fully-managed Postgres Database-as-a-service in BigAnimal's Azure account. |
-| Enhancement | Added support for database-level authentication on Bring-Your-Own-Account deployments using your cloud account's Identity and Access Management (IAM) credentials. Admins can now manage database users centrally within your cloud provider's IAM service and database users can authenticate to Postgres using their existing Azure Active Directory, AWS IAM, or Google Cloud IAM credentials. |
From e8a3c8403706851bddff96a3186e472eb056f7d7 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 8 Jan 2024 15:38:57 +0530
Subject: [PATCH 7/8] Added title
---
product_docs/docs/biganimal/release/release_notes/index.mdx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/product_docs/docs/biganimal/release/release_notes/index.mdx b/product_docs/docs/biganimal/release/release_notes/index.mdx
index 88353da89c9..8df467c3d56 100644
--- a/product_docs/docs/biganimal/release/release_notes/index.mdx
+++ b/product_docs/docs/biganimal/release/release_notes/index.mdx
@@ -1,5 +1,6 @@
---
-title: BigAnimal release notes
+title: Release notes
+navTitle: BigAnimal release notes
navigation:
- dec_2023_rel_notes
- nov_2023_rel_notes
From a714244738c464b75116445b054e67eed598b59b Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Mon, 8 Jan 2024 17:07:14 +0530
Subject: [PATCH 8/8] Exchanged title and navtitle
---
product_docs/docs/biganimal/release/release_notes/index.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/product_docs/docs/biganimal/release/release_notes/index.mdx b/product_docs/docs/biganimal/release/release_notes/index.mdx
index 8df467c3d56..0c7913986a4 100644
--- a/product_docs/docs/biganimal/release/release_notes/index.mdx
+++ b/product_docs/docs/biganimal/release/release_notes/index.mdx
@@ -1,6 +1,6 @@
---
-title: Release notes
-navTitle: BigAnimal release notes
+title: BigAnimal release notes
+navTitle: Release notes
navigation:
- dec_2023_rel_notes
- nov_2023_rel_notes