Skip to content

Releases: tomphttp/bare-server-node

v2.0.1

Choose a tag to compare

@e9x e9x released this 01 Sep 23:49
c9ab819
  • fixed crashing

v2.0.0

Choose a tag to compare

@e9x e9x released this 14 Jun 14:59
08c538e
  • V3 support

v1.2.6

Choose a tag to compare

@e9x e9x released this 26 May 22:33
b002c39
  • Support for NodeJS v20

v1.2.3

Choose a tag to compare

@e9x e9x released this 24 Jan 01:44
63a59ba
  • 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

Choose a tag to compare

@e9x e9x released this 23 Nov 20:42
5fbea92
  • 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

v1.2.1 Pre-release
Pre-release

Choose a tag to compare

@e9x e9x released this 23 Nov 20:38
4e38008

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