Skip to content

Commit d4e4074

Browse files
committed
Release 1.3.0
1 parent e5edc9d commit d4e4074

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

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

5-
## Unreleased changes
5+
## [1.3.0] - 2021-08-02
66

77
### Added
8+
- `NimBLECharacteristic::removeDescriptor`: Dynamically remove a descriptor from a characterisic. Takes effect after all connections are closed and sends a service changed indication.
9+
- `NimBLEService::removeCharacteristic`: Dynamically remove a characteristic from a service. Takes effect after all connections are closed and sends a service changed indication
10+
- `NimBLEServerCallbacks::onMTUChange`: This is callback is called when the MTU is updated after connection with a client.
11+
- ESP32C3 support
12+
813
- Whitelist API:
914
- `NimBLEDevice::whiteListAdd`: Add a device to the whitelist.
1015
- `NimBLEDevice::whiteListRemove`: Remove a device from the whitelist.
@@ -26,6 +31,7 @@ All notable changes to this project will be documented in this file.
2631
- FreeRTOS files have been removed as they are not used by the library.
2732
- Services, characteristics and descriptors can now be created statically and added after.
2833
- Excess logging and some asserts removed.
34+
- Use ESP_LOGx macros to enable using local log level filtering.
2935

3036
### Fixed
3137
- `NimBLECharacteristicCallbacks::onSubscribe` Is now called after the connection is added to the vector.
@@ -34,6 +40,8 @@ All notable changes to this project will be documented in this file.
3440
- Retrieving remote descriptors now uses the characterisic end handle correctly.
3541
- Missing data in long writes to remote descriptors.
3642
- Hanging on task notification when sending an indication from the characteristic callback.
43+
- BLE controller memory could be released when using Arduino as a component.
44+
- Complile errors with NimBLE release 1.3.0.
3745

3846
## [1.2.0] - 2021-02-08
3947

0 commit comments

Comments
 (0)