Skip to content

Commit 494d441

Browse files
committed
Release 2.3.8
1 parent 8d2b7b2 commit 494d441

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [2.3.7] 2025-12-08
4+
## [2.3.8] 2026-03-02
5+
6+
## Fixed
7+
- Crash on init with esp32 devices with Arduino core 3.3.7 and later.
8+
- Crash on deinit with esp32c6/c5/c2/h2.
9+
- Memory leak on init/deinit with esp32c6/c5/c2/h2 when NimBLE is enabled in the Arduino core.
10+
- Multiple definition compilation errors with esp32c2 when using an Arduino core with NimBLE enabled.
11+
12+
## [2.3.7] 2025-12-08
513

614
## Fixed
715
- Server created client instance will now receive notifications/indications from the peer.

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.3.7
51+
PROJECT_NUMBER = 2.3.8
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.3.7
2+
version=2.3.8
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)