# Changelog All notable changes to this project will be documented in this file. ## [0.17.2] - 2024-01-17 ### Bug Fixes - Fixed syntax error in `crate::vendor::command::gatt::AccessPermission` using the `defmt` feature ## [0.17.1] - 2024-01-15 ### Documentation - Updated docs for GAP Clear Security command ### Features - Gap Pairing Complete event now returns a reason - Add ADV Set Config command - Add ADV Set Enable command - Add ADV Set AAdvertising Data command - Add ADV Set Scan Response Data command - Add ADV Remove Set command - Add ADV Clear Sets command - Add ADV Set Random Address command - Add Deny Read command - Add Set Access Permission command - Add Store Database command - Add Send Multiple Notification command - Add Read Multiple Variable Characteristic Value command - Add Set Radio Activity Mask command - Add Set Event Mask command - Add Get PM Debug Info command - Add Set Peripheral Latency command - Add PM Debug Info event return parameters - Add Read RSSI command - Add Read Radio Register command - Add Read Raw RSSI command - Add RX Start command - Add RX Stop command - Add Stack Reset command - Add LE Read Local P-256 Public Key Complete event - Add LE Generated DH Key Complete event - Add LE Enhanced Connection Complete event - Add HAL End Of Radio Activity event - Add HAL Scan Request Report event - Add HAL Firmware Error event ## [0.17.0] - 2024-01-02 ### Documentation - Connection Handle range for Enhanced ATT bearer now ends at 0xEA3F - HAL set config data parameters are updated ### Features - Gatt EATT Bearer event - Add L2CAP COC Connect event - Add L2CAP COC Connect Cofirm event - Add L2CAP COC Reconfig event - Add L2CAP COC Reconfig Confirm event - Add L2CAP COC Disconnect event - Add L2CAP COC Flow Control event - Add L2CAP COC Rx Data event - Added L2CAP COC Connect command - Added L2CAP COC Connect Confirm command - Added L2CAP COC Reconfig command - Added L2CAP COC Reconfig Confirm command - Added L2CAP COC Disconnect command - Added L2CAP COC Flow Control command - Added L2CAP COC Tx Data command - Add L2CAP COC Tx Pool Available event - Add GATT multi notification event - Add GATT Notification Complete event - Add GATT Read Ext event - Add GATT Indication Ext event - Add GATT Notification Ext event - Added Notify Notification Complete characterisitc event - Add Set Controller To Host Flow Control command - Add Host Buffer Size commad - Add Number of Completed Packets command ### Miscellaneous Tasks - Update CI ## [0.16.0] - 2023-12-28 ### Documentation - Update gap address not resolved event docs - Update connection handle docs - Fix invalid references in docs - Add docs to write_config_data - Add docs to write_config_data ### Features - Change hardware error event parsing - Add values to Att Error types - Update update_characteristic_value_ext