Skip to content

Commit 2a07d21

Browse files
committed
ci(bump): bump version 0.1.3 → 1.0.0-a1
1 parent 6b633ad commit 2a07d21

File tree

9 files changed

+90
-10
lines changed

9 files changed

+90
-10
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "0.1.3"
2+
version = "1.0.0-a1"
33
name = "cz_conventional_commits"
44
version_files = [
55
"apps/iperf/main/idf_component.yml",

apps/iperf/main/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dependencies:
33
esp-qa/wifi-cmd:
44
version: ~0.2.1
55
espressif/iperf:
6-
version: =0.1.3
6+
version: =1.0.0-a1
77
override_path: ../../../iperf
88
espressif/iperf-cmd:
9-
version: =0.1.3
9+
version: =1.0.0-a1
1010
override_path: ../../../iperf-cmd
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## IDF Component Manager Manifest File
22
dependencies:
33
espressif/iperf:
4-
version: =0.1.3
4+
version: =1.0.0-a1
55
override_path: ../../../iperf
66
espressif/iperf-cmd:
7-
version: =0.1.3
7+
version: =1.0.0-a1
88
override_path: ../../../iperf-cmd

iperf-cmd/CHANGELOG.md

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

3+
## [v1.0.0-a1](https://github.com/espressif/iperf-cmd/releases/tag/v1.0.0-a1)
4+
5+
### Features
6+
7+
- support parallel -P option for iperf client ([b95d21ab](https://github.com/espressif/iperf-cmd/commit/b95d21ab))
8+
- support tos field in iperf ([ff469123](https://github.com/espressif/iperf-cmd/commit/ff469123))
9+
- support iperf instance id "--id" from console ([5dc212d8](https://github.com/espressif/iperf-cmd/commit/5dc212d8))
10+
- (iperf): support setting bandwidth to bps ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
11+
- (iperf-cmd): support iperf command to set bandwidth with [kmgKMG] ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
12+
- Added support of running multiple instances simultaneously ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
13+
- Added "bind" option. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
14+
- Added option to retrieve runtime stats. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
15+
16+
### Bug Fixes
17+
18+
- (iperf): add a workaround for the custom structure iperf_report_task_t ([7bc934d4](https://github.com/espressif/iperf-cmd/commit/7bc934d4))
19+
- (iperf): rename iperf_report_task_t to iperf_report_task_data_t ([7bc934d4](https://github.com/espressif/iperf-cmd/commit/7bc934d4))
20+
- (iperf-cmd): fix a spelling error ([7bc934d4](https://github.com/espressif/iperf-cmd/commit/7bc934d4))
21+
- (iperf-cmd): fix ipv6 iperf of iperf command ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
22+
- Fixed report task timing and so report precision. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
23+
- Fixed unit conversions. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
24+
25+
### Updates
26+
27+
- change iperf state handler function name and parameter ([af5df607](https://github.com/espressif/iperf-cmd/commit/af5df607))
28+
- changed internal structure of the iperf ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
29+
- Removed iperf ip union in favor of esp_ip_addr_t. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
30+
- update dependencies [espressif/iperf](https://components.espressif.com/components/espressif/iperf) to v1.0.0-a1
31+
32+
### Breaking Changes
33+
34+
- change iperf state handler function name and parameter ([af5df607](https://github.com/espressif/iperf-cmd/commit/af5df607))
35+
- default unit for bandwidth limit value is now changed from Mbps to bps ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
36+
- removed iperf_start() and iperf_stop() ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
37+
- removed g_iperf_is_running ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
38+
- removed iperf_hook_func ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
39+
- added iperf_start_instance, iperf_stop_instance ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
40+
341
## [v0.1.3](https://github.com/espressif/iperf-cmd/releases/tag/v0.1.3)
442

543
### Features

iperf-cmd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ This repository contains `iperf` command based esp-idf console.
4949
```yaml
5050
dependencies:
5151
espressif/iperf_cmd:
52-
version: "^0.1.3"
52+
version: "^1.0.0-a1"
5353
```
5454
- For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)

iperf-cmd/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.3
1+
version: 1.0.0-a1
22
description: Iperf command based on esp-idf console
33
url: https://github.com/espressif/iperf-cmd/tree/master/iperf-cmd
44
repository: https://github.com/espressif/iperf-cmd.git
@@ -8,7 +8,7 @@ license: Apache-2.0
88
dependencies:
99
idf: '>=4.3'
1010
espressif/iperf:
11-
version: '=0.1.3'
11+
version: '=1.0.0-a1'
1212
override_path: ../iperf
1313
examples:
1414
- path: ../apps/iperf/

iperf/CHANGELOG.md

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

3+
## [v1.0.0-a1](https://github.com/espressif/iperf-cmd/releases/tag/v1.0.0-a1)
4+
5+
### Features
6+
7+
- make iperf task stack size configurable via sdkconfig ([7830069c](https://github.com/espressif/iperf-cmd/commit/7830069c))
8+
- add weak attribute to iperf report output ([b3b47b24](https://github.com/espressif/iperf-cmd/commit/b3b47b24))
9+
- support parallel -P option for iperf client ([b95d21ab](https://github.com/espressif/iperf-cmd/commit/b95d21ab))
10+
- support build linux target with lwip enabled (pass build) ([a5dfbf7f](https://github.com/espressif/iperf-cmd/commit/a5dfbf7f))
11+
- support tos field in iperf ([ff469123](https://github.com/espressif/iperf-cmd/commit/ff469123))
12+
- support iperf instance id "--id" from console ([5dc212d8](https://github.com/espressif/iperf-cmd/commit/5dc212d8))
13+
- (iperf): support setting bandwidth to bps ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
14+
- (iperf-cmd): support iperf command to set bandwidth with [kmgKMG] ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
15+
- Added support of running multiple instances simultaneously ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
16+
- Added "bind" option. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
17+
- Added option to retrieve runtime stats. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
18+
19+
### Bug Fixes
20+
21+
- (iperf): add a workaround for the custom structure iperf_report_task_t ([7bc934d4](https://github.com/espressif/iperf-cmd/commit/7bc934d4))
22+
- (iperf): rename iperf_report_task_t to iperf_report_task_data_t ([7bc934d4](https://github.com/espressif/iperf-cmd/commit/7bc934d4))
23+
- (iperf-cmd): fix a spelling error ([7bc934d4](https://github.com/espressif/iperf-cmd/commit/7bc934d4))
24+
- (iperf-cmd): fix ipv6 iperf of iperf command ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
25+
- don't print error when socket force closed ([9b144afc](https://github.com/espressif/iperf-cmd/commit/9b144afc))
26+
- Fixed report task timing and so report precision. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
27+
- Fixed unit conversions. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
28+
29+
### Updates
30+
31+
- update default tcp buffer size for chips without psram ([dfdc7235](https://github.com/espressif/iperf-cmd/commit/dfdc7235))
32+
- change iperf state handler function name and parameter ([af5df607](https://github.com/espressif/iperf-cmd/commit/af5df607))
33+
- changed internal structure of the iperf ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
34+
- Removed iperf ip union in favor of esp_ip_addr_t. ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
35+
36+
### Breaking Changes
37+
38+
- change iperf state handler function name and parameter ([af5df607](https://github.com/espressif/iperf-cmd/commit/af5df607))
39+
- default unit for bandwidth limit value is now changed from Mbps to bps ([6423c4c2](https://github.com/espressif/iperf-cmd/commit/6423c4c2))
40+
- removed iperf_start() and iperf_stop() ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
41+
- removed g_iperf_is_running ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
42+
- removed iperf_hook_func ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
43+
- added iperf_start_instance, iperf_stop_instance ([a88fb24d](https://github.com/espressif/iperf-cmd/commit/a88fb24d))
44+
345
## [v0.1.3](https://github.com/espressif/iperf-cmd/releases/tag/v0.1.3)
446

547
### Features

iperf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ This repository contains a basic iperf core engine.
1616
```yaml
1717
dependencies:
1818
espressif/iperf:
19-
version: "^0.1.3"
19+
version: "^1.0.0-a1"
2020
```
2121
- For more details refer [IDF Component Manager](https://docs.espressif.com/projects/idf-component-manager/en/latest/)

iperf/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.3
1+
version: 1.0.0-a1
22
description: Iperf Core Engine
33
url: https://github.com/espressif/iperf-cmd/tree/master/iperf
44
repository: https://github.com/espressif/iperf-cmd.git

0 commit comments

Comments
 (0)