Skip to content

Releases: eggjs/egg

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

2019-07-17, Version 2.23.0 @atian25

19 Jul 05:46
Compare
Choose a tag to compare

Notable changes

  • features

    • error message rewrite when it has only a getter
  • fixes

    • handleRequest method should return a promise
    • more log for bodyParser
  • docs

    • httpclient upload files
    • typings improve

2019-04-30, Version 2.22.2 @atian25

30 Apr 04:27
f2a7ad9
Compare
Choose a tag to compare

👏🥚👏👏🥚👏

Notable changes

  • fixes
    • optimize declaration of httpclient

Commits

2019-04-29, Version 2.22.1 @atian25

29 Apr 08:44
e8dc7db
Compare
Choose a tag to compare

Notable changes

  • fixes
    • should restore agent messenger first

Commits

2019-04-29, Version 2.22.0 @atian25

29 Apr 01:14
Compare
Choose a tag to compare

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