Skip to content

Releases: eggjs/egg

2018-11-17, Version 2.14.0 @dead-horse

16 Nov 14:30
Compare
Choose a tag to compare

Notable changes

  • features

    • add create anonymous context to agent
    • support server timeout
  • fixes

    • curl: allow request timeout bigger than agent timeout
    • triggerServerDidReady should be triggered only once

Commits

2018-11-16, Version 1.17.0 @dead-horse

16 Nov 13:54
Compare
Choose a tag to compare

Notable changes

fetures

  • add create anonymous context to agent

Commits

2018-11-07, Version 2.13.0 @mansonchor

07 Nov 06:35
Compare
Choose a tag to compare

Notable changes

  • feature

    • emit event when runInBackground catch error
  • perf

    • better TypeScript support
  • docs

    • supplement documentation

Commits

2018-10-08, Version 2.12.0 @dead-horse

10 Oct 05:33
085e980
Compare
Choose a tag to compare

Notable changes

  • feature

    • add Subscription base class on app instance
  • fix

    • upgrade to egg-logger@2, don't write log when stream was destroyed.
    • pin [email protected] to avoid output deprecate message
  • docs

    • corrected lots documentation errors, thanks @Maledong
    • use egg-logger definition

Commits

2018-10-08, Version 1.16.2 @dead-horse

09 Oct 04:22
Compare
Choose a tag to compare

Notable changes

fixes

  • upgrade to egg-logger@2, don't write log when stream was destroyed
  • pin [email protected] to avoid output deprecate message

Commits

2018-09-19, Version 2.11.2 @XadillaX

19 Sep 05:07
Compare
Choose a tag to compare

Notable changes

  • fix

    • typescript: add missing 'ignore', 'match'
  • refactor

    • separate dumping config object and config file

Commits

2018-09-11, Version 2.11.0 @atian25

12 Sep 03:11
6f5bf3d
Compare
Choose a tag to compare

Notable changes

  • feature

    • support boot lifecyle, see #2520 and loader docs

    • dnshttpclient now use async function instead of Promise

  • fix

    • don't log when rawPacket is empty
  • docs

Commits

2018-09-11, Version 1.16.1 @atian25

12 Sep 03:10
06e05da
Compare
Choose a tag to compare

Notable changes

fixes

  • config.allowDebugAtProd default to false

Commits

2018-08-06, Version 2.10.0 @fengmk2

12 Sep 03:11
Compare
Choose a tag to compare

Notable changes

  • feature

    • allow runInBackground reuse on plugins
    • use Math.floor instead of parseInt
  • fix

    • use cache-content-type
  • docs

    • add lifecyle doc
    • add sequelize guide
    • add allowDebugAtProd in document
    • egg-scripts support windows
    • schedule add env description
    • more document and typings improvement

Commits

2018-08-06, Version 1.16.0 @fengmk2

12 Sep 03:10
Compare
Choose a tag to compare

Notable changes

features

  • allow runInBackground reuse on plugins

fixes

  • add ms dependencies

Commits