Skip to content

Commit 86dbd23

Browse files
kkelley1deepakpn
andauthored
EOP-56 Changelog for 4.7 (#755)
* Changelog for 4.7 * fixes as per review * typo * - added a note about configuration for unixODBC now that we've switched to using the system package; --------- Co-authored-by: deepakpn <[email protected]>
1 parent 53c0c7c commit 86dbd23

File tree

5 files changed

+25
-1
lines changed

5 files changed

+25
-1
lines changed

content/momentum/4/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Document generated on: 2023-Oct-26
2222

2323
### Momentum 4.x Changelogs
2424

25+
- [Momentum 4.7 Changelogs](/momentum/changelog/4/4-7)
2526
- [Momentum 4.6 Changelogs](/momentum/changelog/4/4-6)
2627
- [Momentum 4.4.1 Changelogs](/momentum/changelog/4/4-4-1)
2728
- [Momentum 4.4.0 Changelogs](/momentum/changelog/4/4-4-0)

content/momentum/4/modules/ds-core.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ The ODBC driver accepts `?` and `:named` style parameters in prepared statements
168168

169169
There is an ODBC-specific internal parameter, `long_threshold`, used for determining whether a field data type should be treated as a long value. Changing this parameter without the guidance of support is not recommended.
170170

171+
If you're using **Momentum 4.7** or later which use system's "unixODBC" package, the paths that refer to `/opt/msys/3rdParty/` don't apply. For example, the configuration files `odbc.ini` and `odbcinst.ini` are to be placed under `/etc` instead of `/opt/msys/3rdParty/etc`.
172+
171173
**<a name="idp21356560"></a> unixODBC**
172174

173175
The following apply when using unixODBC:
@@ -513,4 +515,4 @@ ecdb
513515

514516
</dd>
515517

516-
</dl>
518+
</dl>

content/momentum/changelog/4/4-7.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
lastUpdated: "12/15/2023"
3+
title: "Momentum 4.7 Changelog"
4+
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"
5+
---
6+
7+
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
8+
9+
<a name="changelog.4.7.table"></a>
10+
11+
| Type | Ticket | Description |
12+
| --- | --- | --- |
13+
| Fix | SD-3945 | Reduced contention on template (used by Transmissions API) deletion and creation |
14+
| Fix | SD-4061 | Reduce writes to the template DB when Transmissions API and stored template is used. |
15+
| Fix | SD-3774 | Increased security of the PostgreSQL database (new installs) |
16+
| Feature | | Support RHEL 8 and RHEL 9 |
17+
| Feature | | Use OpenSSL 3 (RHEL 9 release) |
18+
| Feature | | Upgrade msys-nodejs package to Node.js 20 |

content/momentum/changelog/4/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: "Momentum 4.x Changelogs"
66
description: "Momentum 4.x Changelogs"
77
---
88

9+
* [Momentum 4.7 Changelogs](/momentum/changelog/4/4-7)
910
* [Momentum 4.6 Changelogs](/momentum/changelog/4/4-6)
1011
* [Momentum 4.4.1 Changelogs](/momentum/changelog/4/4-4-1)
1112
* [Momentum 4.4.0 Changelogs](/momentum/changelog/4/4-4-0)

content/momentum/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,6 +1965,8 @@
19651965
- link: /momentum/changelog/4
19661966
title: Momentum 4.x Changelog
19671967
items:
1968+
- link: /momentum/changelog/4/4-7
1969+
title: Momentum 4.7 Changelog
19681970
- link: /momentum/changelog/4/4-6
19691971
title: Momentum 4.6 Changelog
19701972
- link: /momentum/changelog/4/4-4-1

0 commit comments

Comments
 (0)