Skip to content

Commit 8f0e61f

Browse files
committed
Release v1.3.6
1 parent 1c71460 commit 8f0e61f

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.6] - 2022-01-18
6+
7+
### Changed
8+
- When retrieving attributes from a server fails with a 128bit UUID containing the ble base UUID another attempt will be made with the 16bit version of the UUID.
9+
10+
### Fixed
11+
- Memory leak when services are changed on server devices.
12+
- Rare crashing that occurs when BLE commands are sent from ISR context using IPC.
13+
- Crashing caused by uninitialized disconnect timer in client.
14+
- Potential crash due to unintialized advertising callback pointer.
15+
516
## [1.3.5] - 2022-01-14
617

718
### Added

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.5
2+
version=1.3.6
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)