Skip to content

Commit 4a7529e

Browse files
committed
Release 1.3.8
1 parent 7081b65 commit 4a7529e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.8] - 2022-04-27
6+
7+
### Fixed
8+
- Fix compile error with ESP32S3.
9+
- Prevent a potential crash when retrieving characteristics from a service if the result was successful but no characteristics found.
10+
11+
### Changed
12+
- Save resources when retrieving descriptors if the characteristic handle is the same as the end handle (no descriptors).
13+
- Subscribing to characteristic notifications/indications will now always use write with response, as per BLE specifications.
14+
- `NimBLEClient::discoverAttributes` now returns a bool value to indicate success/failure
15+
516
## [1.3.7] - 2022-02-15
617

718
### Fixed

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=1.3.7
2+
version=1.3.8
33
author=h2zero
44
maintainer=h2zero <powellperalta@gmail.com>
55
sentence=Bluetooth low energy (BLE) library for arduino-esp32 based on NimBLE.

0 commit comments

Comments
 (0)