Skip to content

@mqueue/amqplib@1.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 20:20
· 69 commits to main since this release
80b4f8f

Major Changes

  • 5b0192f
    Thanks @domwebber! - Reduce bundle size by
    removing CJS build. NodeJS v20.19.0 and above allow
    require() for ESM -
    consumers in a CJS environment should still be able to use the library as
    before, with the current latest LTS NodeJS version.

    This update coincides with dropping support for EOL NodeJS v18, thus the
    minimum supported NodeJS version is now v20.

  • 5b0192f
    Thanks @domwebber! - Increase minimum NodeJS
    version to latest LTS (v20.x)

Patch Changes