An in-range update of sqs-producer is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
Version 1.6.0 of sqs-producer was just published.
Branch |
Build failing |
---|---|
Dependency | sqs-producer |
Current Version | 1.5.0 |
Type | dependency |
This version is covered by your current version range and after updating it in your project the build failed.
sqs-producer is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
β continuous-integration/travis-ci/push The Travis CI build failed Details
Commits
The new version differs by 9 commits.
a460485
Task: Update README
6440d7f
1.6.0
3e91f45
Merge pull request #19 from imsnif/master
9299fbe
Merge pull request #25 from varunnaik/patch-1
1243c9a
Update validation error message
ee83397
Merge pull request #20 from bbc/license
a1ff92a
Task: Switch to Apache-2.0 license.
4c77fed
feat: forward options to sqs
a2b3fea
Task: Add contributing file
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot
After pinning to 1.5.0 your tests are passing again. Downgrade this dependency
Version 1.6.1 just got published.
Your tests are still failing with this version. Compare the changes
Release Notes
v1.6.1- Don't require ID for FIFO messages (Issue #23)
Commits
The new version differs by 10 commits.
a7af1f9
1.6.1
0079a11
Merge pull request #24 from DiegoRBaquero/patch-1
a4f1f11
Add id type test
a43a07d
Assert Message.id
085749c
Don't add Body as Id
d1bd508
Update to match SDK docs
374f1b9
Update tests according to SDK docs
4dda9cf
Update tests
5993a48
Keep order consistent
f220993
fix: don't require id for FIFO messages (Fixes #23)
See the full diff