Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOP-56 Changelog for 4.7 #755

Merged
merged 4 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/momentum/4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Document generated on: 2023-Oct-26

### Momentum 4.x Changelogs

- [Momentum 4.7 Changelogs](/momentum/changelog/4/4-7)
- [Momentum 4.6 Changelogs](/momentum/changelog/4/4-6)
- [Momentum 4.4.1 Changelogs](/momentum/changelog/4/4-4-1)
- [Momentum 4.4.0 Changelogs](/momentum/changelog/4/4-4-0)
Expand Down
18 changes: 18 additions & 0 deletions content/momentum/changelog/4/4-7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
lastUpdated: "12/15/2023"
title: "Momentum 4.7 Changelog"
description: "Momentum 4.7 was released on 2023-12-20. This section will list all of the major changes that happened with the release of Momentum 4.7. Depending on installation type, all changes may not be applicable"
---

This section will list all of the major changes that happened with the release of **Momentum 4.7**. Depending on installation type, all changes may not be applicable

<a name="changelog.4.7.table"></a>

| Type | Ticket | Description |
| --- | --- | --- |
| Fix | SD-3945 | Reduced contention on template (used by Transmissions API) deletion and creation |
| Fix | SD-4061 | Reduce writes to the template DB when Transmissions API and stored template is used. |
| Fix | SD-3774 | Increased security of the PostgreSQL database (new installs) |
| Feature | | Support RHEL 8 and RHEL 9 |
| Feature | | Use OpenSSL 3 (RHEL 9 release) |
deepakpn marked this conversation as resolved.
Show resolved Hide resolved
| Feature | | Upgrade msys-nodejs package to Node.js 20 |
1 change: 1 addition & 0 deletions content/momentum/changelog/4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: "Momentum 4.x Changelogs"
description: "Momentum 4.x Changelogs"
---

* [Momentum 4.6 Changelogs](/momentum/changelog/4/4-7)
deepakpn marked this conversation as resolved.
Show resolved Hide resolved
* [Momentum 4.6 Changelogs](/momentum/changelog/4/4-6)
* [Momentum 4.4.1 Changelogs](/momentum/changelog/4/4-4-1)
* [Momentum 4.4.0 Changelogs](/momentum/changelog/4/4-4-0)
Expand Down
2 changes: 2 additions & 0 deletions content/momentum/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,8 @@
- link: /momentum/changelog/4
title: Momentum 4.x Changelog
items:
- link: /momentum/changelog/4/4-7
title: Momentum 4.7 Changelog
- link: /momentum/changelog/4/4-6
title: Momentum 4.6 Changelog
- link: /momentum/changelog/4/4-4-1
Expand Down
Loading