租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

179 lines
5.1 KiB

2 months ago
  1. 3.5.3 / 2024-05-08
  2. ==================
  3. **fixes**
  4. * [[`d1e789f`](http://github.com/node-modules/agentkeepalive/commit/d1e789fa83c9e636514ea297876c82d7968496cc)] - fix: use Object.assign (#117) (fengmk2 <<suqian.yf@antgroup.com>>)
  5. **others**
  6. * [[`1b8393d`](http://github.com/node-modules/agentkeepalive/commit/1b8393ddd9896b14e5c68cef71d01548c41d9f2a)] - chore: add latest-3 tag (fengmk2 <<fengmk2@gmail.com>>)
  7. 3.5.2 / 2018-10-19
  8. ==================
  9. **fixes**
  10. * [[`5751fc1`](http://github.com/node-modules/agentkeepalive/commit/5751fc1180ed6544602c681ffbd08ca66a0cb12c)] - fix: sockLen being miscalculated when removing sockets (#60) (Ehden Sinai <<cixel@users.noreply.github.com>>)
  11. 3.5.1 / 2018-07-31
  12. ==================
  13. **fixes**
  14. * [[`495f1ab`](http://github.com/node-modules/agentkeepalive/commit/495f1ab625d43945d72f68096b97db723d4f0657)] - fix: add the lost npm files (#66) (Henry Zhuang <<zhuanghengfei@gmail.com>>)
  15. 3.5.0 / 2018-07-31
  16. ==================
  17. **features**
  18. * [[`16f5aea`](http://github.com/node-modules/agentkeepalive/commit/16f5aeadfda57f1c602652f1472a63cc83cd05bf)] - feat: add typing define. (#65) (Henry Zhuang <<zhuanghengfei@gmail.com>>)
  19. **others**
  20. * [[`28fa062`](http://github.com/node-modules/agentkeepalive/commit/28fa06246fb5103f88ebeeb8563757a9078b8157)] - docs: add "per host" to description of maxFreeSockets (tony-gutierrez <<tony.gutierrez@bluefletch.com>>)
  21. * [[`7df2577`](http://github.com/node-modules/agentkeepalive/commit/7df25774f00a1031ca4daad2878a17e0539072a2)] - test: run test on node 10 (#63) (fengmk2 <<fengmk2@gmail.com>>)
  22. 3.4.1 / 2018-03-08
  23. ==================
  24. **fixes**
  25. * [[`4d3a3b1`](http://github.com/node-modules/agentkeepalive/commit/4d3a3b1f7b16595febbbd39eeed72b2663549014)] - fix: Handle ipv6 addresses in host-header correctly with TLS (#53) (Mattias Holmlund <<u376@m1.holmlund.se>>)
  26. **others**
  27. * [[`55a7a5c`](http://github.com/node-modules/agentkeepalive/commit/55a7a5cd33e97f9a8370083dcb041c5552f10ac9)] - test: stop timer after test end (fengmk2 <<fengmk2@gmail.com>>)
  28. 3.4.0 / 2018-02-27
  29. ==================
  30. **features**
  31. * [[`bc7cadb`](http://github.com/node-modules/agentkeepalive/commit/bc7cadb30ecd2071e2b341ac53ae1a2b8155c43d)] - feat: use socket custom freeSocketKeepAliveTimeout first (#59) (fengmk2 <<fengmk2@gmail.com>>)
  32. **others**
  33. * [[`138eda8`](http://github.com/node-modules/agentkeepalive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` params description (#55) (Hongcai Deng <<admin@dhchouse.com>>)
  34. 3.3.0 / 2017-06-20
  35. ==================
  36. * feat: add statusChanged getter (#51)
  37. * chore: format License
  38. 3.2.0 / 2017-06-10
  39. ==================
  40. * feat: add expiring active sockets
  41. * test: add node 8 (#49)
  42. 3.1.0 / 2017-02-20
  43. ==================
  44. * feat: timeout support humanize ms (#48)
  45. 3.0.0 / 2016-12-20
  46. ==================
  47. * fix: emit agent socket close event
  48. * test: add remove excess calls to removeSocket
  49. * test: use egg-ci
  50. * test: refactor test with eslint rules
  51. * feat: merge _http_agent.js from 7.2.1
  52. 2.2.0 / 2016-06-26
  53. ==================
  54. * feat: Add browser shim (noop) for isomorphic use. (#39)
  55. * chore: add security check badge
  56. 2.1.1 / 2016-04-06
  57. ==================
  58. * https: fix ssl socket leak when keepalive is used
  59. * chore: remove circle ci image
  60. 2.1.0 / 2016-04-02
  61. ==================
  62. * fix: opened sockets number overflow maxSockets
  63. 2.0.5 / 2016-03-16
  64. ==================
  65. * fix: pick _evictSession to httpsAgent
  66. 2.0.4 / 2016-03-13
  67. ==================
  68. * test: add Circle ci
  69. * test: add appveyor ci build
  70. * refactor: make sure only one error listener
  71. * chore: use codecov
  72. * fix: handle idle socket error
  73. * test: run on more node versions
  74. 2.0.3 / 2015-08-03
  75. ==================
  76. * fix: add default error handler to avoid Unhandled error event throw
  77. 2.0.2 / 2015-04-25
  78. ==================
  79. * fix: remove socket from freeSockets on 'timeout' (@pmalouin)
  80. 2.0.1 / 2015-04-19
  81. ==================
  82. * fix: add timeoutSocketCount to getCurrentStatus()
  83. * feat(getCurrentStatus): add getCurrentStatus
  84. 2.0.0 / 2015-04-01
  85. ==================
  86. * fix: socket.destroyed always be undefined on 0.10.x
  87. * Make it compatible with node v0.10.x (@lattmann)
  88. 1.2.1 / 2015-03-23
  89. ==================
  90. * patch from iojs: don't overwrite servername option
  91. * patch commits from joyent/node
  92. * add max sockets test case
  93. * add nagle algorithm delayed link
  94. 1.2.0 / 2014-09-02
  95. ==================
  96. * allow set keepAliveTimeout = 0
  97. * support timeout on working socket. fixed #6
  98. 1.1.0 / 2014-08-28
  99. ==================
  100. * add some socket counter for deep monitor
  101. 1.0.0 / 2014-08-13
  102. ==================
  103. * update _http_agent, only support 0.11+, only support node 0.11.0+
  104. 0.2.2 / 2013-11-19
  105. ==================
  106. * support node 0.8 and node 0.10
  107. 0.2.1 / 2013-11-08
  108. ==================
  109. * fix socket does not timeout bug, it will hang on life, must use 0.2.x on node 0.11
  110. 0.2.0 / 2013-11-06
  111. ==================
  112. * use keepalive agent on node 0.11+ impl
  113. 0.1.5 / 2013-06-24
  114. ==================
  115. * support coveralls
  116. * add node 0.10 test
  117. * add 0.8.22 original https.js
  118. * add original http.js module to diff
  119. * update jscover
  120. * mv pem to fixtures
  121. * add https agent usage