Skip to content

Commit f0007c9

Browse files
Release 4.0.0
[skip ci] ## [4.0.0](v3.25.1...v4.0.0) (2024-06-23) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated dynamic badge for contributors in `README.md`. - Enhanced form data handling in `HttpClient`. - **Bug Fixes** - Improved error handling and performance tracking in `Socket` methods. - Adjusted imports for better compatibility and error handling. - **Refactor** - Updated Node.js versions in CI workflow. - Revised `exports` and `scripts` in `package.json` for better consistency. - Simplified `subscribe` function in diagnostics channel. - **Chores** - Removed outdated configurations from `.eslintrc`. - Updated TypeScript compiler options in `tsconfig.json`. - **Documentation** - Linked license section to `contributors-img` in `README.md`. - **Tests** - Refined import paths and added new imports for better error handling in test files. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * use undici v6 ([#514](#514)) ([989d228](989d228))
1 parent 989d228 commit f0007c9

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/node-modules/urllib/compare/v3.25.1...v4.0.0) (2024-06-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
<!-- This is an auto-generated comment: release notes by coderabbit.ai
13+
-->
14+
15+
## Summary by CodeRabbit
16+
17+
- **New Features**
18+
- Updated dynamic badge for contributors in `README.md`.
19+
- Enhanced form data handling in `HttpClient`.
20+
21+
- **Bug Fixes**
22+
- Improved error handling and performance tracking in `Socket` methods.
23+
- Adjusted imports for better compatibility and error handling.
24+
25+
- **Refactor**
26+
- Updated Node.js versions in CI workflow.
27+
- Revised `exports` and `scripts` in `package.json` for better
28+
consistency.
29+
- Simplified `subscribe` function in diagnostics channel.
30+
31+
- **Chores**
32+
- Removed outdated configurations from `.eslintrc`.
33+
- Updated TypeScript compiler options in `tsconfig.json`.
34+
35+
- **Documentation**
36+
- Linked license section to `contributors-img` in `README.md`.
37+
38+
- **Tests**
39+
- Refined import paths and added new imports for better error handling
40+
in test files.
41+
42+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
43+
44+
### Features
45+
46+
* use undici v6 ([#514](https://github.com/node-modules/urllib/issues/514)) ([989d228](https://github.com/node-modules/urllib/commit/989d2280e3d6cec0902a32560dbf7a8a0a307043))
47+
348
## [3.25.1](https://github.com/node-modules/urllib/compare/v3.25.0...v3.25.1) (2024-06-01)
449

550

0 commit comments

Comments
 (0)