From de9a915a9781978ca7313ddce9d293bdeb55a9cc Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Wed, 25 May 2022 14:40:49 +0200 Subject: [PATCH] PG-420: PGSM-1.0.1 release notes Signed-off-by: Kai Wagner --- docs/RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index db2c401..301b35d 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -2,6 +2,16 @@ Below is the complete list of release notes for every version of ``pg_stat_monitor``. +## 1.0.1 + +### Bugs Fixed + +[PG-382](https://jira.percona.com/browse/PG-382): Histogram default settings changed to prevent the PostgreSQL server to crash + +[PG-417](https://jira.percona.com/browse/PG-417): Addressed security vulnerabilities to prevent an attacker from precreating functions + +[DISTPG-427](https://jira.percona.com/browse/DISTPG-427): Fixed the issue with the extensions not working when pg_stat_monitor is enabled by replacing the `return` with `goto exit` for the `pgsm_emit_log_hook` function + ## 1.0.0 Bump version from 1.0.0-rc.2 to 1.0.0.