|
2 | 2 |
|
3 | 3 | ## v1.5.0 |
4 | 4 |
|
5 | | -- Adjusted transaction handling for trigger life cycle events |
6 | | -- Base event entry is only written for done/finished trigger |
| 5 | +- Adjusted transaction handling for trigger life cycle events |
| 6 | +- Base event entry is only written for done/finished trigger |
| 7 | +- Base statistics added for a task |
7 | 8 |
|
8 | 9 | ## v1.4.6 - (2025-01-08) |
9 | 10 |
|
10 | | -- Trigger history with more details - not waiting for the transaction |
| 11 | +- Trigger history with more details - not waiting for the transaction |
11 | 12 |
|
12 | 13 | ## v1.4.5 - (2025-01-08) |
13 | 14 |
|
14 | | -- Adjusted path matching to support sub routes for an SPA web app |
| 15 | +- Adjusted path matching to support sub routes for an SPA web app |
15 | 16 |
|
16 | 17 | ## v1.4.4 - (2025-01-08) |
17 | 18 |
|
18 | | -- Fixed UI routing |
19 | | -- added support for thymeleaf - adding index.html to template folder |
| 19 | +- Fixed UI routing |
| 20 | +- added support for thymeleaf - adding index.html to template folder |
20 | 21 |
|
21 | 22 | ## v1.4.3 - (2025-01-08) |
22 | 23 |
|
23 | | -- Scheduler service leaves current transaction before executing task |
| 24 | +- Scheduler service leaves current transaction before executing task |
24 | 25 |
|
25 | 26 | ## v1.4.2 - (2025-01-06) |
26 | 27 |
|
27 | | -- Fixed count by TaskId |
28 | | -- added search by ID to the UI |
29 | | -- added search by task to history |
| 28 | +- Fixed count by TaskId |
| 29 | +- added search by ID to the UI |
| 30 | +- added search by task to history |
30 | 31 |
|
31 | 32 | ## v1.4.1 - (2025-01-06) |
32 | 33 |
|
33 | | -- Added state to the TriggerLifeCycleEvent |
34 | | -- @Transactional annotation is taken from the method first |
| 34 | +- Added state to the TriggerLifeCycleEvent |
| 35 | +- @Transactional annotation is taken from the method first |
35 | 36 |
|
36 | 37 | ## v1.4.0 - (2025-01-05) |
37 | 38 |
|
38 | | -- @Transactional Annotation support |
39 | | -- PersistentTask instead of Task or SpringBeanTask |
40 | | - |
| 39 | +- @Transactional Annotation support |
| 40 | +- PersistentTask instead of Task or SpringBeanTask |
41 | 41 |
|
42 | 42 | ## v1.3.1 - (2025-01-02) |
43 | 43 |
|
44 | | -- Bugfixes |
45 | | -- Sprign Transaction Template support |
| 44 | +- Bugfixes |
| 45 | +- Sprign Transaction Template support |
46 | 46 |
|
47 | 47 | ## v1.3.0 - (2025-01-01) |
48 | 48 |
|
|
0 commit comments