File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(modem): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_modem
5
5
tag_format : modem-v$version
6
- version : 1.0.1
6
+ version : 1.0.2
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.2] ( https://github.com/espressif/esp-protocols/commits/modem-v1.0.2 )
4
+
5
+ ### Features
6
+
7
+ - Add factory method for simple creation of custom DCEs ([ 4cf9e50] ( https://github.com/espressif/esp-protocols/commit/4cf9e50 ) )
8
+ - Support custom transport in AT TCP client example ([ ae629ed] ( https://github.com/espressif/esp-protocols/commit/ae629ed ) )
9
+
10
+ ### Bug Fixes
11
+
12
+ - Fix host test race with async read and d'structor ([ c89d42f] ( https://github.com/espressif/esp-protocols/commit/c89d42f ) )
13
+ - More error handling in cmux protocol ([ 8edbac6] ( https://github.com/espressif/esp-protocols/commit/8edbac6 ) )
14
+ - Fix netif to set PPP config in C++ way ([ 5287432] ( https://github.com/espressif/esp-protocols/commit/5287432 ) )
15
+ - Fix vfs terminal not to reset read_cb() automatically ([ 25a35e2] ( https://github.com/espressif/esp-protocols/commit/25a35e2 ) )
16
+ - Fix netif data race causing PPP startup delays ([ c8c0507] ( https://github.com/espressif/esp-protocols/commit/c8c0507 ) , [ #308 ] ( https://github.com/espressif/esp-protocols/issues/308 ) )
17
+ - Added support for inflatable buffer ([ cb6e03a] ( https://github.com/espressif/esp-protocols/commit/cb6e03a ) , [ #272 ] ( https://github.com/espressif/esp-protocols/issues/272 ) )
18
+ - Fix LoadProhibited after failed CMUX initialization (IDFGH-10845) ([ 60c87dd] ( https://github.com/espressif/esp-protocols/commit/60c87dd ) )
19
+
3
20
## [ 1.0.1] ( https://github.com/espressif/esp-protocols/commits/modem-v1.0.1 )
4
21
5
22
### Bug Fixes
Original file line number Diff line number Diff line change 1
- version : " 1.0.1 "
1
+ version : " 1.0.2 "
2
2
description : esp modem
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments