Skip to content

Commit 997cff5

Browse files
committed
bump(modem): 1.0.4 -> 1.0.5
1.0.5 Major changes - Added support for implementing user defined modules in standard C-API (Support for custom modules with C-API) Bug Fixes - Added test injecting unexpected replies (b220d1e, #426) - Fixed inconsistent state on data after OK (bf99f28, #426) - TLS example: Added restore session support in mbedtls-wrap (79d38e5) - Fixed examples to show netif on ppp-changed event (a70b197) - remove unused GNU Make based buildsystem files (d6b6f63) - specify override_path in example manifest files (5b78da4) - Added test-cases that exercise mode transitions (aff571d) - Fixed mode transitions between any state and UNDEF (93cb2ca, #320) - Fixed API docs within doxygen comments (020b407) - Support for custom modules with C-API (0254d50) - Fix CRLF issue with esp_modem_c_api.cpp (2661b4d) Updated - ci(common): Created reusable action for host and coverage tests (9ad04de)
1 parent ed8bbf2 commit 997cff5

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

components/esp_modem/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(modem): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_modem
55
tag_format: modem-v$version
6-
version: 1.0.4
6+
version: 1.0.5
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/espressif/esp-protocols/commits/modem-v1.0.5)
4+
5+
### Major changes
6+
7+
- Added support for implementing user defined modules in standard C-API ([Support for custom modules with C-API](https://github.com/espressif/esp-protocols/commit/0254d50))
8+
9+
### Bug Fixes
10+
11+
- Added test injecting unexpected replies ([b220d1e](https://github.com/espressif/esp-protocols/commit/b220d1e), [#426](https://github.com/espressif/esp-protocols/issues/426))
12+
- Fixed inconsistent state on data after OK ([bf99f28](https://github.com/espressif/esp-protocols/commit/bf99f28), [#426](https://github.com/espressif/esp-protocols/issues/426))
13+
- TLS example: Added restore session support in mbedtls-wrap ([79d38e5](https://github.com/espressif/esp-protocols/commit/79d38e5))
14+
- Fixed examples to show netif on ppp-changed event ([a70b197](https://github.com/espressif/esp-protocols/commit/a70b197))
15+
- remove unused GNU Make based buildsystem files ([d6b6f63](https://github.com/espressif/esp-protocols/commit/d6b6f63))
16+
- specify override_path in example manifest files ([5b78da4](https://github.com/espressif/esp-protocols/commit/5b78da4))
17+
- Added test-cases that exercise mode transitions ([aff571d](https://github.com/espressif/esp-protocols/commit/aff571d))
18+
- Fixed mode transitions between any state and UNDEF ([93cb2ca](https://github.com/espressif/esp-protocols/commit/93cb2ca), [#320](https://github.com/espressif/esp-protocols/issues/320))
19+
- Fixed API docs within doxygen comments ([020b407](https://github.com/espressif/esp-protocols/commit/020b407))
20+
- Support for custom modules with C-API ([0254d50](https://github.com/espressif/esp-protocols/commit/0254d50))
21+
- Fix CRLF issue with esp_modem_c_api.cpp ([2661b4d](https://github.com/espressif/esp-protocols/commit/2661b4d))
22+
23+
### Updated
24+
25+
- ci(common): Created reusable action for host and coverage tests ([9ad04de](https://github.com/espressif/esp-protocols/commit/9ad04de))
26+
327
## [1.0.4](https://github.com/espressif/esp-protocols/commits/modem-v1.0.4)
428

529
### Bug Fixes

components/esp_modem/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.4"
1+
version: "1.0.5"
22
description: Library for communicating with cellular modems in command and data modes
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44
issues: https://github.com/espressif/esp-protocols/issues

0 commit comments

Comments
 (0)