Releases: q3769/conseq4j
Releases · q3769/conseq4j
20230619.20230729.20230730
+ conseq4j.execute.ConseqExecutor.shutdown no longer await anything b…
20230619.20230729.0
+ added isIdle api
20230619.0.0
+ moved concurrent utils to coco4j
20230618.0.0
+ renamed blocking retry policy API
20230520.0.20230617
+ adjusted blocking retry policy's retry period impl
20230520.0.20230608
+ fixed ConseqExecutor#shutdown to block-check workThreadPool actual …
20230520.0.0: + fixed ConseqServiceFactory shutdown failure
+ using single thread pool for ConseqExecutor admin work, instead of cached thread pool + fixed ConseqExecutor shutdown to check empty executor map first + changed to blocking retry policy to re-submit task via Executor API instead of force-enqueue
20230510.20230513.20230518: + fixed ConseqServiceFactory shutdown failure
+ using single thread pool for ConseqExecutor admin work, instead of cached thread pool
20230510.20230513.0
+ added workQueueType option in ConseqExecutor.Builder, default to Li…
20230510.0.0: + new method signature conseq4j.execute.ConseqExecutor.from
+ fixed conseq4j.execute.ConseqExecutor.shutdown to be non-blocking