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

4.0 Milestone #3644

Open
14 of 29 tasks
popomore opened this issue Apr 24, 2019 · 93 comments
Open
14 of 29 tasks

4.0 Milestone #3644

popomore opened this issue Apr 24, 2019 · 93 comments
Assignees
Milestone

Comments

@popomore
Copy link
Member

popomore commented Apr 24, 2019

Feature

Breaking changes

Node.js

  • Drop generator function support
  • Drop Node.js < 20.x support, need to support CommonJS require ESM feature

HttpClient

  • Remove DNSCacheHttpClient
  • Remove HttpClientNext
  • upgrade urllib to v4

Logger

  • set config.logger.enablePerformanceTimer = true by default
  • set config.logger.enableFastContextLogger = true by default

Other

Release

  • Maybe October, 2019
  • 2022年8月8日发布全新的框架内核 Artus,发音「阿图斯」 内核还是 egg-core,不会改动。
  • egg 4.0:正在 ts 重构中,预计 2024年下半年发布
@atian25 atian25 pinned this issue Apr 24, 2019
@atian25
Copy link
Member

atian25 commented May 6, 2019

egg-mock / egg-bin / egg-scripts / egg-cluster drop support of Node 6.x genertor, use async function.

@unclexiao
Copy link

What is Egg Cloud, It sounds great! Can you make a briefly introduce for it ?

@atian25
Copy link
Member

atian25 commented May 7, 2019

What is Egg Cloud, It sounds great! Can you make a briefly introduce for it ?

you could image it as an upper framework for cloud, including some powerful plugins.

cc @gxcsoccer

@qingdengyue
Copy link

qingdengyue commented May 10, 2019

  1. ES Modules is Experimental even if Node v12.2.0. So use babel or native support?
  2. Support Docker. Provide docker image in docker hub when release new egg version? Provide egg's health check mechanism for docker health check?

@fengmk2
Copy link
Member

fengmk2 commented May 10, 2019

Support ES Modules

I think is allow user to use egg module in ES Module way, but egg itself still common module by default.

@ZQun
Copy link

ZQun commented Jul 17, 2019

Is this the Egg Cloud?

@beiyu98
Copy link

beiyu98 commented Aug 28, 2019

hope more better ts support

@fengmk2
Copy link
Member

fengmk2 commented Aug 29, 2019

I see the keywords: Cloud Native and ServerLess.

@xiaotan0305
Copy link

Existing versions of typescript often fail to make breakpoints for debugging, and the new version should consider optimizing typescript support.

@alickmail
Copy link

Better Single Process In Docker <- cool! looking forward to this =]

@GodsWati
Copy link

How long will it take for version 3.0?

@buzai
Copy link

buzai commented Dec 25, 2019

CLI插件系统 是什么?想要pm2的功能,想要更简化的日志系统

@fengqy800
Copy link

How long will it take for version 3.0? @atian25

@callmez

This comment has been minimized.

@tong3jie
Copy link

原生的typescript没有吗?没有装饰器很遗憾啊

@echofly
Copy link

echofly commented Feb 27, 2020

ts重构一波啊!老弟!

@zcong1993
Copy link

any update?

@xuxucode
Copy link
Contributor

any progress?

@callmez
Copy link

callmez commented Mar 10, 2020

when they want start...

@xuxucode
Copy link
Contributor

"Maybe October, 2019" = No deadline, even never

@shinji3887
Copy link

shinji3887 commented Mar 14, 2020

这项目现在还有人维护吗?feature里面的Better Single Process In Docker和我之前提的proposal #4190 描述的是一致的?何时可以支持?

@callmez
Copy link

callmez commented Mar 15, 2020

维护呀 只是bug修复 功能性的就算了吧

@muzaisimao
Copy link

2020年了, egg 3.0有新进展了么?😂

fengmk2 added a commit to eggjs/bin that referenced this issue Dec 17, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to eggjs/schedule that referenced this issue Dec 17, 2024
BREAKING CHANGE: 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**
- Introduced a new `Boot` class for managing agent lifecycle and
scheduling.
- Added `Schedule` and `ScheduleWorker` classes for managing scheduled
tasks.
- Implemented `AllStrategy` and `WorkerStrategy` classes for scheduling
strategies.
- Added TypeScript support with updated interfaces and types for
scheduling functionality.

- **Bug Fixes**
- Updated changelog to reflect a bug fix ensuring schedules execute
after the application is ready.

- **Documentation**
	- Updated `README.md` to reflect package renaming and TypeScript usage.
	- Enhanced documentation with new sections and improved formatting.

- **Chores**
- Removed outdated files and configurations related to previous
implementations.
- Transitioned project to TypeScript with updated configurations and
module syntax.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
fengmk2 pushed a commit to eggjs/schedule that referenced this issue Dec 17, 2024
[skip ci]

## [5.0.0](v4.0.1...v5.0.0) (2024-12-17)

### ⚠ 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**
- Introduced a new `Boot` class for managing agent lifecycle and
scheduling.
- Added `Schedule` and `ScheduleWorker` classes for managing scheduled
tasks.
- Implemented `AllStrategy` and `WorkerStrategy` classes for scheduling
strategies.
- Added TypeScript support with updated interfaces and types for
scheduling functionality.

- **Bug Fixes**
- Updated changelog to reflect a bug fix ensuring schedules execute
after the application is ready.

- **Documentation**
	- Updated `README.md` to reflect package renaming and TypeScript usage.
	- Enhanced documentation with new sections and improved formatting.

- **Chores**
- Removed outdated files and configurations related to previous
implementations.
- Transitioned project to TypeScript with updated configurations and
module syntax.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* support cjs and esm both by tshy ([#62](#62)) ([04742eb](04742eb))
fengmk2 added a commit to eggjs/watcher that referenced this issue Dec 17, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to node-modules/sdk-base that referenced this issue Dec 18, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to node-modules/sdk-base that referenced this issue Dec 18, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 pushed a commit to node-modules/sdk-base that referenced this issue Dec 18, 2024
[skip ci]

## [5.0.0](v4.2.1...v5.0.0) (2024-12-18)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* support cjs and esm both by tshy ([#23](#23)) ([cde6773](cde6773))
fengmk2 added a commit to eggjs/watcher that referenced this issue Dec 18, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

## Summary by CodeRabbit

- **New Features**
- Introduced new configuration files for managing watcher settings in
different environments (default, local, unittest).
- Added a new `Boot` class to manage application lifecycle and watcher
initialization.
- Implemented `Watcher` class for monitoring file changes with event
handling.
- Added `DevelopmentEventSource` and `DefaultEventSource` classes for
specific event source management.

- **Bug Fixes**
- Enhanced path handling in various modules to ensure correct file
watching functionality.

- **Documentation**
	- Updated `README.md` with project name change and improved structure.

- **Tests**
- Introduced new unit tests for watcher functionality and refactored
existing test files to improve clarity and structure.

- **Chores**
- Removed deprecated configuration files and streamlined project
structure.
	- Updated TypeScript configuration for stricter type-checking.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
fengmk2 pushed a commit to eggjs/watcher that referenced this issue Dec 18, 2024
[skip ci]

## 1.0.0 (2024-12-18)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

## Summary by CodeRabbit

- **New Features**
- Introduced new configuration files for managing watcher settings in
different environments (default, local, unittest).
- Added a new `Boot` class to manage application lifecycle and watcher
initialization.
- Implemented `Watcher` class for monitoring file changes with event
handling.
- Added `DevelopmentEventSource` and `DefaultEventSource` classes for
specific event source management.

- **Bug Fixes**
- Enhanced path handling in various modules to ensure correct file
watching functionality.

- **Documentation**
	- Updated `README.md` with project name change and improved structure.

- **Tests**
- Introduced new unit tests for watcher functionality and refactored
existing test files to improve clarity and structure.

- **Chores**
- Removed deprecated configuration files and streamlined project
structure.
	- Updated TypeScript configuration for stricter type-checking.

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

### Features

* [BREAK CHANGE]  use cluster-client ([#2](#2)) ([90a8b47](90a8b47))
* add event source event logs ([#9](#9)) ([b351795](b351795))
* pass custom options ([#4](#4)) ([cf9fcac](cf9fcac))
* support cjs and esm both by tshy ([#14](#14)) ([c80fea0](c80fea0))

### Bug Fixes

* should support watch one file multiple times ([#6](#6)) ([6d84e21](6d84e21))
* spell error on watcher.js ([#13](#13)) ([9ab2eed](9ab2eed))
fengmk2 pushed a commit to eggjs/watcher that referenced this issue Dec 18, 2024
[skip ci]

## [4.0.0](v3.1.1...v4.0.0) (2024-12-18)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

## Summary by CodeRabbit

- **New Features**
- Introduced new configuration files for managing watcher settings in
different environments (default, local, unittest).
- Added a new `Boot` class to manage application lifecycle and watcher
initialization.
- Implemented `Watcher` class for monitoring file changes with event
handling.
- Added `DevelopmentEventSource` and `DefaultEventSource` classes for
specific event source management.

- **Bug Fixes**
- Enhanced path handling in various modules to ensure correct file
watching functionality.

- **Documentation**
	- Updated `README.md` with project name change and improved structure.

- **Tests**
- Introduced new unit tests for watcher functionality and refactored
existing test files to improve clarity and structure.

- **Chores**
- Removed deprecated configuration files and streamlined project
structure.
	- Updated TypeScript configuration for stricter type-checking.

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

### Features

* support cjs and esm both by tshy ([#14](#14)) ([c80fea0](c80fea0))
fengmk2 added a commit to node-modules/muk-prop.js that referenced this issue Dec 20, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to node-modules/muk-prop.js that referenced this issue Dec 20, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 pushed a commit to node-modules/muk-prop.js that referenced this issue Dec 20, 2024
[skip ci]

## 1.0.0 (2024-12-20)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* add isMocked method to check if the member of the object is mocked ([986493c](986493c))
* reset package ([6779edb](6779edb))
* support cjs and esm both by tshy ([#2](#2)) ([49d3982](49d3982))
* support mock prop with getter setter ([fent#4](https://github.com/node-modules/muk-prop.js/issues/4)) ([0ba2ae2](0ba2ae2))

### Bug Fixes

* can't redefine process.env when node<4 ([7de27b7](7de27b7)), closes [nodejs/node#2999](nodejs/node#2999)
* clear mock cache when restore ([790b26c](790b26c))
* hasOwnProperty not found ([5e40063](5e40063))
* muk can mock accessor descriptor now ([73001d7](73001d7))
* should check process.env ([1cefede](1cefede))
fengmk2 added a commit to node-modules/mm that referenced this issue Dec 20, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to node-modules/mm that referenced this issue Dec 20, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 pushed a commit to node-modules/mm that referenced this issue Dec 20, 2024
[skip ci]

## [4.0.0](v3.4.0...v4.0.0) (2024-12-20)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

### Features

* support cjs and esm both by tshy ([#61](#61)) ([f1eadcc](f1eadcc))
fengmk2 added a commit to eggjs/supertest that referenced this issue Dec 21, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to eggjs/supertest that referenced this issue Dec 21, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

## Summary by CodeRabbit

- **New Features**
- Introduced a new `TestAgent` class for enhanced HTTP and HTTP/2
requests.
	- Added a new `Request` class to facilitate server requests.
	- Implemented a new `AssertError` class for improved error handling.
	- Created new GitHub Actions workflows for CI and package publishing.

- **Documentation**
- Updated the `README.md` to reflect rebranding to `@eggjs/supertest`
and revised installation instructions.

- **Bug Fixes**
	- Enhanced error handling and type safety in tests.

- **Chores**
	- Removed outdated configuration files and unnecessary dependencies.
	- Updated TypeScript configuration for stricter type checking.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
fengmk2 pushed a commit to eggjs/supertest that referenced this issue Dec 21, 2024
[skip ci]

## [8.0.0](v7.0.0...v8.0.0) (2024-12-21)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

## Summary by CodeRabbit

- **New Features**
- Introduced a new `TestAgent` class for enhanced HTTP and HTTP/2
requests.
	- Added a new `Request` class to facilitate server requests.
	- Implemented a new `AssertError` class for improved error handling.
	- Created new GitHub Actions workflows for CI and package publishing.

- **Documentation**
- Updated the `README.md` to reflect rebranding to `@eggjs/supertest`
and revised installation instructions.

- **Bug Fixes**
	- Enhanced error handling and type safety in tests.

- **Chores**
	- Removed outdated configuration files and unnecessary dependencies.
	- Updated TypeScript configuration for stricter type checking.

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

### Features

* support cjs and esm both by tshy ([#1](#1)) ([09fb755](09fb755))
fengmk2 added a commit to node-modules/pedding that referenced this issue Dec 22, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257
fengmk2 added a commit to node-modules/pedding that referenced this issue Dec 22, 2024
BREAKING CHANGE: drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

- **New Features**
- Introduced new workflows for continuous integration, package
publishing, and release management.
- Added TypeScript support with a new configuration file and strict
type-checking.
- New `pending` function implemented for managing callback execution
limits.
  
- **Bug Fixes**
- Corrected function name from `pedding` to `pending` in usage examples.

- **Documentation**
	- Updated `README.md` with new badges and improved usage examples.
	- Added MIT License to the project.

- **Chores**
- Removed outdated files and configurations, including `.jshintignore`,
`.travis.yml`, `AUTHORS`, and `component.json`.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
fengmk2 pushed a commit to node-modules/pedding that referenced this issue Dec 22, 2024
[skip ci]

## [2.0.0](v1.1.0...v2.0.0) (2024-12-22)

### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

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

- **New Features**
- Introduced new workflows for continuous integration, package
publishing, and release management.
- Added TypeScript support with a new configuration file and strict
type-checking.
- New `pending` function implemented for managing callback execution
limits.

- **Bug Fixes**
- Corrected function name from `pedding` to `pending` in usage examples.

- **Documentation**
	- Updated `README.md` with new badges and improved usage examples.
	- Added MIT License to the project.

- **Chores**
- Removed outdated files and configurations, including `.jshintignore`,
`.travis.yml`, `AUTHORS`, and `component.json`.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

### Features

* support cjs and esm both by tshy ([#6](#6)) ([d2352dc](d2352dc))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests