Skip to content

Releases: azu/request-filtering-agent

v2.0.1

31 Oct 01:08
@azu azu
a663735
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Oct 05:59
@azu azu
6e8455e
Compare
Choose a tag to compare

What's Changed

request-filtering-agent v2.0.0 support Node.js 18+ and drop support for Node.js 12, 14, 16.

Version Node.js 12 Node.js 14 Node.js 16 Node.js 18 Node.js 20
v1.x.x Support Support Support Support Not Support
v2.0.0 No Support No Support No Support Support Support

Breaking Changes

  • fix: support Node.js 20 by @azu in #16
  • BREAKING CHANGE: Drop Node.js 12, 14, 16 support by @azu in #17

v2.0.0 fixes following error on Node.js 20+

Uncaught Error: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

and, remove following method and option.

Most users can simply upgrade without any problems.

CI

  • CI: update ubuntu-18.04 to ubuntu-latest by @azu in #14

Full Changelog: v1.1.2...v2.0.0

v1.1.2

04 Jul 21:59
@azu azu
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

24 Apr 14:14
@azu azu
Compare
Choose a tag to compare

Features

  • added functionality to stop request even if socket is closed (#12) (fe8d2b2)

v1.0.7

20 Jul 08:36
@azu azu
Compare
Choose a tag to compare

Bug Fixes

v1.0.6

04 Jun 14:09
@azu azu
Compare
Choose a tag to compare
1.0.6

v1.0.5

04 Jul 04:02
@azu azu
Compare
Choose a tag to compare
1.0.5

1.0.4

05 Sep 13:17
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • lib: user ipaddr.js instead of ip (ef8c769) #2 #3
    • It is related IPv6 bypass

Thanks @Mik317

1.0.3

29 Aug 14:48
@azu azu
Compare
Choose a tag to compare
1.0.3

1.0.2

29 Aug 13:10
@azu azu
Compare
Choose a tag to compare

Features

  • options: add allowMetaIPAddress option (188668e)