/ doc / release-notes / release-notes-25.1.md
release-notes-25.1.md
  1  25.1 Release Notes
  2  ==================
  3  
  4  Bitcoin Core version 25.1 is now available from:
  5  
  6    <https://bitcoincore.org/bin/bitcoin-core-25.1/>
  7  
  8  This release includes various bug fixes and performance
  9  improvements, as well as updated translations.
 10  
 11  Please report bugs using the issue tracker at GitHub:
 12  
 13    <https://github.com/bitcoin/bitcoin/issues>
 14  
 15  To receive security and update notifications, please subscribe to:
 16  
 17    <https://bitcoincore.org/en/list/announcements/join/>
 18  
 19  How to Upgrade
 20  ==============
 21  
 22  If you are running an older version, shut it down. Wait until it has completely
 23  shut down (which might take a few minutes in some cases), then run the
 24  installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on macOS)
 25  or `bitcoind`/`bitcoin-qt` (on Linux).
 26  
 27  Upgrading directly from a version of Bitcoin Core that has reached its EOL is
 28  possible, but it might take some time if the data directory needs to be migrated. Old
 29  wallet versions of Bitcoin Core are generally supported.
 30  
 31  Compatibility
 32  ==============
 33  
 34  Bitcoin Core is supported and extensively tested on operating systems
 35  using the Linux kernel, macOS 10.15+, and Windows 7 and newer.  Bitcoin
 36  Core should also work on most other Unix-like systems but is not as
 37  frequently tested on them.  It is not recommended to use Bitcoin Core on
 38  unsupported systems.
 39  
 40  Notable changes
 41  ===============
 42  
 43  ### P2P
 44  
 45  - #27626 Parallel compact block downloads, take 3
 46  - #27743 p2p: Unconditionally return when compact block status == READ_STATUS_FAILED
 47  
 48  ### Fees
 49  
 50  - #27622 Fee estimation: avoid serving stale fee estimate
 51  
 52  ### RPC
 53  
 54  - #27727 rpc: Fix invalid bech32 address handling
 55  
 56  ### Rest
 57  
 58  - #27853 rest: fix crash error when calling /deploymentinfo
 59  - #28551 http: bugfix: allow server shutdown in case of remote client disconnection
 60  
 61  ### Wallet
 62  
 63  - #28038 wallet: address book migration bug fixes
 64  - #28067 descriptors: do not return top-level only funcs as sub descriptors
 65  - #28125 wallet: bugfix, disallow migration of invalid scripts
 66  - #28542 wallet: Check for uninitialized last processed and conflicting heights in MarkConflicted
 67  
 68  ### Build
 69  
 70  - #27724 build: disable boost multi index safe mode in debug mode
 71  - #28097 depends: xcb-proto 1.15.2
 72  - #28543 build, macos: Fix qt package build with new Xcode 15 linker
 73  - #28571 depends: fix unusable memory_resource in macos qt build
 74  
 75  ### Gui
 76  
 77  - gui#751 macOS, do not process actions during shutdown
 78  
 79  ### Miscellaneous
 80  
 81  - #28452 Do not use std::vector = {} to release memory
 82  
 83  ### CI
 84  
 85  - #27777 ci: Prune dangling images on RESTART_CI_DOCKER_BEFORE_RUN
 86  - #27834 ci: Nuke Android APK task, Use credits for tsan
 87  - #27844 ci: Use podman stop over podman kill
 88  - #27886 ci: Switch to amd64 container in "ARM" task
 89  
 90  Credits
 91  =======
 92  
 93  Thanks to everyone who directly contributed to this release:
 94  
 95  - Abubakar Sadiq Ismail
 96  - Andrew Chow
 97  - Bruno Garcia
 98  - Gregory Sanders
 99  - Hennadii Stepanov
100  - MacroFake
101  - Matias Furszyfer
102  - Michael Ford
103  - Pieter Wuille
104  - stickies-v
105  - Will Clark
106  
107  As well as to everyone that helped with translations on
108  [Transifex](https://www.transifex.com/bitcoin/bitcoin/).