From 66beb14eb8deba6349c77e5b08e2c0798b5b7d61 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:15:09 +0530 Subject: [PATCH] Pgpool-II 4.4.4 release branch Added release notes for version 4.4.4 --- .../pgpool/4/pgpool_rel_notes/444_rel_notes.mdx | 13 +++++++++++++ .../docs/pgpool/4/pgpool_rel_notes/index.mdx | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 product_docs/docs/pgpool/4/pgpool_rel_notes/444_rel_notes.mdx diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/444_rel_notes.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/444_rel_notes.mdx new file mode 100644 index 00000000000..ae13c2d2955 --- /dev/null +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/444_rel_notes.mdx @@ -0,0 +1,13 @@ +--- +title: "EDB PgPool-II 4.4.4 release notes" +navTitle: Version 4.4.4 +--- + +Released: 26 Feb 2024 + +EDB Pgpool-II 4.4.4 includes the following upstream merge: + +| Type | Description | +|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------| +| Upstream merge | Merged with community Pgpool-II 4.4.4. See the community [Release Notes](https://www.pgpool.net/docs/latest/en/html/release-4-4-4.html) for details. | +| Bug fix | Fixed an issue for JDBC application, where it was throwing an error while doing prepare for call() statement with load balancing feature enabled. | \ No newline at end of file diff --git a/product_docs/docs/pgpool/4/pgpool_rel_notes/index.mdx b/product_docs/docs/pgpool/4/pgpool_rel_notes/index.mdx index 1d1e39b90e7..541a964fad2 100644 --- a/product_docs/docs/pgpool/4/pgpool_rel_notes/index.mdx +++ b/product_docs/docs/pgpool/4/pgpool_rel_notes/index.mdx @@ -3,6 +3,7 @@ title: "Release notes" redirects: - ../01_whats_new/ navigation: +- 444_rel_notes - 443_rel_notes - 442_rel_notes - 07_432_rel_notes @@ -19,6 +20,7 @@ The EDB Pgpool-II documentation describes the latest version of EDB Pgpool-II, i | Version | Release Date | Upstream merges | | | ------------------------------------------------------------------------------------------------------------------------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | +| [4.4.4](444_rel_notes) | 26 Feb 2024 | Upstream [4.4.4](https://www.pgpool.net/docs/44/en/html/release-4-4-4.html) | | | [4.4.3](443_rel_notes) | 09 Nov 2023 | Upstream [4.4.3](https://www.pgpool.net/docs/44/en/html/release-4-4-3.html) | | | [4.4.2](442_rel_notes) | 14 Feb 2023 | Upstream [4.4.2](https://www.pgpool.net/docs/44/en/html/release-4-4-2.html) | | | [4.3.2](07_432_rel_notes), [4.2.9](429_rel_notes), [4.1.12](4112_rel_notes), [4.0.19](4019_rel_notes), [3.7.24](3724_rel_notes) | 05 Jul 2022 | Upstream [4.3.2](https://www.pgpool.net/docs/43/en/html/release-4-3-2.html#bug-fixes), [4.2.9](https://www.pgpool.net/docs/43/en/html/release-4-2-9.html#bug-fixes), [4.1.12](https://www.pgpool.net/docs/43/en/html/release-4-1-12.html#bug-fixes), [4.0.19](https://www.pgpool.net/docs/43/en/html/release-4-0-19.html#bug-fixes), [3.7.24](https://www.pgpool.net/docs/43/en/html/release-3-7-24.html#bug-fixes) | |