-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
5dc268f
commit 772be99
Showing
13 changed files
with
63 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters