Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amqlib version warning #81

Open
ro9000 opened this issue May 3, 2024 · 3 comments
Open

amqlib version warning #81

ro9000 opened this issue May 3, 2024 · 3 comments
Labels

Comments

@ro9000
Copy link

ro9000 commented May 3, 2024

There is a warning:
The installed amqplib library is not supported officially. Proper functionality cannot be guaranteed. Supported versions: ^0.8.0 || ^0.9.0

The package.json file refers to "amqplib": "^0.10.3"

So there is always a warning. Is this a bug and the amqlib only works on 0.9 or does the warning in amqp.js needs to be fixed?
this.checkClientLibVersion("amqplib", "^0.8.0 || ^0.9.0");

Thanks, appreciate the fine work.

Ro

@icebob
Copy link
Member

icebob commented May 12, 2024

The message means we developed and tested with amqplib with 0.8.x and 0.9.x only.
So the amqplib 0.10 version is released after the lib is developed.

We will test it with 0.10.0 and if it doesn't contain any affected breaking change, we will add 0.10.0 to the supported version list.

@ro9000
Copy link
Author

ro9000 commented May 24, 2024

Thanks @icebob I enjoy your project and code.

@vkruoso
Copy link

vkruoso commented Sep 13, 2024

Hey @icebob! What kind of tests you need to perform to be able to affirm that? We've been running with 0.10.x in production for a while now. Let me know if I can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

No branches or pull requests

3 participants