File tree Expand file tree Collapse file tree 5 files changed +73
-3
lines changed
_partials/release-notes/v4.x Expand file tree Collapse file tree 5 files changed +73
-3
lines changed Original file line number Diff line number Diff line change 1
1
title : Pledger.io
2
2
3
3
release :
4
- version : 4.3.1
5
- date : 2025-04-20
4
+ version : 4.4.0
5
+ date : 2025-07-17
6
6
7
7
github :
8
8
repository : pledger-io/user-documentation
Original file line number Diff line number Diff line change 1
1
2
+ include::v4.4.0.adoc[]
3
+ include::v4.3.0.adoc[]
2
4
include::v4.2.0.adoc[]
3
5
include::v4.1.0.adoc[]
4
6
include::v4.0.0.adoc[]
Original file line number Diff line number Diff line change
1
+
2
+ == 4.4.0
3
+
4
+ *Release date: 2025-07-12*
5
+
6
+ === Changes
7
+
8
+ - Add OpenID support to the application
9
+ - Add spending insight and pattern detection
10
+
11
+ === Dependency updates
12
+
13
+ === Back-end
14
+
15
+ - Update dependency io.micronaut.platform:micronaut-platform to v4.9.0
16
+ - Update plugin com.diffplug.spotless to v7.1.0
17
+ - Update plugin org.openapi.generator to v7.14.0
18
+ - Update dependency com.opencsv:opencsv to v5.11.2
19
+ - Update plugin io.freefair.lombok to v8.14
20
+ - Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.0
21
+ - Update dependency org.bouncycastle:bcpkix-jdk18on to v1.81
22
+ - Update dependency org.bouncycastle:bcprov-jdk18on to v1.81
23
+ - Update dependency gradle to v8.14.2
24
+
25
+ ==== Front-end
26
+
27
+ - Update dependency react-hook-form to v7.60.0
28
+ - Update dependency vite-plugin-static-copy to v3.1.0
29
+ - Update dependency eslint to v9.31.0
30
+ - Update dependency @eslint-react/eslint-plugin to v1.51.2
31
+ - Update dependency chart.js to v4.5.0
32
+ - Update dependency axios to v1.10.0
33
+ - Update dependency vite to v7
34
+ - Update vitest monorepo to v3.2.1
35
+ - Update dependency typescript-eslint to v8.33.1
36
+ - Update dependency lint-staged to v16.1.0
37
+
Original file line number Diff line number Diff line change @@ -53,6 +53,21 @@ When using the mail feature of {application} the following environment variables
53
53
54
54
|===
55
55
56
+ == OpenID configuration options
57
+
58
+ When you want ot enable OpenID connect in {application} you will have to configure the following settings.
59
+
60
+ [%header,cols="1,2,1"]
61
+ |===
62
+ | Variable | Description | Default
63
+
64
+ | `OPENID_URI` | The URI to the certificate location for the Realm in OpenID | -
65
+ | `OPENID_SECRET` | The secret for the client | -
66
+ | `OPENID_AUTHORITY` | The URI to the realm | -
67
+ | `OPENID_CLIENT` | The client identifier | pledger-io
68
+
69
+ |===
70
+
56
71
[[configure_llm]]
57
72
== Large Language Model options
58
73
@@ -71,4 +86,4 @@ Alternatively you can use the normal image but use link:https://platform.openai.
71
86
|===
72
87
73
88
NOTE: Please leave `AI_AUGMENTER_ENABLED` enabled with the default model.
74
- This can be disabled when using larger models as they have a better understanding of the transaction information and tools.
89
+ This can be disabled when using larger models as they have a better understanding of the transaction information and tools.
Original file line number Diff line number Diff line change @@ -42,6 +42,21 @@ After the installer has finished a new application named '{application}' should
42
42
43
43
== History
44
44
45
+ === 4.4.0
46
+
47
+ [.release-table]
48
+ [cols="1,7"]
49
+ |===
50
+ |Release date
51
+ |2025-01-03
52
+
53
+ |Release note
54
+ | Added spending and pattern detection
55
+
56
+ |Download
57
+ |link:{win-binary-location}/Pledger.io%20Setup%204.4.0.exe[Pledger.io Setup 4.4.0.exe]
58
+ |===
59
+
45
60
=== 4.3.2
46
61
47
62
[.release-table]
@@ -57,6 +72,7 @@ After the installer has finished a new application named '{application}' should
57
72
|link:{win-binary-location}/Pledger.io%20Setup%204.3.2.exe[Pledger.io Setup 4.3.2.exe]
58
73
|===
59
74
75
+
60
76
=== 4.3.1
61
77
62
78
[.release-table]
You can’t perform that action at this time.
0 commit comments