Skip to content

Releases: tomphttp/bare-server-node

v2.0.1

01 Sep 23:49
@e9x e9x
c9ab819
Compare
Choose a tag to compare
  • fixed crashing

v2.0.0

14 Jun 14:59
@e9x e9x
08c538e
Compare
Choose a tag to compare
  • V3 support

v1.2.6

26 May 22:33
@e9x e9x
b002c39
Compare
Choose a tag to compare
  • Support for NodeJS v20

v1.2.3

24 Jan 01:44
@e9x e9x
63a59ba
Compare
Choose a tag to compare
  • Added new options:
    • httpAgent & httpsAgent - You can now specify the agents used when making requests
    • lookup - You can now control the DNS lookup made if the agent doesn't handle it (called everytime except when going to direct IP addresses)
    • filterRemote - You can now block a remote based on the values (useful if you're blocking direct IP addresses)
    • family - You can now specify the IP family used when making resolutions.
    • database - You can now use a custom database for storing v1/v2 metadata.

v1.2.2

23 Nov 20:42
@e9x e9x
5fbea92
Compare
Choose a tag to compare
  • fixed build
  • --version param added

from v1.2.1:

  • Request/Upgrade leaks fixed
    This issue has in turned caused memory leaks and ridiculously high CPU usage. This leak has been unnoticed ever since the first release. Performance issues before this were dismissed as DDoS attacks or other scripts.
    Older mitigations for this include:

  • putting a memory limit on the bare server

  • running it in clusters

  • periodically restarting it

This release addresses the socket leak and therefore is the most reliable and preferred mitigation.

v1.2.1

23 Nov 20:38
@e9x e9x
4e38008
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

This build was broken and was unnoticed until it was published.