Skip to content

Commit

Permalink
Create 3.4.1 release notes (#444)
Browse files Browse the repository at this point in the history
* Create 3.4.1 release notes

* Update nov2024.md

* Update nov2024.md

* Update nov2024.md

* Update nov2024.md

* Update screenshots and address comments

* Update nov2024.md

Update Scala libs version

* Update nov2024.md
  • Loading branch information
alexanderahn authored Nov 26, 2024
1 parent 5dc268f commit 772be99
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/2024/August_2024/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "August 2024",
"position": 3,
"position": 4,
"collapsible": true,
"collapsed": true
}
2 changes: 1 addition & 1 deletion docs/release_notes/2024/October_2024/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "October 2024",
"position": 1,
"position": 2,
"collapsible": true,
"collapsed": true
}
2 changes: 1 addition & 1 deletion docs/release_notes/2024/april2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 7
sidebar_position: 8
id: April_2024
description: Release notes for April
title: April 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/feb2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 10
id: Feb_2024
description: Release notes for February
title: February 2024
Expand Down
Binary file added docs/release_notes/2024/img/nov-alert-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/release_notes/2024/jan2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 10
sidebar_position: 11
id: Jan_2024
description: Release notes for January
title: January 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/july2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
id: July_2024
description: Release notes for July
title: July 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/june2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
id: June_2024
description: Release notes for June
title: June 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/march2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 9
id: March_2024
description: Release notes for March
title: March 2024
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/2024/may2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 7
id: May_2024
description: Release notes for May
title: May 2024
Expand Down
53 changes: 53 additions & 0 deletions docs/release_notes/2024/nov2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
sidebar_position: 1
id: November_2024
description: Release notes for November
title: November 2024
tags:
- release notes
- changelog
- november
---

## 3.4.1.\* (November 25, 2024)

- Prophecy Python libs version: 1.9.24
- Prophecy Scala libs version: 8.5.0

### Features {#Features341}

#### Monitor and alert for resource utilization

Prophecy now offers a reliable solution for configuring alerts to monitor resource usage in Prophecy-managed microservices.

![Alert Config](./img/nov-alert-config.png)

It enables proactive alerting when resource utilization approaches defined thresholds, ensuring timely intervention before limits are reached. Additionally, it supports the suspension of critical services in the event of resource overflows.

For more information, see [Alerts Configuration](/docs/architecture/deployment/private-saas/configure-alerts.md).

#### Download Logs

As an admin user, you can download your environment logs from Prophecy without needing access to your Prophecy cluster or the assistance of Prophecy Support.

![Download Logs](./img/nov-download-logs.png)

This reduces the delay in debugging any issues with your Prophecy services. You can share the compressed log file with your Prophecy support engineer by uploading it to Zendesk.

For more information, see [Download Logs](/docs/architecture/deployment/private-saas/download-logs.md).

#### Extended Maintenance release

Release 3.4.1 is our first Extended Maintenance (EM) release, offering you the option to choose a Prophecy version with long-term support.

Extended Maintenance releases require additional resources, such as CPU and memory. Starting with `v3.4.1.0 EM`, SQL Sandbox is enabled, so every SQL Pipeline sessions will spin up an additional pod.

After upgrading to 3.4.1, you must enable SQL Sandbox Config in the UI by navigating to the **Sandbox Config** tab in the Config sub tab of the Admin Settings.

For more information, see [Prophecy versions support](/docs/release_notes/version_chart/versions_support.md).

### Minor Improvements {#MinorImprovements341}

- **Execution Metrics bug fix**: We fixed a bug where Execution Metrics is disabled but turns on during interactive execution.

- **Blank config package field bug fix**: We fixed a bug where a Python Pipeline would crash after clearing the config package name and then attempting to save.
2 changes: 1 addition & 1 deletion docs/release_notes/2024/sept2024.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
id: September_2024
description: Release notes for September
title: September 2024
Expand Down

0 comments on commit 772be99

Please sign in to comment.