Skip to content

Releases: eggjs/egg

2020-10-19, Version 2.29.1 @atian25

20 Oct 03:25
4cfae78
Compare
Choose a tag to compare

Notable Changes

  • fixes
    • revert clear timing after ready, only disable
    • won't set keep-alive header at Node.js ^12.19.0 || >=14.8.0

Commits

2020-09-23, Version 2.29.0 @atian25

23 Sep 05:37
773df78
Compare
Choose a tag to compare

Notable Changes

  • features

    • feat: dumpconfig also dump disabled plugin
  • docs

    • csrf double cookie defense should enabled on all method
    • test case for env.EGG_APP_CONFIG
    • optimize multiple env configuration description

Commits

2020-09-08, Version 2.28.0 @atian25

08 Sep 06:53
62c6e2f
Compare
Choose a tag to compare

Notable Changes

  • features

    • clear & disable timing after ready
  • fixes

    • only set keep-alive header before Node.js 14.8.0
  • typings

    • Added missing types in HttpClientConfig
    • export EggLogger/EggHttpClient/EggContextHttpClient
  • docs

    • fixed grammatical and spelling errors
    • update compress url

Commits

2020-09-08, Version 1.21.0 @atian25

08 Sep 00:47
3b79a00
Compare
Choose a tag to compare

Notable Changes

  • feature
    • egg 1.x support cookies config init

Commits

2020-06-29, Version 2.27.0 @killa

08 Sep 00:47
333d7b8
Compare
Choose a tag to compare

Notable Changes

  • typings

  • fix curl type

  • export EggLogger/EggHttpClient/EggContextHttpClient

  • docs

  • update docs about how to extends ctx.helper

Commits

2020-05-13, Version 2.26.1 @dead-horse

13 May 12:06
4df0871
Compare
Choose a tag to compare

Notable Changes

  • fixes

  • runInBackground always run after setImmediate

  • docs

  • imporve docs

  • imporve typings

Commits

2019-12-07, Version 2.26.0 @fengmk2

13 May 12:06
191d6c5
Compare
Choose a tag to compare
  • features

Commits

2019-10-28, Version 2.25.0 @dead-horse

28 Oct 10:51
3930e45
Compare
Choose a tag to compare

Notable changes

  • features
    • support config.maxIpsCount, deprecate config.maxProxyCount
    • singleton returns client name when create client

Commits

2019-10-28, Version 1.20.0 @dead-horse

28 Oct 10:50
499555d
Compare
Choose a tag to compare

Notable changes

features

  • support config.maxIpsCount, deprecate config.maxProxyCount

Commits

2019-10-11, Version 2.24.0 @thonatos

11 Oct 06:01
c618354
Compare
Choose a tag to compare

Notable changes

  • features

    • feat: set default body-parser limitation to 1mb
  • fixes

    • app.keys getter must have a setter either
    • more log for bodyParser
  • docs

    • add opencollective to sponsors list
    • update lf url
    • fix hsts docs error
    • fix typo of socket.io
    • modify invalid links

Commits