Skip to content

Commit 095150e

Browse files
committed
Release 2.3.4
1 parent 7e4df19 commit 095150e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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.3.4] 2025-12-27
5+
6+
## Fixed
7+
- Disconnect event not finding the client by address in some cases, use the connection handle instead.
8+
- Notification/Indications will now be sent to server created clients.
9+
- Attribute values will now consider type size when using a container.
10+
- Descriptor searching will now correctly stop at the end handle of the characteristic.
11+
12+
## Changed
13+
- Build conditionals now use `MYNEWT_VAL_` macros instead of `CONFIG_` macros where applicable.
14+
- Sending of indications/notifications has been refactored for greater efficiency and tracks client subscription state locally instead uof relying on the stack.
15+
16+
## Added
17+
- Support for esp32c61.
18+
- `NimBLECharacteristicCallbacks::onStatus` overload that takes a `NimBLEConnInfo&` parameter to indicate which client the status is for.
19+
- `NimBLEDevice::setCustomGapHandler` now takes a `void*` parameter to allow for passing user data to the custom handler.
20+
421
## [2.3.3] 2025-09-05
522

623
## Fixed

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## IDF Component Manager Manifest File
2-
version: "2.3.3"
2+
version: "2.3.4"
33
license: "Apache-2.0"
44
description: "C++ wrapper for the NimBLE BLE stack"
55
url: "https://github.com/h2zero/esp-nimble-cpp"

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp-nimble-cpp",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "C++ wrapper for the NimBLE BLE stack",
55
"keywords": [
66
"BLE",

0 commit comments

Comments
 (0)