You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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.
0 commit comments