Ryan Rickerts
Ryan Rickerts
More is discussed in documentation here: https://www.rabbitmq.com/api-guide.html#client-provided-names
Even though our migrate-mongo command is this in `package.json`: ``` "migrate:up": "npx migrate-mongo up", ``` I had to bump the project dependencies like so: ``` "dependencies": { ... "bson": "^5.2.0",...
This issue has been addressed in Mongoose with Milestone 6.11.6: https://github.com/Automattic/mongoose/issues/13712 and 7.4.0: https://github.com/Automattic/mongoose/pull/13515
A release was put out to suppress the warning from AWS SDK. https://github.com/serverless/serverless/releases/tag/v3.28.1
I tested using the JDK11 Dockerfile and received the following (using same test as above): ``` ❯ docker exec -it 442451cc5b65c514abf2277be7434570ffc7b6eccbd7e26028bdaa07a640a258 /bin/sh # ruby -v jruby 9.3.4.0 (2.6.8) 2022-03-23 eff48c1ebf...