Skip to content

Latest commit

 

History

History
208 lines (138 loc) · 6.49 KB

History.md

File metadata and controls

208 lines (138 loc) · 6.49 KB

1.13.0 / 2017-12-05

features

1.12.6 / 2017-11-21

fixes

1.12.5 / 2017-11-16

fixes

others

1.12.4 / 2017-10-29

others

1.12.3 / 2017-10-12

fixes

1.12.2 / 2017-09-28

fixes

1.12.1 / 2017-09-22

fixes

1.12.0 / 2017-09-14

features

1.11.2 / 2017-09-13

features

others

1.11.1 / 2017-09-11

fixes

1.11.0 / 2017-09-08

features

others

1.10.0 / 2017-09-07

others

1.9.2 / 2017-08-30

fixes

1.9.1 / 2017-08-28

  • fix: sleep 100ms to make sure SIGTERM send to the child processes (#37)
  • test: fix test that should mock the default port (#38)

1.9.0 / 2017-07-27

  • feat: add listen config (#34)
  • refactor: disable console (#36)
  • deps: upgrade eslint (#35)
  • refactor: set agent worker and app worker console level (#33)
  • deps: upgrade dependencies (#32)

1.8.0 / 2017-06-12

  • feat: use graceful-process to refactor app and agent worker (#30)
  • test: sleep 20s to wait for agent process start (#29)

1.7.0 / 2017-06-09

  • feat: reduce info logs on local env (#28)

1.6.4 / 2017-05-28

  • fix: agent should exit on disconnect event whatever master kill with SIGKILL (#27)

1.6.3 / 2017-05-22

  • fix: fix typo (#24)
  • fix: start error should log what happend (#26)
  • fix: fix deperated api (#25)
  • deps: upgrade dependencies (#22)

1.6.2 / 2017-03-22

  • fix: should print logger when agent start error (#20)

1.6.1 / 2017-03-03

  • fix: sticky logic error (#19)
  • feat: use egg-utils (#18)

1.6.0 / 2017-03-01

  • feat: add options framework (#17)

1.5.0 / 2017-02-21

  • feat: exit when error emitted during start (#16)

1.4.0 / 2017-02-13

  • feat:add sticky cluster mode (#14)
  • test: add test for agent debug port (#13)

1.3.0 / 2017-01-20

  • feat: get clusterPort (#12)

1.2.0 / 2016-12-26

  • feat: npm publish files limit (#10)

1.1.0 / 2016-12-20

  • deps: upgrade dependencies
  • refactor: options should be passed through
  • feat: print env when start (#8)

1.0.0 / 2016-10-12

  • feat: exit if worker start timeout (#6)

0.2.0 / 2016-10-12

  • feat: when debug mode, master should exit when worker die (#7)
  • test: fix testcase (#5)

0.1.0 / 2016-08-16

  • feat: [BREAKING_CHANGE] master won't load config (#4)
  • test: add test cases (#3)

0.0.4 / 2016-07-16

  • fix: remove antx loader (#2)

0.0.3 / 2016-07-16

  • fix: loader version (#1)
  • fix: logger

0.0.2 / 2016-07-15

  • init code