Skip to content

Releases: Netflix/dyno-queues

Dyno-1.6.5-rc.4 compatible release

30 Aug 06:45
Compare
Choose a tag to compare
Pre-release
v2.0.0-rc8

Pin to dyno-1.6.5-rc.4

Add getMsgWithPredicate() API

29 Aug 19:29
Compare
Choose a tag to compare
Pre-release

Made to publish new JARs

Add getMsgWithPredicate() API

29 Aug 17:28
Compare
Choose a tag to compare
Create getMsgWithPredicate() API

Checks the message bodies (i.e. the data in the hash map), and
returns the message ID of the first message with 'predicate'. Returns
null if not found.

Dyno-1.6.5-rc.3 compatible release

27 Aug 00:07
Compare
Choose a tag to compare
Pre-release
v2.0.0-rc6

Switch Travis CI from using Oracle JDK 8 to Open JDK 8

Dyno dependency update

16 Aug 16:44
Compare
Choose a tag to compare
Pre-release
Update dyno dependency to 1.6.9

1.6.7 has bugs in it which has been fixed in the new version.

Improved Queuebuilder interface to make it simpler for users

21 Jun 04:47
Compare
Choose a tag to compare

v2.0.4 with fix from dyno 1.6.6

05 Jun 01:28
2fb9f8b
Compare
Choose a tag to compare
Merge pull request #48 from Netflix/feature/bumpDynoVersion

Bumping up the dyno dependency

Fixing build and re releasing

15 May 18:30
d37130c
Compare
Choose a tag to compare
Pre-release
Merge pull request #46 from Netflix/bugfix/buildJavadoc

Fix issue with javadoc not building

Fixing issue with wrongly published old version.

15 May 17:33
4f4ca2b
Compare
Choose a tag to compare
Merge pull request #44 from smukil/v1_queue_demo

Add a demo for the V1 queue

New APIs; demo

13 May 20:02
4f4ca2b
Compare
Choose a tag to compare
New APIs; demo Pre-release
Pre-release

Added for this release:

  • containsPredicate(), ensure() APIs
  • DynoQueueDemo added
  • Fix DynoShardSupplier bug.