@mojaloop/connection-manager-api 3.1.2 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.1.4](https://github.com/mojaloop/connection-manager-api/compare/v3.1.3...v3.1.4) (2025-11-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * support intermediateChain as array in server certificates ([c7ef8e4](https://github.com/mojaloop/connection-manager-api/commit/c7ef8e4f358e11d538ff02ad88e10a7a247ab986))
11
+
12
+ ### [3.1.3](https://github.com/mojaloop/connection-manager-api/compare/v3.1.2...v3.1.3) (2025-11-20)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * cleanup ([666d153](https://github.com/mojaloop/connection-manager-api/commit/666d153160dd51c33d3dca75619279c106126a55))
18
+ * improve auth middleware and session configuration ([46ddc24](https://github.com/mojaloop/connection-manager-api/commit/46ddc247a9f54eebbc5ca9d87a2e72e9c88a3e11))
19
+ * increase timeout ([50cbd60](https://github.com/mojaloop/connection-manager-api/commit/50cbd6052498a67a7ab3cb5d448485bb2dd46fcf))
20
+ * increase timeout ([c596845](https://github.com/mojaloop/connection-manager-api/commit/c596845ee70bf7dc07952951f2abb114421a36c8))
21
+ * resolve Keycloak pagination issues with max:-1 parameter ([f4ed7b6](https://github.com/mojaloop/connection-manager-api/commit/f4ed7b665e89baa23710b1d8af1174285dec4e7b))
22
+
5
23
  ### [3.1.2](https://github.com/mojaloop/connection-manager-api/compare/v3.1.2-snapshot.2...v3.1.2) (2025-11-19)
6
24
 
7
25
  ### [3.1.1](https://github.com/pm4ml/connection-manager-api/compare/v3.1.0...v3.1.1) (2025-10-27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/connection-manager-api",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "description": "Mojaloop Connection Manager API",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -86,7 +86,7 @@
86
86
  "@kubernetes/client-node": "^1.4.0",
87
87
  "@mojaloop/central-services-logger": "11.10.1",
88
88
  "@mojaloop/central-services-metrics": "12.8.1",
89
- "@mojaloop/central-services-shared": "18.34.3",
89
+ "@mojaloop/central-services-shared": "18.34.4",
90
90
  "@ory/keto-client": "^25.4.0",
91
91
  "async-exit-hook": "^2.0.1",
92
92
  "async-retry": "^1.3.3",
@@ -102,7 +102,7 @@
102
102
  "express-session": "^1.18.2",
103
103
  "express-winston": "^4.2.0",
104
104
  "form-data": "^4.0.5",
105
- "joi": "^18.0.1",
105
+ "joi": "^18.0.2",
106
106
  "js-yaml": "^4.1.1",
107
107
  "jsonwebtoken": "^9.0.2",
108
108
  "knex": "^3.1.0",