Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.7.0 #962

Merged
merged 21 commits into from
Sep 26, 2023
Merged

chore: release v0.7.0 #962

merged 21 commits into from
Sep 26, 2023

Conversation

alice-yyds
Copy link
Contributor

No description provided.

welkeyever and others added 21 commits September 1, 2023 16:56
#### What type of PR is this?
<!--
Add one of the following kinds:

build: Changes that affect the build system or external dependencies
(example scopes: gulp, broccoli, npm)
ci: Changes to our CI configuration files and scripts (example scopes:
Travis, Circle, BrowserStack, SauceLabs)
docs: Documentation only changes
feat: A new feature
optimize: A new optimization
fix: A bug fix
perf: A code change that improves performance
refactor: A code change that neither fixes a bug nor adds a feature
style: Changes that do not affect the meaning of the code (white space,
formatting, missing semi-colons, etc)
test: Adding missing tests or correcting existing tests
chore: Changes to the build process or auxiliary tools and libraries
such as documentation generation
-->

#### Check the PR title.
<!--
The description of the title will be attached in Release Notes, 
so please describe it from user-oriented, what this PR does / why we
need it.
Please check your PR title with the below requirements:
-->
- [ ] This PR title match the format: \<type\>(optional scope):
\<description\>
- [ ] The description of this PR title is user-oriented and clear enough
for others to understand.
- [ ] Attach the PR updating the user documentation if the current PR
requires user awareness at the usage level. [User docs
repo](https://github.com/cloudwego/cloudwego.github.io)


#### (Optional) Translate the PR title into Chinese.


#### (Optional) More detailed description for this PR(en: English/zh:
Chinese).
<!--
Provide more detailed info for review(e.g., it's recommended to provide
perf data if this is a perf type PR).
-->
en:
zh(optional):

#### (Optional) Which issue(s) this PR fixes:
<!--
Automatically closes linked issue when PR is merged.
Eg: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->

#### (Optional) The PR that updates user documentation:
<!--
If the current PR requires user awareness at the usage level, please
submit a PR to update user docs. [User docs
repo](https://github.com/cloudwego/cloudwego.github.io)
-->
@alice-yyds alice-yyds requested review from a team as code owners September 26, 2023 11:07
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Attention: 79 lines in your changes are missing coverage. Please review.

Comparison is base (1e968e3) 81.99% compared to head (bc50440) 81.87%.
Report is 1 commits behind head on main.

❗ Current head bc50440 differs from pull request most recent head 40a3d0e. Consider uploading reports for the commit 40a3d0e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #962      +/-   ##
==========================================
- Coverage   81.99%   81.87%   -0.12%     
==========================================
  Files          97       98       +1     
  Lines        9623     9926     +303     
==========================================
+ Hits         7890     8127     +237     
- Misses       1259     1310      +51     
- Partials      474      489      +15     
Files Coverage Δ
pkg/app/client/client.go 76.66% <100.00%> (+0.66%) ⬆️
pkg/app/client/option.go 96.84% <100.00%> (+0.13%) ⬆️
pkg/app/server/binding/reflect.go 100.00% <100.00%> (ø)
pkg/app/server/option.go 98.76% <100.00%> (+0.17%) ⬆️
pkg/common/config/client_option.go 100.00% <ø> (ø)
pkg/common/config/option.go 100.00% <100.00%> (ø)
pkg/common/hlog/default.go 84.31% <100.00%> (+0.47%) ⬆️
pkg/protocol/http1/client.go 73.60% <100.00%> (+0.17%) ⬆️
pkg/protocol/request.go 82.86% <ø> (ø)
pkg/common/utils/utils.go 85.71% <80.00%> (-0.78%) ⬇️
... and 7 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FGYFFFF FGYFFFF merged commit 9180edb into main Sep 26, 2023
21 of 25 checks passed
@FGYFFFF FGYFFFF deleted the release/v0.7.0 branch September 26, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

10 participants