Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman authored and nidhibhammar committed May 17, 2024
1 parent daca141 commit 4e49c9d
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions product_docs/docs/pem/9/pem_rel_notes/960_rel_notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,17 @@ Released: 15 May 2024

New features, enhancements, bug fixes, and other changes in PEM 9.6.0 include:

| Type | Description |
|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Enhancement | Added an option to enable probes using the pemworker utility. |
| Type | Description |
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Enhancement | Added an option to enable probes using the pemworker utility. |
| Enhancement | PEM now includes the error message in email notifications of a failed job. The default character limit for error output is 1000, which can be configured now using the `job_notification_error_limit` parameter in the server configuration. |
| Enhancement | Added two alert templates (`Inactive replication slots` and `Conflicting replication slots`) and two probes (`Replication slots` and `Multixact ID Exhaustion (Wraparound)`). |
| Enhancement | The default display name for a newly registered agent is now the host's fully qualified domain name (FQDN), falling back to the previous default of the hostname if the FQDN isn't set. |
| Enhancement | Updated the alert template `Table size in server/database/schema` with more detailed SQL query. |
| Enhancement | Added an option to download the Capacity Manager report in JSON format. |
| Enhancement | You can now specify a CA Certificate path when registering a Barman server using pemworker without having to specify a client certificate and key. |
| Bug fix | Fixed an issue where audit manager was setting `edb_audit_statement` parameter to '' instead of 'none' when log statement parameter was left empty in the GUI resulting in failure of server restart. |
| Bug fix | Fixed an issue whereby an error "`NoneType` has no `len()`" would occur when alerts were listed on the alert dashboard. |
| Bug fix | Fixed an issue where team role was not working with PEM agents as expected. |
| Bug fix | Fixed an issue with SQL query for the PEM agent registration. Added the public schema name in the table prefix to execute the SQL query successfully even if schema name is not in the search path. |
| Bug fix | Fixed an issue where audit manager was setting `edb_audit_statement` parameter to '' instead of 'none' when the log statement parameter was left empty in the GUI. This resulted in the failure of server restart. |
| Bug fix | Fixed an issue whereby an error "`NoneType` has no `len()`" occurred when alerts were listed on the alert dashboard. |
| Bug fix | Fixed an issue where team role wasn't working with PEM agents as expected. |
| Bug fix | Fixed an issue with the SQL query for the PEM agent registration. Added the public schema name in the table prefix to execute the SQL query successfully even if the schema name isn't in the search path. |
| Enhancement | Added two alert templates (`Inactive replication slots` and `Conflicting replication slots`) and two probes (`Replication slots` and `Multixact ID Exhaustion (Wraparound)`). |
| Enhancement | The default display name for a newly registered agent is now the host's fully qualified domain name (FQDN), falling back to the previous default of the hostname if the FQDN isn't set. |
| Enhancement | Updated the alert template `Table size in server/database/schema` with more detailed SQL query. |
| Enhancement | Added an option to download the Capacity Manager report in JSON format. |
| Enhancement | You can now specify a CA Certificate path when registering a Barman server using pemworker without having to specify a client certificate and key. |
| Bug fix | Fixed an issue where audit manager was setting `edb_audit_statement` parameter to '' instead of 'none' when log statement parameter was left empty in the GUI resulting in failure of server restart. |
| Bug fix | Fixed an issue where audit manager was setting `edb_audit_statement` parameter to '' instead of 'none' when the log statement parameter was left empty in the GUI. This issue resulted in the failure of server restart. |
| Bug fix | Fixed an issue whereby an error "`NoneType` has no `len()`" occurred when alerts were listed on the alert dashboard. |
| Bug fix | Fixed an issue where team role wasn't working with PEM agents as expected. |
| Bug fix | Fixed an issue with the SQL query for the PEM agent registration. Added the public schema name in the table prefix to execute the SQL query successfully even if the schema name isn't in the search path. |

0 comments on commit 4e49c9d

Please sign in to comment.