Releases: Netflix/dyno-queues
Releases · Netflix/dyno-queues
Dyno-1.6.5-rc.4 compatible release
v2.0.0-rc8 Pin to dyno-1.6.5-rc.4
Add getMsgWithPredicate() API
Made to publish new JARs
Add getMsgWithPredicate() API
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
v2.0.0-rc6 Switch Travis CI from using Oracle JDK 8 to Open JDK 8
Dyno dependency update
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
v2.0.5 Pin to dyno 1.6.7
v2.0.4 with fix from dyno 1.6.6
Merge pull request #48 from Netflix/feature/bumpDynoVersion Bumping up the dyno dependency
Fixing build and re releasing
Merge pull request #46 from Netflix/bugfix/buildJavadoc Fix issue with javadoc not building
Fixing issue with wrongly published old version.
Merge pull request #44 from smukil/v1_queue_demo Add a demo for the V1 queue
New APIs; demo
Added for this release:
- containsPredicate(), ensure() APIs
- DynoQueueDemo added
- Fix DynoShardSupplier bug.