diff --git a/content/momentum/4/index.md b/content/momentum/4/index.md index 30a29c2cf..3f42a4524 100644 --- a/content/momentum/4/index.md +++ b/content/momentum/4/index.md @@ -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) diff --git a/content/momentum/4/modules/ds-core.md b/content/momentum/4/modules/ds-core.md index f756e98f2..7732c9647 100644 --- a/content/momentum/4/modules/ds-core.md +++ b/content/momentum/4/modules/ds-core.md @@ -168,6 +168,8 @@ The ODBC driver accepts `?` and `:named` style parameters in prepared statements 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. +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`. + ** unixODBC** The following apply when using unixODBC: @@ -513,4 +515,4 @@ ecdb - \ No newline at end of file + diff --git a/content/momentum/changelog/4/4-7.md b/content/momentum/changelog/4/4-7.md new file mode 100644 index 000000000..2f19bd308 --- /dev/null +++ b/content/momentum/changelog/4/4-7.md @@ -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 + + + +| 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) | +| Feature | | Upgrade msys-nodejs package to Node.js 20 | diff --git a/content/momentum/changelog/4/index.md b/content/momentum/changelog/4/index.md index 84d114211..d4c75cda6 100644 --- a/content/momentum/changelog/4/index.md +++ b/content/momentum/changelog/4/index.md @@ -6,6 +6,7 @@ name: "Momentum 4.x Changelogs" description: "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) diff --git a/content/momentum/navigation.yml b/content/momentum/navigation.yml index d2c05f7f5..ad8832b87 100644 --- a/content/momentum/navigation.yml +++ b/content/momentum/navigation.yml @@ -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