File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.5.5 - (2025-03-04)
4+
5+ - MdcTriggerInterceptor adds now start date and scheduler name
6+
37## v1.5.4 - (2025-01-19)
48
5- - Added MdcTriggerInterceptor
9+ - Added MdcTriggerInterceptor
610
711## v1.5.3 - (2025-01-14)
812
9- - adjusted trigger cols that the UI does not break
10- - showing always all existing schedulers
13+ - adjusted trigger cols that the UI does not break
14+ - showing always all existing schedulers
1115
1216## v1.5.2 - (2025-01-13)
1317
14- - FixedIntervalRetryStrategy
15- - Added SchedulerCustomizer
18+ - FixedIntervalRetryStrategy
19+ - Added SchedulerCustomizer
1620
1721## v1.5.1 - (2025-01-12)
1822
19- - filter trigger by status
20- - filter history by status
23+ - filter trigger by status
24+ - filter history by status
2125
2226## v1.5.0 - (2025-01-11)
2327
Original file line number Diff line number Diff line change 1+ select * from PT_SCHEDULER
Original file line number Diff line number Diff line change 1+ select * from testdb .seq_pt_task_triggers
2+
3+ CREATE SEQUENCE ORDID INCREMENT BY 1 START WITH 622 ;
Original file line number Diff line number Diff line change 1+ drop sequence if exists personbe_seq
2+ drop sequence if exists SEQ_PT_TASK_TRIGGERS
3+ drop sequence if exists SEQ_PT_TRIGGER_HISTORY_DETAILS
You can’t perform that action at this time.
0 commit comments