From 8f9e85a46aeb422a8681f1ddc5ca069460154a05 Mon Sep 17 00:00:00 2001 From: h2zero Date: Fri, 5 Sep 2025 16:11:11 -0600 Subject: [PATCH] Release 2.3.3 --- CHANGELOG.md | 9 +++++++++ docs/Doxyfile | 2 +- idf_component.yml | 2 +- library.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5986e35..30b476e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.3.3] 2025-09-05 + +## Fixed +- NimBLEAdvertisedDevice::isConnectable returning incorrect result. +- Extended advertisements not reporting full data. + +## Added +- Support up to 1650 bytes of advertisement with extended advertising + ## [2.3.2] 2025-09-02 ## Fixed diff --git a/docs/Doxyfile b/docs/Doxyfile index 8dfb3bd..4c3e2c9 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = esp-nimble-cpp # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.3.2 +PROJECT_NUMBER = 2.3.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. diff --git a/idf_component.yml b/idf_component.yml index 2a3ebaa..b4cda70 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,5 +1,5 @@ ## IDF Component Manager Manifest File -version: "2.3.2" +version: "2.3.3" license: "Apache-2.0" description: "C++ wrapper for the NimBLE BLE stack" url: "https://github.com/h2zero/esp-nimble-cpp" diff --git a/library.json b/library.json index caa60e3..cb90652 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "esp-nimble-cpp", - "version": "2.3.2", + "version": "2.3.3", "description": "C++ wrapper for the NimBLE BLE stack", "keywords": [ "BLE",