Skip to content

Releases: eggjs/egg

2022-09-23, Version 3.3.0 @fengmk2

24 Sep 07:07
43fc860
Compare
Choose a tag to compare

Notable Changes

  • features
    • Support config serverGracefulIgnoreCode to ignore error avoid process exit when uncatch error emit
      See node-modules/graceful#13

Commits

2022-09-21, Version 3.2.0 @fengmk2

21 Sep 08:25
6a24fd8
Compare
Choose a tag to compare

Notable Changes

features

others

2022-08-28, Version 3.1.0 @fengmk2

21 Sep 08:24
64dd9fe
Compare
Choose a tag to compare

Notable Changes

  • features
    • Support urllib@3 by config.httpclient.useHttpClientNext = true, see #4847

Commits

2022-08-21, Version 3.0.0 @fengmk2

21 Sep 08:24
ff1850f
Compare
Choose a tag to compare

Notable Changes

features

  • Drop Node.js 8, 10, 12 supports, this release is a LTS version for egg@2, see #3644 (comment)

2022-06-17, Version 2.36.0 @atian25

17 Jun 07:13
a895b51
Compare
Choose a tag to compare

Notable Changes

features

  • should log unfinished timing item

Commits

2022-04-01, Version 2.35.0 @mansonchor

01 Apr 02:13
5b9d77d
Compare
Choose a tag to compare

Notable Changes

features

others

2021-11-15, Version 2.32.0 @atian25

15 Nov 06:23
277948d
Compare
Choose a tag to compare

Notable Changes

  • features
    • handle ENETUNREACH error on httpclient

Commits

2021-10-18, Version 2.31.0 @killagu

15 Nov 06:22
192d42b
Compare
Choose a tag to compare

Notable Changes

  • typing
    • support ssrf typing in config

Commits

2021-08-09, Version 2.30.0 @mansonchor

09 Aug 01:58
bf68f81
Compare
Choose a tag to compare

Notable Changes

  • features

    • support disableDNSCache in one request even though config set to enableDNSCache: true
  • docs

    • update ts docs, add missing zh-CN doc
    • typo fix

Commits

2021-04-13, Version 2.29.4 @popomore

09 Aug 01:57
74d8613
Compare
Choose a tag to compare

Notable Changes

  • fixes
    • remove internal interval handler when close agent
  • docs
    • Added english doc to how-to-migrate-from-1.x, Thx @ZixiaoWang
    • typo improvement

Commits