Skip to content

Update dependency com.rabbitmq:amqp-client to v5.18.0

Renovate requested to merge renovate/com.rabbitmq-amqp-client-5.x into main

This MR contains the following updates:

Package Type Update Change
com.rabbitmq:amqp-client (source) compile minor 5.16.0 -> 5.18.0

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

rabbitmq/rabbitmq-java-client (com.rabbitmq:amqp-client)

v5.18.0

Compare Source

Changes between 5.17.0 and 5.18.0

This is a minor release with usability improvements and dependency upgrades. It is compatible with 5.17.x. All users of the 5.x.x series are encouraged to upgrade.

Inbound message size is now enforced, with default limit being 64 MiB.

Thanks to @​JHahnHRO and Sérgio Faria (@​sergio91pt) for their contribution.

Add ability to specify maximum message size

GitHub issue: #​1062

Do not confirmSelect more than once per channel

GitHub MR: #​1057

Make RpcClient (Auto)Closeable

GitHub issue: #​1032

Bump dependencies

GitHub issue: #​999

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>5.18.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.18.0'

v5.17.1

Compare Source

Changes between 5.17.0 and 5.17.1

This is a minor release with a usability improvement. It is compatible with 5.17.0.

Inbound message size is now enforced, with the default limit being 64 MiB.

Add ability to specify maximum message size

GitHub issue: #​1062

v5.17.0

Compare Source

Changes between 5.16.0 and 5.17.0

This is a minor release with bug fixes, usability improvements, and dependency upgrades. It is compatible with 5.16.x. All users of the 5.x.x series are encouraged to upgrade.

Thanks to Nikita Nefedov (@​nikita2206) for his contribution.

Remove hard dependency on Jackson in OAuth 2 support

GitHub MR: #​969

NPE in AbstractMetricsCollector when channel limit is exceeded

GitHub issue: #​944

Report publish failures for the closed channel as well

GitHub MR: #​943

Remove dependency on java.sql.Timestamp

GitHub MR: #​878

Bump dependencies

GitHub issue: #​848

Dependency

Maven

<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>amqp-client</artifactId>
  <version>5.17.0</version>
</dependency>

Gradle

compile 'com.rabbitmq:amqp-client:5.17.0'

v5.16.1

Compare Source

Changes between 5.16.0 and 5.16.1

This is a minor release with a usability improvement. It is compatible with 5.16.0.

Inbound message size is now enforced, with the default limit being 64 MiB.

Add ability to specify maximum message size

GitHub issue: #​1062


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports