Foo-Foo-MQ / foo-foo-mq

Abstractions around RabbitMQ
MIT License
48 stars 24 forks source link

Cannot use foo-foo-mq for node 16 #28

Closed adriantam closed 2 years ago

adriantam commented 3 years ago

Now that node v15 (https://nodejs.org/en/about/releases/) is EOL and v16 is active, foo-foo-mq should support node v16.

However, package.json current specifies to support "node": ">=10 <=15"

zlintz commented 3 years ago

@auroq Looks like it's time for another upgrade of amqplib in order to allow supporting node v16. The nice thing is it looks like they have removed the upper limit node restriction they used to do in versions < 0.8.0

adriantam commented 3 years ago

https://github.com/Foo-Foo-MQ/node-monologue also needs to be updated to allow node v16. See https://github.com/Foo-Foo-MQ/node-monologue/blob/main/package.json#L70

auroq commented 3 years ago

Thanks for bringing this to our attention, @adriantam! We'll get this done as soon as we can.

auroq commented 2 years ago

@adriantam, this is now published as part of 7.0.0: https://www.npmjs.com/package/foo-foo-mq/v/7.0.0