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

new #1

Open
wants to merge 532 commits into
base: master
Choose a base branch
from
Open

new #1

wants to merge 532 commits into from

Conversation

skymysky
Copy link
Owner

@skymysky skymysky commented Aug 7, 2018

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

hbrls and others added 28 commits November 3, 2020 17:32
* Added english doc to how-to-migrate-from-1.x

* Corrected typos and some other spelling errors, polished grammar accordingly
* docs: update ts docs

* docs: update ts docs

* docs: remove ji
modify "登陆" to "登录"
For the specification of zh-CN documents, change , to ,
"清除的" should be "清除地".

Co-authored-by: Maledong <[email protected]>
1. Rename the group names to be more clear.
2. Remove the 'createAsync' to 'async' group at unit test.
3. Format the whole document to be more clear.
4. Make 'create' to '_create' as the inner function to avoid
misunderstanding (the outer function 'create').

Co-authored-by: Maledong <[email protected]>
* feat(config): support ssrf field in security

* test(core): add config.security.ssrf test case.
detail see eggjs/egg-logger#74

How to use:

```js
// config.js

exports.logger = {
  enablePerformanceTimer: true,
};
```
fengmk2 and others added 19 commits June 27, 2024 10:22
![image](https://github.com/eggjs/egg/assets/78291982/1578bfcd-a6ab-4c3d-b5e4-bea070fc4ee7)


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Updated the Chinese tutorial for Socket.IO to remove outdated
configuration comments.


<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: fengmk2 <[email protected]>
<!--
Thank you for your pull request. Please review below requirements.
Bug fixes and new features should include tests and possibly benchmarks.
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md

感谢您贡献代码。请确认下列 checklist 的完成情况。
Bug 修复和新功能必须包含测试,必要时请附上性能测试。
Contributors guide:
https://github.com/eggjs/egg/blob/master/CONTRIBUTING.md
-->

##### Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to
[x]. -->

- [ ] `npm test` passes
- [ ] tests and/or benchmarks are included
- [ ] documentation is changed or added
- [ ] commit message follows commit guidelines

##### Affected core subsystem(s)
<!-- Provide affected core subsystem(s). -->


##### Description of change
<!-- Provide a description of the change below this comment. -->

<!--
- any feature?
- close https://github.com/eggjs/egg/ISSUE_URL
-->
auto fallback to urllib@3 when require urllib4 error

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Expanded CI workflow to include Node.js version 23 for testing.
- Enhanced `HttpClientNext` class with improved error handling and
configuration management.
- Added support for HTTP/2 functionality in the test suite, including
self-signed certificate handling.

- **Bug Fixes**
- Improved error handling for library imports based on Node.js versions.

- **Chores**
	- Updated dependency versions in `package.json`. 
- Modified HTTP client configuration to include a new `connect`
property.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

- **New Features**
- Introduced a new GitHub Actions workflow for releases on the `3.x`
branch.
  
- **Improvements**
- Updated test coverage badges in both English and Chinese README files
to reflect the `3.x` branch.

- **Chores**
- Adjusted the tagging strategy in the package configuration to mark
future releases as "latest" instead of "release-3.x".

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@fengmk2 fengmk2 deleted the branch skymysky:master January 9, 2025 14:26
@fengmk2 fengmk2 deleted the master branch January 9, 2025 14:26
fengmk2 and others added 4 commits January 9, 2025 22:29
[skip ci]

## [3.30.0](v3.29.0...v3.30.0) (2025-01-09)

### Features

* dump ignore support key path ([#5380](#5380)) ([74346c2](74346c2))
```bash
node_modules/.store/[email protected]/node_modules/egg/index.d.ts:63:3 - error TS2666: Exports and export assignments are not permitted in module augmentations.

63   export { HttpClientRequestURL, HttpClientRequestOptions, HttpClientResponse };
     ~~~~~~

Found 1 error in node_modules/.store/[email protected]/node_modules/egg/index.d.ts:63
```
[skip ci]

## [3.30.1](v3.30.0...v3.30.1) (2025-01-19)

### Bug Fixes

* redefine urllib export types ([#5386](#5386)) ([02d9fdb](02d9fdb))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.