Skip to content

Commit 57c8921

Browse files
committed
Release 2.1.3
1 parent 157bc00 commit 57c8921

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.1.3] 2025-01-05
5+
6+
## Fixed
7+
- Unused variable warning when log level is below info.
8+
- Race condition in `NimBLEScan` that can cause a crash due to heap corruption if `NimBLEScan::stop` is called from the `onResult` callback.
9+
- Advertisement data not set if scan response is enabled after the data is set.
10+
- `NimBLECharacteristic`/`NimBLEDescriptor` not able to update their values in the `onRead` callback.
11+
- Too short of a timeout being requested in NimBLE_Server example leading to frequent disconnects.
12+
13+
## Changed
14+
- `NimBLEHIDDevice` now allows for the same report ID in multiple input/output/feature reports.
15+
16+
## Added
17+
- Error logs in the case that NIMBLE_CPP_DEBUG_ASSERT is not defined.
18+
- Error logs when setting advertisement data fails.
19+
- Missing documentation in the migration guide about enabling automatic advertising on disconnect, which was disabled by default in 2.x.
20+
421
## [2.1.2] 2024-12-21
522

623
## Fixed

docs/Doxyfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +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.1.2
52-
51+
PROJECT_NUMBER = 2.1.3
5352
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5453
# for a project that appears at the top of each page and should give viewer a
5554
# quick idea about the purpose of the project. Keep the description short.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NimBLE-Arduino
2-
version=2.1.2
2+
version=2.1.3
33
author=h2zero
44
maintainer=Ryan Powell <ryan@nable-embedded.io>
55
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.

0 commit comments

Comments
 (0)