File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.5.1] 2026-07-29
5+
6+ ## Fixed
7+ - Scan response timer causing crash on reinit cycle.
8+ - Arduino 3.3.11 build/crash with esp32 c5/c6 variants.
9+ - Clarified NimBLEAddress(uint8_t[ 6] , type) byte order in docs.
10+ - ` NimBLEEddystoneTLM ` byte-order mismatch between getters and setters.
11+ - ` NimBLEAttValue ` - preserve capacity after realloc failure.
12+ - whiteListRemove use-after-free — loop continues on invalidated iterator causing a crash.
13+ - Infinite recursion bug for ticks to ms conversion.
14+
415## [ 2.5.0] 2026-04-01
516
617## Fixed
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = 2.5.0
51+ PROJECT_NUMBER = 2.5.1
5252# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353# for a project that appears at the top of each page and should give viewer a
5454# quick idea about the purpose of the project. Keep the description short.
Original file line number Diff line number Diff line change 11name =NimBLE-Arduino
2- version =2.5.0
2+ version =2.5.1
33author =h2zero
44maintainer =Ryan Powell <ryan@nable-embedded.io>
55sentence =Bluetooth low energy (BLE) library for Arduino based on NimBLE.
Original file line number Diff line number Diff line change 2525#define NIMBLE_CPP_VERSION_MINOR 5
2626
2727/** @brief NimBLE-Arduino library patch version number. */
28- #define NIMBLE_CPP_VERSION_PATCH 0
28+ #define NIMBLE_CPP_VERSION_PATCH 1
2929
3030/**
3131 * @brief Macro to create a version number for comparison.
You can’t perform that action at this time.
0 commit comments