egg

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

MIT License

Downloads
93.4K
Stars
18.8K
Committers
220

Bot releases are hidden (Show)

egg - 2022-09-28, Version 3.3.3 @fengmk2

Published by fengmk2 about 2 years ago

Notable Changes

  • fixes
    • Allow override HttpClientNext

Commits

egg - 2022-09-27, Version 3.3.2 @atian25

Published by atian25 about 2 years ago

Notable Changes

Commits

egg - 2022-09-23, Version 3.3.0 @fengmk2

Published by fengmk2 about 2 years ago

Notable Changes

Commits

egg - 2022-09-21, Version 3.2.0 @fengmk2

Published by atian25 about 2 years ago

Notable Changes

features

others

egg - 2022-08-28, Version 3.1.0 @fengmk2

Published by atian25 about 2 years ago

Notable Changes

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

Commits

egg - 2022-08-21, Version 3.0.0 @fengmk2

Published by atian25 about 2 years ago

Notable Changes

features

egg - 2022-06-17, Version 2.36.0 @atian25

Published by atian25 over 2 years ago

Notable Changes

features

  • should log unfinished timing item

Commits

egg - 2022-04-01, Version 2.35.0 @mansonchor

Published by mansonchor over 2 years ago

Notable Changes

features

others

egg - 2021-11-15, Version 2.32.0 @atian25

Published by atian25 almost 3 years ago

Notable Changes

  • features
    • handle ENETUNREACH error on httpclient

Commits

egg - 2021-10-18, Version 2.31.0 @killagu

Published by atian25 almost 3 years ago

Notable Changes

  • typing
    • support ssrf typing in config

Commits

egg - 2021-08-09, Version 2.30.0 @mansonchor

Published by mansonchor about 3 years ago

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

egg - 2021-04-13, Version 2.29.4 @popomore

Published by mansonchor about 3 years ago

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

egg - 2021-02-19, Version 2.29.3 @killa

Published by killagu over 3 years ago

Notable Changes

  • fixes
    • fix ctx body typing

Commits

egg - 2021-02-18, Version 2.29.2 @killa

Published by killagu over 3 years ago

Notable Changes

  • fixes
    • fix query typing
    • add overrideIgnore define

Commits

egg - 2020-10-19, Version 2.29.1 @atian25

Published by atian25 about 4 years ago

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

egg - 2020-09-23, Version 2.29.0 @atian25

Published by atian25 about 4 years ago

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

egg - 2020-09-08, Version 2.28.0 @atian25

Published by atian25 about 4 years ago

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

egg - 2020-09-08, Version 1.21.0 @atian25

Published by atian25 about 4 years ago

Notable Changes

  • feature
    • egg 1.x support cookies config init

Commits

egg - 2020-06-29, Version 2.27.0 @killa

Published by atian25 about 4 years ago

Notable Changes

  • typings

  • fix curl type

  • export EggLogger/EggHttpClient/EggContextHttpClient

  • docs

  • update docs about how to extends ctx.helper

Commits

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

Published by dead-horse over 4 years ago

Notable Changes

  • fixes

  • runInBackground always run after setImmediate

  • docs

  • imporve docs

  • imporve typings

Commits