Skip to content

Releases: gresrun/jesque

v2.3.0

28 Dec 04:13
5fbb197

Choose a tag to compare

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

30 Dec 07:43
9435319

Choose a tag to compare

Release Highlights

  • Support for Jedis 3.x
  • Now using Github Actions & Codecov instead of Travis CI & Coveralls

What's Changed

New Contributors

Full Changelog: jesque-2.1.3...jesque-2.2.0

v2.1.3

11 Jan 04:10
f4f12b6

Choose a tag to compare

  • 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

26 May 05:00
56c49da

Choose a tag to compare

  • Multiple priority queues (see #107)
  • Support database in PoolUtils.createJedisPool (see #112 & #114)
  • Sentinel support for Admin Client (see #109)
  • Add methods to see worker counts in WorkerPool (see #103)
  • Add LIMIT to Lua pop to fix performance issue (see #101 & #102)

v2.1.1

10 Jan 03:09

Choose a tag to compare

  • Lua-based pop() and LPOPLPUSH (See #91)
  • Fixed ClassCastException java.lang.Long cannot be cast to [B (See #90)

v2.1.0

06 Nov 02:24

Choose a tag to compare

  • Redis Sentinel Support (See #79)
  • Recurring Jobs (See #77 and #78)
  • Customizable error queues (See #76)

v2.0.2

16 Apr 17:47

Choose a tag to compare

  • Ability to remove a delayed job before it is executed 149706c
  • Improved documentation
  • Dependency version bumps
  • Bug fixes

v2.0.1

02 Oct 19:02

Choose a tag to compare

  • Using Jackson Annotations instead of custom serializers
  • Bug Fixes

v2.0.0

07 Mar 02:29

Choose a tag to compare

  • Durable Queues
  • Initial support for Resque 2.0-style named arguments
  • Customizable Job materialization (Spring, etc.)
  • Now requires Java 7

v1.3.2

18 Nov 04:12

Choose a tag to compare

Features

  • Delayed Jobs/Queueing
    • Allows a job to be run at a specified time

Bug Fixes