eggjs / eggjs/egg-feed-bot

Egg Feed Monthly(2019-04)

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
egg egg-bin egg-cluster egg-cookies egg-core egg-i18n egg-init egg-logrotator egg-mock egg-redis egg-schedule Monthly(2019-04)
Dominant language
JavaScript
Stars
9
Forks
0
PR merge metrics
No merged PRs in 30d

Description

# [eggjs/egg](https://github.com/eggjs/egg)

## 2019-04-30, Version 2.22.2

### Notable changes

* **fixes**
* optimize declaration of httpclient

### Commits

* [[`670ba3475`](http://github.com/eggjs/egg/commit/670ba34751af0b3869dd656064b4587affb888ec)] - fix(typings): optimize declaration of httpclient (#3665) (吖猩 <>)

## 2019-04-29, Version 2.22.1

### Notable changes

* **fixes**
* should restore agent messenger first

### Commits

* [[`04adcf93b`](http://github.com/eggjs/egg/commit/04adcf93b8f0a8c48c35015e8d2a279fc7d06b24)] - fix: should restore agent messenger first (#3658) (TZ | 天猪 <>)
* [[`99eb75398`](http://github.com/eggjs/egg/commit/99eb7539850c117d3d8b05f669cae5a9e9269be8)] - docs: fix history time (#3655) (TZ | 天猪 <>)

## 2019-04-29, Version 2.22.0

### Notable changes

* **features**
* switch httpclient to httpclient2 for retry feature
* add BaseHookClass

* **fixes**
* loadCustomLoader should be run before loadCustomApp

* **docs**
* d.ts for single mode

### Commits

* [[`d3b1cb5d9`](http://github.com/eggjs/egg/commit/d3b1cb5d9d2dd91330778966ba9813f56476a47b)] - fix: loadCustomLoader should be run before loadCustomApp (#3652) (Haoliang Gao <>)
* [[`7cc8aab02`](http://github.com/eggjs/egg/commit/7cc8aab02d89869b4ce460b2fa186aedcf00b64b)] - chore: update packages,remove 'plugin' and validations of doc generation (#3643) (Maledong <>)
* [[`bffb6448f`](http://github.com/eggjs/egg/commit/bffb6448f201ce0d61bd3a32b91f673cf5c074f4)] - docs: fix httpclient proxy (#3638) (TZ | 天猪 <>)
* [[`e7fbd68f3`](http://github.com/eggjs/egg/commit/e7fbd68f32054041b74bc860f11aca05c025c0a9)] - feat: switch httpclient to httpclient2 for retry feature (#3626) (TZ | 天猪 <>)
* [[`8bb7c7e7d`](http://github.com/eggjs/egg/commit/8bb7c7e7d59d6aeca4b2ed1eb580368dcb731a4d)] - feat: add BaseHookClass (#3581) (killa <>)
* [[`459454354`](http://github.com/eggjs/egg/commit/4594543543290a8c714fe3b9047c84578bf2f9a6)] - feat: index.d.ts添加单进程模式 (#3628) (jasine <>)
* [[`4b13a1ffb`](http://github.com/eggjs/egg/commit/4b13a1ffbed0895731bf38f72d5786d4b15f263f)] - chore: fix jsdocs (#3627) (TZ | 天猪 <>)

## 2019-04-12, Version 2.21.1

### Notable changes

* **fixes**
* Revert "feat: switch httpclient to httpclient2 for retry feature(which is a breaking change)

### Commits

* [[`89872a76f`](http://github.com/eggjs/egg/commit/89872a76fc09cefb9ff92221a5c3b9977d206f7c)] - Revert "feat: switch httpclient to httpclient2 for retry feature (#36… (#3622) (Yiyu He <>)

## 2019-04-11, Version 2.21.0

### Notable changes

* **features**
* support config.maxProxyCount to help get the real client ip
* switch httpclient to httpclient2 for retry feature

* **docs**
* add how to config egg behind a proxy
* update http_proxy usage
* change `egg-init` to `npm init egg`

### Commits

* [[`01b9588a3`](http://github.com/eggjs/egg/commit/01b9588a35ba33a7088e79f6d3e08c713c4de963)] - feat: support config.maxProxyCount to help get the real client ip (#3612) (Yiyu He <>)
* [[`eead31862`](http://github.com/eggjs/egg/commit/eead318625347bb9de8f9d7ffc6fae5ae1b33901)] - feat: switch httpclient to httpclient2 for retry feature (#3606) (TZ | 天猪 <>)
* [[`879fe93a6`](http://github.com/eggjs/egg/commit/879fe93a6dde156101318c766a3c29ca07f1e18d)] - docs: add how to config egg behind a proxy (#3614) (Yiyu He <>)
* [[`2357fbc1e`](http://github.com/eggjs/egg/commit/2357fbc1ee18cf0a8ee8692ed2d62d2224acfe3b)] - docs: remove egg-ts-helper && inspect-brk (#3603) (TZ | 天猪 <>)
* [[`e0a1d8fc6`](http://github.com/eggjs/egg/commit/e0a1d8fc6806acc0a4141bc4cf67149069bfbdf0)] - docs: change egg-init to `npm init egg` (#3588) (TZ | 天猪 <>)
* [[`763923cd7`](http://github.com/eggjs/egg/commit/763923cd76be30496fee9f733db9500c1d8188f2)] - chore: remove unused plugins.puml link (#3579) (TZ | 天猪 <>)
* [[`b1746468d`](http://github.com/eggjs/egg/commit/b1746468dae2d02aeef37f6e8d85414624c79880)] - docs(httpclient): update http_proxy usage (#3569) (TZ | 天猪 <>)

# [eggjs/egg-core](https://github.com/eggjs/egg-core)

## 2019-04-24, Version 4.17.1

**fixes**
* [[`947292c`](http://github.com/eggjs/egg-core/commit/947292c77c1e54f22af0a7a31d0bb918d8d2a70d)] - fix: ignore console instance on config meta (#211) (fengmk2 <>)

## 2019-04-24, Version 4.17.0

**features**
* [[`515d50f`](http://github.com/eggjs/egg-core/commit/515d50f59a00e1987affc8a06002d353ee926ab2)] - feat: debug middleware enter log on every request (#210) (fengmk2 <>)

## 2019-04-11, Version 4.16.2

**others**
* [[`1ba4d7c`](http://github.com/eggjs/egg-core/commit/1ba4d7ca8f137399ad10c54814a334264752a41f)] - fix(d.ts): caseStyle should return array (#209) (JimmyDaddy <>)

# [eggjs/egg-cluster](https://github.com/eggjs/egg-cluster)

## 2019-04-08, Version 1.23.2

**fixes**
* [[`de95e90`](http://github.com/eggjs/egg-cluster/commit/de95e907637aa6aa3b143e37fcccf457d9f53df8)] - fix: should destroy socket when receives an RST after the three-way handshake. (#89) (ngot <>)

# [eggjs/egg-logrotator](https://github.com/eggjs/egg-logrotator)

## 2019-04-25, Version 3.1.0

**features**
* [[`cd39697`](http://github.com/eggjs/egg-logrotator/commit/cd3969726998482df451da01eee759c883bf1552)] - feat: support relative path (#26) (TZ | 天猪 <>)

# [eggjs/egg-schedule](https://github.com/eggjs/egg-schedule)

## 2019-04-29, Version 3.6.2

**fixes**
* [[`98a0cf7`](http://github.com/eggjs/egg-schedule/commit/98a0cf78012bd138cd8b0893c1acb6527cfecf0e)] - fix: runSchedule should pass args (#47) (TZ | 天猪 <>)

**others**
* [[`77fc7d3`](http://github.com/eggjs/egg-schedule/commit/77fc7d3b46d1c57acc69cb3931241f9cb8165a38)] - docs: fix ctx ref (#46) (祝传鹏 <>)

# [eggjs/egg-i18n](https://github.com/eggjs/egg-i18n)

## 2019-04-30, Version 2.1.1

**fixes**
* [[`4d1c463`](http://github.com/eggjs/egg-i18n/commit/4d1c4638ec3551735620e384a316c68656870442)] - fix: use ctx.__setLocale to set cookie (#12) (Yiyu He <>)

**others**
* [[`cfd25db`](http://github.com/eggjs/egg-i18n/commit/cfd25db5d98bd9372a8b18a1e70207fc28ab0d7c)] - test: assert locale cookie without domain (#11) (fengmk2 <>)
* [[`99c56c4`](http://github.com/eggjs/egg-i18n/commit/99c56c480a316aaaa5ae5442575fc78e42641909)] - test: node 12 (fengmk2 <>)

## 2019-04-28, Version 2.1.0

**features**
* [[`ce59330`](http://github.com/eggjs/egg-i18n/commit/ce59330ef1dc069f43ebde29f8fe345f6a4d186e)] - feat: support ctx.locale setter (#10) (Yiyu He <>)

**others**
* [[`50322d6`](http://github.com/eggjs/egg-i18n/commit/50322d680e783b30cfed7ffb39e36d3edf2ed210)] - chore: add cookieDomain options description (#9) (fengmk2 <>)

# [eggjs/egg-mock](https://github.com/eggjs/egg-mock)

## 2019-04-10, Version 3.22.2

**fixes**
* [[`a68ca65`](http://github.com/eggjs/egg-mock/commit/a68ca6549428e6c4dc886231d7c6b7fbefab46c6)] - fix: should emit server (#98) (TZ | 天猪 <>)

# [eggjs/egg-cookies](https://github.com/eggjs/egg-cookies)

## 2019-04-28, Version 2.2.7

**fixes**
* [[`64e93e9`](http://github.com/eggjs/egg-cookies/commit/64e93e919558ee96e29de5c49d7132595e96b9b5)] - fix: empty cookie value should ignore maxAge (#17) (fengmk2 <>)

# [eggjs/egg-init](https://github.com/eggjs/egg-init)

## 2019-04-24, Version 1.17.1

**fixes**
* [[`d816803`](http://github.com/eggjs/egg-init/commit/d816803cb5ec9afcee13d7408e90414aaeaec525)] - fix: remove encoding setting to read files (#53) (Yu Wenjie <>)

## 2019-04-17, Version 1.17.0

**features**
* [[`36f2d86`](http://github.com/eggjs/egg-init/commit/36f2d86493f466a603cbd9bd40d76eab969d1e04)] - feat: question support other type from inquirer (#51) (Haoliang Gao <>)

# [eggjs/egg-bin](https://github.com/eggjs/egg-bin)

## 2019-04-28, Version 4.13.1

**others**
* [[`3665b0d`](http://github.com/eggjs/egg-bin/commit/3665b0d030258283bf8aa150019ae6214c9c85eb)] - deps: cleanup & fix high severity vulnerability (#133) (ZYSzys <<17367077526@163.com>>)

## 2019-04-23, Version 4.13.0

**features**
* [[`5c621f6`](http://github.com/eggjs/egg-bin/commit/5c621f6d6119fc0ac03b70e294e6cc18d2f88568)] - feat: should print error stack (#132) (TZ | 天猪 <>)

## 2019-04-09, Version 4.12.3

**fixes**
* [[`819d78f`](http://github.com/eggjs/egg-bin/commit/819d78fb4d8a1c13827f0e64c197e129777fe646)] - fix: debug mode detect (#130) (TZ | 天猪 <>)

**others**
* [[`f85aafb`](http://github.com/eggjs/egg-bin/commit/f85aafb8db6b5be1d1cf9cb88297747cafb96142)] - chore: update deps (#131) (TZ | 天猪 <>)

## 2019-04-04, Version 4.12.2

**fixes**
* [[`3b6819c`](http://github.com/eggjs/egg-bin/commit/3b6819ccdc1f2f6c81482f45097adfe544e6c874)] - fix: should not timeout when debugging (#129) (TZ | 天猪 <>)
* [[`fcae123`](http://github.com/eggjs/egg-bin/commit/fcae1233518d094984aac0efe6890d679da533a0)] - fix: support --workers same as egg-scripts (#127) (TZ | 天猪 <>)

# [eggjs/egg-redis](https://github.com/eggjs/egg-redis)

## 2019-04-24, Version 2.3.2

**fixes**
* [[`ce7e40e`](http://github.com/eggjs/egg-redis/commit/ce7e40eaae3f635654aaa101493e6cf4a921c6cc)] - fix: should listen redis ready event before app start (#29) (killa <>)

## 2019-04-10, Version 2.3.1

**fixes**
* [[`3b0fa5a`](http://github.com/eggjs/egg-redis/commit/3b0fa5a536517f722e94a304a7eb9e0e530a6328)] - fix(types): add multi client support for typescript (#27) (mars <>)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.