Skip to content

Update dependency com.rabbitmq:amqp-client to v5.30.0#39

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.rabbitmq-amqp-client-5.x
Open

Update dependency com.rabbitmq:amqp-client to v5.30.0#39
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.rabbitmq-amqp-client-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 13, 2024

This PR contains the following updates:

Package Change Age Confidence
com.rabbitmq:amqp-client (source) 5.23.05.30.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.30.0: 5.30.0

Compare Source

Changes between 5.29.0 and 5.30.0

This is a maintenance release with bux fixes, usability improvements, and dependency upgrades. It is compatible with 5.29.0. All users are encouraged to upgrade.

Report malformed frame

GitHub PR: #​1930
GitHub PR: #​1935

Cover more built-in exchange types

GitHub PR: #​1922

Use RPC timeout for ChannelN.close

GitHub issue: #​1907

Improve PemReader

GitHub PR: #​1903

Bump dependencies

GitHub issue: #​1888

Dependency

Maven

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

Gradle

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

v5.29.0: 5.29.0

Compare Source

Changes between 5.28.0 and 5.29.0

This is a maintenance release with a new feature and dependency upgrades. It is compatible with 5.28.0. All users are encouraged to upgrade.

Thanks to @​hgeraldino for his contribution.

Support PEM keystores

GitHub issue: #​1837

Bump dependencies

GitHub issue: #​1814

Dependency

Maven

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

Gradle

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

v5.28.0: 5.28.0

Compare Source

Changes between 5.27.1 and 5.28.0

This is a maintenance release with a bug fix and dependency upgrades. It is compatible with 5.27.1. All users are encouraged to upgrade.

Revert ConnectionFactory return type in some methods

GitHub PR: #​1813

Bump dependencies

GitHub issue: #​1769

Dependency

Maven

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

Gradle

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

v5.27.1: 5.27.1

Compare Source

Changes between 5.27.0 and 5.27.1

This is a patch release with a bug fix in the Netty IO layer. It is compatible with 5.27.0. All users are encouraged to upgrade.

Write byte array in Netty ByteBuf

GitHub issue: #​1778

Dependency

Maven

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

Gradle

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

v5.27.0: 5.27.0

Compare Source

Changes between 5.26.0 and 5.27.0

Compatibility

This release is source-compatible with 5.26.0 but no binary-compatible due to a change to a return type ofConnectionFactory#useNio (this is fixed in 5.28.0).

Overview

This is a maintenance release with a new feature, a bug fix, dependency upgrades, and some internal refactoring. It is compatible with 5.26.0. All users are encouraged to upgrade.

This release introduces a Netty-based frame handler and deprecates the NIO-based one. Users of NIO are encouraged to switch to Netty. This does not change anything for users of the default frame handler (socket-based, blocking IO).

Add Netty-based frame handler

GitHub PR: #​1663

Add Netty dependencies

GitHub issue: #​1768

Use lock in channel manager

GitHub PR: #​1728

ConcurrentModificationException on channel manager closing

GitHub issue: #​1725

Deprecate NIO frame handler

GitHub issue: #​1664

Bump dependencies

GitHub issue: #​1662

Dependency

Maven

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

Gradle

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

v5.26.0: 5.26.0

Compare Source

Changes between 5.25.0 and 5.26.0

This is a maintenance release with bug fixes, dependency upgrades, and some internal refactoring. It is compatible with 5.25.0. All users are encouraged to upgrade.

Call consumer shutdown callback even if close times out

GitHub PR: #​1656

Clean up binding recovery records when exchange is deleted

GitHub PR: #​1593

Fix NullPointerException in metrics collector

GitHub issue: #​1592

Bump dependencies

GitHub issue: #​1540

Refactor BlockingCell with modern concurrency utilities

GitHub PR: #​1657

Dependency

Maven

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

Gradle

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

v5.25.0: 5.25.0

Compare Source

Changes between 5.24.0 and 5.25.0

This is a maintenance release with a bug fix and dependency upgrades. It is compatible with 5.24.0. All users are encouraged to upgrade.

Null-proof peer address in observation collection

GitHub issue: #​1534

Bump dependencies

GitHub issue: #​1502

Dependency

Maven

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

Gradle

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

v5.24.0: 5.24.0

Compare Source

Changes between 5.23.0 and 5.24.0

This is a maintenance release with a bug fix and dependency upgrades. It is compatible with 5.23.0. All users are encouraged to upgrade.

Handle CancelledKeyException in NIO loop

GitHub PR: #​1493

Bump dependencies

GitHub issue: #​1485

Dependency

Maven

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

Gradle

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

Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.24.0 Update dependency com.rabbitmq:amqp-client to v5.25.0 Feb 6, 2025
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from a4668ac to 824687c Compare February 6, 2025 12:39
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from 824687c to ab5a8c2 Compare July 22, 2025 09:07
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.25.0 Update dependency com.rabbitmq:amqp-client to v5.26.0 Jul 22, 2025
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from ab5a8c2 to 60f0d0e Compare October 17, 2025 14:49
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.26.0 Update dependency com.rabbitmq:amqp-client to v5.27.0 Oct 17, 2025
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from 60f0d0e to df0ba0c Compare November 4, 2025 17:52
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.27.0 Update dependency com.rabbitmq:amqp-client to v5.27.1 Nov 4, 2025
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.27.1 Update dependency com.rabbitmq:amqp-client to v5.28.0 Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from df0ba0c to fcbea62 Compare December 3, 2025 17:42
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from fcbea62 to add0c98 Compare February 27, 2026 14:51
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.28.0 Update dependency com.rabbitmq:amqp-client to v5.29.0 Feb 27, 2026
@renovate renovate Bot force-pushed the renovate/com.rabbitmq-amqp-client-5.x branch from add0c98 to 5961db2 Compare April 14, 2026 20:40
@renovate renovate Bot changed the title Update dependency com.rabbitmq:amqp-client to v5.29.0 Update dependency com.rabbitmq:amqp-client to v5.30.0 Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants