Skip to content

Releases: XRPLF/rippled

3.1.1

23 Feb 20:59
3.1.1
c598823

Choose a tag to compare

Release Notes

XRP
This document contains the notes for the release 3.1.1 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update an rippled server, visit https://xrpl.org/install-rippled.html

[3.1.1] - 2026-02-23

New signing GPG key

Ripple has rotated the GPG key used to sign rippled packages. If you have an existing installation, you should download and trust the new key to prevent issues upgrading in the future. Automatic upgrades will not work until you have trusted the new key.

What's Changed

Full Changelog: 3.1.0...3.1.1

Acknowledgements

Thanks to Pranamya Keshkamat & Cantina AI for discovering and
responsibly disclosing this issue.

Bug Bounties and Responsible Disclosures

We welcome reviews of the rippled/xrpld code and urge researchers to
responsibly disclose any issues they may find.

Ripple is generously sponsoring a bug bounty program for the
rippled project. For more information please see:

3.1.1-rc1

21 Feb 03:22
3.1.1-rc1
61481ff

Choose a tag to compare

3.1.1-rc1 Pre-release
Pre-release

Release Notes

XRP
This document contains the notes for the release 3.1.1-rc1 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update an rippled server, visit https://xrpl.org/install-rippled.html

[3.1.1-rc1] - 2026-02-20

New signing GPG key

Ripple has rotated the GPG key used to sign rippled packages. If you have an existing installation, you should download and trust the new key to prevent issues upgrading in the future. Automatic upgrades will not work until you have trusted the new key.

What's Changed

  • Disable support for Batch and fixBatchInnerSigs by @vlntb in #6402

Full Changelog: 3.1.0...3.1.1-rc1

Acknowledgements

Thanks to Pranamya Keshkamat & Cantina AI for discovering and
responsibly disclosing this issue.

Bug Bounties and Responsible Disclosures

We welcome reviews of the rippled/xrpld code and urge researchers to
responsibly disclose any issues they may find.

Ripple is generously sponsoring a bug bounty program for the
rippled project. For more information please see:

3.1.0

28 Jan 01:16
3.1.0
d325f20

Choose a tag to compare

Release Notes

XRP
This document contains the notes for the release 3.1.0 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update an rippled server, visit https://xrpl.org/install-rippled.html

[3.1.0] - 2026-01-27

What's Changed

  • Set version to 3.1.0-b1 by @bthomee in #6152
  • cherry-pick commits from develop into release-3.1 by @ximinez in #6201
  • cherry-pick more commits from develop into release-3.1 (Vault) by @ximinez in #6203
  • (Release 3.1) Lending protocol - ongoing work - XLS-66 by @ximinez in #6156
  • squashed: Expand Number to support full integer range as of 9526a30 by @ximinez in #6192
  • Change LendingProtocol feature and dependencies to supported by @ximinez in #5632
  • Include header in Number.h by @mathbunnyru in #6251
  • Revert errant commit by @ximinez in #6263
  • fix: Remove DEFAULT fields that change to the default in associateAsset (was Add Vault creation tests for showing valid range for AssetsMaximum) by @ximinez in #6259
  • In progress 3.1.0-rc2 by @ximinez in #6262
  • Set version to 3.1.0 by @ximinez in #6284

Full Changelog: 3.0.0...3.1.0

3.1.0-rc2

23 Jan 01:35
3.1.0-rc2
69dda6b

Choose a tag to compare

3.1.0-rc2 Pre-release
Pre-release

Release Notes

XRP
This document contains the notes for the release 3.1.0-rc2 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update a rippled server, visit https://xrpl.org/install-rippled.html

[3.1.0-rc2] - 2026-01-22

🚀 Features

  • Second part of Lending Protocol implementation by @ximinez
    • Bug fixes and enhancements
    • Expand Number to support the full integer range
    • Mark the amendments as supported

🐛 Bug Fixes

  • Inner batch transactions never have valid signatures by @ximinez (#6069)
    • fixBatchInnerSigs

New in rc2:

  • Fix dependencies so clio can use libxrpl (#6251)
  • fix: Remove DEFAULT fields that change to the default in associateAsset (#6259)

What's Changed

  • Set version to 3.1.0-b1 by @bthomee in #6152
  • cherry-pick commits from develop into release-3.1 by @ximinez in #6201
  • cherry-pick more commits from develop into release-3.1 (Vault) by @ximinez in #6203
  • (Release 3.1) Lending protocol - ongoing work - XLS-66 by @ximinez in #6156
  • squashed: Expand Number to support full integer range as of 9526a30 by @ximinez in #6192
  • Change LendingProtocol feature and dependencies to supported by @ximinez in #5632
  • Include header in Number.h by @mathbunnyru in #6251
  • Revert errant commit by @ximinez in #6263
  • fix: Remove DEFAULT fields that change to the default in associateAsset (was Add Vault creation tests for showing valid range for AssetsMaximum) by @ximinez in #6259
  • In progress 3.1.0-rc2 by @ximinez in #6262

Full Changelog: 3.0.0...3.1.0-rc2

3.1.0-rc1

13 Jan 14:43
3.1.0-rc1
564a351

Choose a tag to compare

3.1.0-rc1 Pre-release
Pre-release

Release Notes

XRP
This document contains the notes for the release 3.1.0-rc1 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update a rippled server, visit https://xrpl.org/install-rippled.html

[3.1.0-rc1] - 2026-01-13

🚀 Features

  • Second part of Lending Protocol implementation by @ximinez
    • Bug fixes and enhancements
    • Expand Number to support the full integer range
    • Mark the amendments as supported

🐛 Bug Fixes

  • Inner batch transactions never have valid signatures by @ximinez
    • fixBatchInnerSigs

What's Changed

  • Set version to 3.1.0-b1 by @bthomee in #6152
  • cherry-pick commits from develop into release-3.1 by @ximinez in #6201
  • cherry-pick more commits from develop into release-3.1 (Vault) by @ximinez in #6203
  • (Release 3.1) Lending protocol - ongoing work - XLS-66 by @ximinez in #6156
  • squashed: Expand Number to support full integer range as of 9526a30 by @ximinez in #6192
  • Change LendingProtocol feature and dependencies to supported by @ximinez in #5632

Full Changelog: 3.0.0...3.1.0-rc1

3.0.0

09 Dec 18:31
3.0.0
7527e35

Choose a tag to compare

Release Notes

XRP
This document contains the notes for the release 3.0.0 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update an rippled server, visit https://xrpl.org/install-rippled.html

[3.0.0] - 2025-12-09

What's Changed

Read more

2.6.2

19 Nov 22:13
2.6.2
df24ee0

Choose a tag to compare

Release Notes

XRP
This document contains the notes for the release 2.6.2 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update an rippled server, visit https://xrpl.org/install-rippled.html

This release adds bug fixes. It adds the amendment fixDirectoryLimit.

[2.6.2] - 2025-11-19

🐛 Bug fix

Full Changelog: 2.6.1...2.6.2

2.6.1

30 Sep 22:55
2.6.1
70d5c62

Choose a tag to compare

Release Notes

XRP
This document contains the notes for the release 2.6.1 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update an rippled server, visit https://xrpl.org/install-rippled.html

This release adds bug fixes.

[2.6.1] - 2025-09-30

🐛 Bug Fixes

Full Changelog: 2.6.0...2.6.1

2.6.1-rc2

24 Sep 13:58
2.6.1-rc2
c46888f

Choose a tag to compare

2.6.1-rc2 Pre-release
Pre-release

Release Notes

XRP
This document contains the notes for the release 2.6.1-rc2 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update a rippled server, visit https://xrpl.org/install-rippled.html

[2.6.1-rc2] - 2025-09-24

💼 Other

  • Mark PermissionDelegation as unsupported by @Bronek

Full Changelog: 2.6.1-rc1...2.6.1-rc2

2.6.1-rc1

17 Sep 21:27
2.6.1-rc1
8d01f35

Choose a tag to compare

2.6.1-rc1 Pre-release
Pre-release

Release Notes

XRP
This document contains the notes for the release 2.6.1-rc1 of rippled , the reference server implementation of the XRP Ledger protocol. To learn more about how to build, run or update a rippled server, visit https://xrpl.org/install-rippled.html

[2.6.1-rc1] - 2025-09-17

💼 Other

  • [RELEASE] Downgrade version 2.6 to boost 1.83 by @Bronek in #5759

Full Changelog: 2.6.0...2.6.1-rc1