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.

161 lines
2.9 KiB

  1. 2.0.7 / 2021-05-31
  2. ==================
  3. * deps: forwarded@0.2.0
  4. - Use `req.socket` over deprecated `req.connection`
  5. 2.0.6 / 2020-02-24
  6. ==================
  7. * deps: ipaddr.js@1.9.1
  8. 2.0.5 / 2019-04-16
  9. ==================
  10. * deps: ipaddr.js@1.9.0
  11. 2.0.4 / 2018-07-26
  12. ==================
  13. * deps: ipaddr.js@1.8.0
  14. 2.0.3 / 2018-02-19
  15. ==================
  16. * deps: ipaddr.js@1.6.0
  17. 2.0.2 / 2017-09-24
  18. ==================
  19. * deps: forwarded@~0.1.2
  20. - perf: improve header parsing
  21. - perf: reduce overhead when no `X-Forwarded-For` header
  22. 2.0.1 / 2017-09-10
  23. ==================
  24. * deps: forwarded@~0.1.1
  25. - Fix trimming leading / trailing OWS
  26. - perf: hoist regular expression
  27. * deps: ipaddr.js@1.5.2
  28. 2.0.0 / 2017-08-08
  29. ==================
  30. * Drop support for Node.js below 0.10
  31. 1.1.5 / 2017-07-25
  32. ==================
  33. * Fix array argument being altered
  34. * deps: ipaddr.js@1.4.0
  35. 1.1.4 / 2017-03-24
  36. ==================
  37. * deps: ipaddr.js@1.3.0
  38. 1.1.3 / 2017-01-14
  39. ==================
  40. * deps: ipaddr.js@1.2.0
  41. 1.1.2 / 2016-05-29
  42. ==================
  43. * deps: ipaddr.js@1.1.1
  44. - Fix IPv6-mapped IPv4 validation edge cases
  45. 1.1.1 / 2016-05-03
  46. ==================
  47. * Fix regression matching mixed versions against multiple subnets
  48. 1.1.0 / 2016-05-01
  49. ==================
  50. * Fix accepting various invalid netmasks
  51. - IPv4 netmasks must be contingous
  52. - IPv6 addresses cannot be used as a netmask
  53. * deps: ipaddr.js@1.1.0
  54. 1.0.10 / 2015-12-09
  55. ===================
  56. * deps: ipaddr.js@1.0.5
  57. - Fix regression in `isValid` with non-string arguments
  58. 1.0.9 / 2015-12-01
  59. ==================
  60. * deps: ipaddr.js@1.0.4
  61. - Fix accepting some invalid IPv6 addresses
  62. - Reject CIDRs with negative or overlong masks
  63. * perf: enable strict mode
  64. 1.0.8 / 2015-05-10
  65. ==================
  66. * deps: ipaddr.js@1.0.1
  67. 1.0.7 / 2015-03-16
  68. ==================
  69. * deps: ipaddr.js@0.1.9
  70. - Fix OOM on certain inputs to `isValid`
  71. 1.0.6 / 2015-02-01
  72. ==================
  73. * deps: ipaddr.js@0.1.8
  74. 1.0.5 / 2015-01-08
  75. ==================
  76. * deps: ipaddr.js@0.1.6
  77. 1.0.4 / 2014-11-23
  78. ==================
  79. * deps: ipaddr.js@0.1.5
  80. - Fix edge cases with `isValid`
  81. 1.0.3 / 2014-09-21
  82. ==================
  83. * Use `forwarded` npm module
  84. 1.0.2 / 2014-09-18
  85. ==================
  86. * Fix a global leak when multiple subnets are trusted
  87. * Support Node.js 0.6
  88. * deps: ipaddr.js@0.1.3
  89. 1.0.1 / 2014-06-03
  90. ==================
  91. * Fix links in npm package
  92. 1.0.0 / 2014-05-08
  93. ==================
  94. * Add `trust` argument to determine proxy trust on
  95. * Accepts custom function
  96. * Accepts IPv4/IPv6 address(es)
  97. * Accepts subnets
  98. * Accepts pre-defined names
  99. * Add optional `trust` argument to `proxyaddr.all` to
  100. stop at first untrusted
  101. * Add `proxyaddr.compile` to pre-compile `trust` function
  102. to make subsequent calls faster
  103. 0.0.1 / 2014-05-04
  104. ==================
  105. * Fix bad npm publish
  106. 0.0.0 / 2014-05-04
  107. ==================
  108. * Initial release