Releases: gresrun/jesque
Releases · gresrun/jesque
v2.3.0
What's Changed
- Bump maven-source-plugin from 2.2.1 to 3.2.1 by @dependabot[bot] in #191
- Bump junit from 4.13.1 to 4.13.2 by @dependabot[bot] in #192
- Bump maven-javadoc-plugin from 2.9.1 to 3.3.1 by @dependabot[bot] in #193
- Bump maven-compiler-plugin from 3.8.1 to 3.9.0 by @dependabot[bot] in #194
- Bump slf4j-api from 1.7.32 to 1.7.33 by @dependabot[bot] in #195
- Bump actions/checkout from 2 to 3 by @dependabot[bot] in #206
- Bump codecov/codecov-action from 2 to 3 by @dependabot[bot] in #210
- Bump maven-compiler-plugin from 3.9.0 to 3.10.1 by @dependabot[bot] in #207
- Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 by @dependabot[bot] in #214
- Bump actions/setup-java from 2 to 3.4.1 by @dependabot[bot] in #216
- Bump maven-javadoc-plugin from 3.3.1 to 3.4.1 by @dependabot[bot] in #218
- Bump maven-site-plugin from 3.10.0 to 3.12.1 by @dependabot[bot] in #221
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot[bot] in #222
- Bump logback-classic from 1.2.10 to 1.4.5 by @dependabot[bot] in #235
- Bump jackson.version from 2.13.1 to 2.14.1 by @dependabot[bot] in #236
- Bump doxia-module-markdown from 1.11.1 to 1.12.0 by @dependabot[bot] in #240
- Bump jackson.version from 2.14.1 to 2.14.2 by @dependabot[bot] in #241
- Bump supercharge/redis-github-action from 1.4.0 to 1.5.0 by @dependabot[bot] in #242
- Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot[bot] in #243
- Bump slf4j-api from 1.7.33 to 2.0.7 by @dependabot[bot] in #244
- Bump ch.qos.logback:logback-classic from 1.4.5 to 1.4.12 by @dependabot[bot] in #246
- Bump actions/checkout from 3 to 4 by @dependabot[bot] in #247
- Bump codecov/codecov-action from 3 to 4 by @dependabot[bot] in #248
- Bump supercharge/redis-github-action from 1.5.0 to 1.8.0 by @dependabot[bot] in #249
- Bump actions/setup-java from 3 to 4 by @dependabot[bot] in #250
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.4 by @dependabot[bot] in #251
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.13.0 by @dependabot[bot] in #252
- Bump org.jmock:jmock-junit4 from 2.12.0 to 2.13.1 by @dependabot[bot] in #253
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.13 by @dependabot[bot] in #254
- Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot[bot] in #256
- Bump jackson.version from 2.14.2 to 2.17.1 by @dependabot[bot] in #259
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.8.0 by @dependabot[bot] in #262
- Bump ch.qos.logback:logback-classic from 1.4.12 to 1.5.7 by @dependabot[bot] in #264
Full Changelog: jesque-2.2.0...jesque-2.3.0
v2.2.0
Release Highlights
- Support for Jedis 3.x
- Now using Github Actions & Codecov instead of Travis CI & Coveralls
What's Changed
- Bump jackson.version from 2.9.8 to 2.10.3 by @dependabot in #165
- Update Jedis 3.2.0 by @gkorland in #166
- Bump junit from 4.13 to 4.13.1 by @dependabot in #172
- Bump jackson.version from 2.10.3 to 2.12.1 by @dependabot in #175
- enable Dependabot v2 by @sullis in #170
- Enable depedency caching for travis by @Taher-Ghaleb in #176
- Upgrade Jedis to 3.6.0 by @gkorland in #177
- Improve Travis CI build Performance by @YunLemon in #179
- Bump logback-classic from 1.2.3 to 1.2.10 by @dependabot in #180
- Bump maven-site-plugin from 3.6 to 3.10.0 by @dependabot in #182
- Bump maven-compiler-plugin from 3.5.1 to 3.8.1 by @dependabot in #183
- Bump jackson.version from 2.12.1 to 2.13.1 by @dependabot in #184
- Bump slf4j-api from 1.7.25 to 1.7.32 by @dependabot in #181
- fix detection of redis loading the dataset by @bp-FLN in #171
- allow retrieval of failed job counter by @bp-FLN in #168
- proper resizing of failed item queue by @bp-FLN in #167
- Bump jacoco-maven-plugin from 0.8.4 to 0.8.7 by @dependabot in #185
- Bump commons-pool2 from 2.6.0 to 2.11.1 by @dependabot in #187
- Bump doxia-module-markdown from 1.7 to 1.11.1 by @dependabot in #188
- Bump nexus-staging-maven-plugin from 1.6.7 to 1.6.8 by @dependabot in #189
- Bump maven-gpg-plugin from 1.5 to 3.0.1 by @dependabot in #186
New Contributors
- @dependabot made their first contribution in #165
- @gkorland made their first contribution in #166
- @sullis made their first contribution in #170
- @Taher-Ghaleb made their first contribution in #176
- @YunLemon made their first contribution in #179
Full Changelog: jesque-2.1.3...jesque-2.2.0
v2.1.3
- Upgrade to jackson 2.9.8 (#155, #145, #140, #139, #137, #136 )
- Allow batch enqueueing of jobs using Redis Pipelining (#154 & #123)
- Supporting non default namespace when NextQueueStrategy is RESET_TO_HIGHEST_PRIORITY (#151)
- Reloading Redis scripts on reconnect (#143 & #149)
- Added pending property to QueueInfo (#148)
- No longer re-enqueuing a successful job if worker is in SHUTDOWN_IMMEDIATE (#147)
- Added runAt property to Job (#146)
- Added delayed property to QueueInfo (#142)
- Handle JobFailure correctly (#141)
- Handling delayed queues correctly when NextQueueStrategy is RESET_TO_HIGHEST_PRIORITY (#133)
- Added NextQueueStrategy feature to WorkerPoolImpl (#132)
- Allow setting a max number of failed items to keep via FailQueueStrategy (#131)
v2.1.2
v2.1.1
v2.1.0
v2.0.2
v2.0.1
- Using Jackson Annotations instead of custom serializers
- Bug Fixes
v2.0.0
- Durable Queues
- Initial support for Resque 2.0-style named arguments
- Customizable Job materialization (Spring, etc.)
- Now requires Java 7
v1.3.2
Features
- Delayed Jobs/Queueing
- Allows a job to be run at a specified time