Skip to content

Commit 17be9ce

Browse files
committed
new changelog
1 parent 42ae0a1 commit 17be9ce

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v2.0.0 - (2025-06-16)
4+
5+
### New features:
6+
7+
- Better naming for all trigger classes
8+
- Rename of all tables
9+
- Rename of all indexes
10+
- Rename of all pk index
11+
- NO RENAME OF THE SEQUENCES - not suppoered by all dbs
12+
- Added suspendable triggers
13+
- Added resume for triggers
14+
- Added tag for triggers
15+
- Added a far better search for triggers
16+
- Add querydsl
17+
318
## v1.7.0 - (2025-06-01)
419

520
### New features:

core/src/main/java/org/sterl/spring/persistent_tasks/history/HistoryService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public long countTriggers(TriggerKey key) {
9494
/**
9595
* Checks for the last known state in the history.
9696
*
97-
* @param key the {@link TriggerKey}, can be partly <code>null</code>
97+
* @param search the trigger search, can partly <code>null</code>
9898
* @param page page informations
9999
* @return the found data, looking only the last states
100100
*/

0 commit comments

Comments
 (0)