CHANGELOG.md (ccaaedd976798e4019ce5c4abd49e221203502e6) CHANGELOG.md (2418d9f45ca75419a348c2d48d7063b30153068e)
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8
9## [Unreleased]
10
11### Fixed
12### Added
13### Changed
14
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8
9## [Unreleased]
10
11### Fixed
12### Added
13### Changed
14
15## Changes November 2020
16
15
16## Release v1.2
17
17### Fixed
18- L2CAP: trigger pairing for outgoing LE Data Channels if security level insufficient
19- SM: fix update of sc flag for re-encrypted connection in peripheral role
20- SM: send security request on re-connect if bonded and `ENABLE_LE_PROACTIVE_AUTHENTICATION` is defined
18### Fixed
19- L2CAP: trigger pairing for outgoing LE Data Channels if security level insufficient
20- SM: fix update of sc flag for re-encrypted connection in peripheral role
21- SM: send security request on re-connect if bonded and `ENABLE_LE_PROACTIVE_AUTHENTICATION` is defined
21- GATT Client: gatt_client_set_required_security_level allows to set required minimum security level for all GATT requests
22
23### Added
24- GAP: `gap_delete_bonding` removes device from LE Resolving List and from discards LE bonding information
25- GATT Client: delete bonding information if re-encryption fails and `ENABLE_LE_PROACTIVE_AUTHENTICATION` is not defined
22
23### Added
24- GAP: `gap_delete_bonding` removes device from LE Resolving List and from discards LE bonding information
25- GATT Client: delete bonding information if re-encryption fails and `ENABLE_LE_PROACTIVE_AUTHENTICATION` is not defined
26- GATT Client: gatt_client_set_required_security_level allows to set required minimum security level for all GATT requests
26- SM: emit events for re-encryption started/complete
27
28### Changed
29- AVRCP Controller: allow to send multiple absolute volume commands without waiting for response.
30- GAP: replaced `ENABLE_LE_CENTRAL_AUTO_ENCRYPION` with `ENABLE_LE_PROACTIVE_AUTHENTICATION`
31
32
33## Changes October 2020

--- 646 unchanged lines hidden ---
27- SM: emit events for re-encryption started/complete
28
29### Changed
30- AVRCP Controller: allow to send multiple absolute volume commands without waiting for response.
31- GAP: replaced `ENABLE_LE_CENTRAL_AUTO_ENCRYPION` with `ENABLE_LE_PROACTIVE_AUTHENTICATION`
32
33
34## Changes October 2020

--- 646 unchanged lines hidden ---