Skip to content

Commit

Permalink
EOP-56 Changelog for 4.7 (#755)
Browse files Browse the repository at this point in the history
* 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 <44580120+deepakpn@users.noreply.github.com>
  • Loading branch information
kkelley1 and deepakpn committed Dec 21, 2023
1 parent 53c0c7c commit 86dbd23
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
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
4 changes: 3 additions & 1 deletion content/momentum/4/modules/ds-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

**<a name="idp21356560"></a> unixODBC**

The following apply when using unixODBC:
Expand Down Expand Up @@ -513,4 +515,4 @@ ecdb

</dd>

</dl>
</dl>
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) |
| 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.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
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

0 comments on commit 86dbd23

Please sign in to comment.