From 2782277f3fda6bbaf7f6d2f58ea8a78f84177c2d Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 22 Jan 2024 16:33:07 +0100 Subject: [PATCH] bump(modem): 1.0.5 -> 1.1.0 1.1.0 Features - Added support for at_raw() command (ae38110, #471) - Added iperf test for PPP netifs (976e98d) - Added test that performs OTA to exercise modem layers (f2223dd) Bug Fixes - Fixed OTA test to gracefully fail with no verification (1dc4299) - Added C-API to configure APN (ce7dadd, #485) - Fixed AT commands to copy strings to prevent overrides (741d166, #463) - Fixed incorrect dial command format (0998f3d, #433) - Fixed documentation and example on creating custom device (577de67, #452) - Removed CI jobs for IDF v4.2 (d88cd61) - Fixed OAT test to verify server cert and CN (edc3e72) - Fixed set_pdp_context() command timeout (1d80cbc, #455) Updated - docs(modem): Added description of manual test procedure (68ce794) --- components/esp_modem/.cz.yaml | 2 +- components/esp_modem/CHANGELOG.md | 23 +++++++++++++++++++++++ components/esp_modem/idf_component.yml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/components/esp_modem/.cz.yaml b/components/esp_modem/.cz.yaml index b8d4701dbd..81bcd34edb 100644 --- a/components/esp_modem/.cz.yaml +++ b/components/esp_modem/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(modem): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py esp_modem tag_format: modem-v$version - version: 1.0.5 + version: 1.1.0 version_files: - idf_component.yml diff --git a/components/esp_modem/CHANGELOG.md b/components/esp_modem/CHANGELOG.md index d7a9d13506..7a6fc18858 100644 --- a/components/esp_modem/CHANGELOG.md +++ b/components/esp_modem/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.1.0](https://github.com/espressif/esp-protocols/commits/modem-v1.1.0) + +### Features + +- Added support for at_raw() command ([ae38110](https://github.com/espressif/esp-protocols/commit/ae38110), [#471](https://github.com/espressif/esp-protocols/issues/471)) +- Added iperf test for PPP netifs ([976e98d](https://github.com/espressif/esp-protocols/commit/976e98d)) +- Added test that performs OTA to exercise modem layers ([f2223dd](https://github.com/espressif/esp-protocols/commit/f2223dd)) + +### Bug Fixes + +- Fixed OTA test to gracefully fail with no verification ([1dc4299](https://github.com/espressif/esp-protocols/commit/1dc4299)) +- Added C-API to configure APN ([ce7dadd](https://github.com/espressif/esp-protocols/commit/ce7dadd), [#485](https://github.com/espressif/esp-protocols/issues/485)) +- Fixed AT commands to copy strings to prevent overrides ([741d166](https://github.com/espressif/esp-protocols/commit/741d166), [#463](https://github.com/espressif/esp-protocols/issues/463)) +- Fixed incorrect dial command format ([0998f3d](https://github.com/espressif/esp-protocols/commit/0998f3d), [#433](https://github.com/espressif/esp-protocols/issues/433)) +- Fixed documentation and example on creating custom device ([577de67](https://github.com/espressif/esp-protocols/commit/577de67), [#452](https://github.com/espressif/esp-protocols/issues/452)) +- Removed CI jobs for IDF v4.2 ([d88cd61](https://github.com/espressif/esp-protocols/commit/d88cd61)) +- Fixed OAT test to verify server cert and CN ([edc3e72](https://github.com/espressif/esp-protocols/commit/edc3e72)) +- Fixed set_pdp_context() command timeout ([1d80cbc](https://github.com/espressif/esp-protocols/commit/1d80cbc), [#455](https://github.com/espressif/esp-protocols/issues/455)) + +### Updated + +- docs(modem): Added description of manual test procedure ([68ce794](https://github.com/espressif/esp-protocols/commit/68ce794)) + ## [1.0.5](https://github.com/espressif/esp-protocols/commits/modem-v1.0.5) ### Major changes diff --git a/components/esp_modem/idf_component.yml b/components/esp_modem/idf_component.yml index 7e836bcb1e..0f78f85ac4 100644 --- a/components/esp_modem/idf_component.yml +++ b/components/esp_modem/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.5" +version: "1.1.0" description: Library for communicating with cellular modems in command and data modes url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem issues: https://github.com/espressif/esp-protocols/issues