Skip to content

Commit 28722a6

Browse files
committed
Release 2.3.0
1 parent fe76b80 commit 28722a6

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

4+
## [2.3.0] 2025-05-19
5+
6+
## Fixed
7+
- Incorrect `NimBLECharacteristic::onSubscribe` value when indications are set.
8+
- `NimBLECharacteristic::onRead` callback not called in some cases.
9+
- Clear attribute value when zero length value is written.
10+
- Notify/Indicate incorrectly returning success with custom value.
11+
- Corrected NimBLEClient array initialization.
12+
- Prevent potential exception when scan is restarted.
13+
- Attribute getValue failing with some data types
14+
- Incorrectly passing a pointer to a function taking const reference.
15+
16+
## Added
17+
- Support for esp32c2, esp32c5, esp32c6, esp32h2
18+
- L2CAP infrastructure.
19+
- Scan duplicate cache reset time.
20+
21+
## Changed
22+
- Cleaned up examples.
23+
- Update nimble core to esp-nimble @70439dd.
24+
- Disable flow control for all targets except original esp32.
25+
- Allow PHY updates without enabling extended advertising.
26+
- Reduced iram usage
27+
428
## [2.2.3] 2025-02-28
529

630
## Fixed

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2.3
51+
PROJECT_NUMBER = 2.3.0
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.

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.2.3
2+
version=2.3.0
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)