Update SVR.JS to 3.15.7 and 3.14.18 LTS
This commit is contained in:
parent
59c1e5a396
commit
20563f7cc6
2 changed files with 26 additions and 3 deletions
|
@ -4,6 +4,29 @@ excerpt: Learn more about changes introduced in various SVR.JS versions.
|
||||||
date: 2023-12-21 17:10:14
|
date: 2023-12-21 17:10:14
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## SVR.JS 3.15.7
|
||||||
|
_Released in August 26, 2024_
|
||||||
|
* Fix bug in getting public IP address without crypto support.
|
||||||
|
* Fix bug in partial content serving functionality.
|
||||||
|
* Fix bug in the factory reset function.
|
||||||
|
* Fix bug in the IP address match function.
|
||||||
|
* Fix bug in the URL parser with href attribute of a parsed URL missing a port number.
|
||||||
|
* Fix bug with config.json read errors being undefined.
|
||||||
|
* Fix bugs in the block list.
|
||||||
|
* Main process crashes no longer display as worker crashes.
|
||||||
|
* Server crashes now results in exit code of 1 if no exit code is not specified.
|
||||||
|
* Updated dependencies.
|
||||||
|
|
||||||
|
## SVR.JS 3.14.18 LTS
|
||||||
|
_Released in August 26, 2024_
|
||||||
|
* Fix bug in getting public IP address without crypto support.
|
||||||
|
* Fix bug in the factory reset function.
|
||||||
|
* Fix bug in the IP address match function.
|
||||||
|
* Fix bug with config.json read errors being undefined.
|
||||||
|
* Fix bugs in the block list.
|
||||||
|
* Server crashes now results in exit code of 1 if no exit code is not specified.
|
||||||
|
* Updated dependencies.
|
||||||
|
|
||||||
## SVR.JS 3.15.6
|
## SVR.JS 3.15.6
|
||||||
_Released in August 7, 2024_
|
_Released in August 7, 2024_
|
||||||
* Added new config.json property - optOutOfStatisticsServer.
|
* Added new config.json property - optOutOfStatisticsServer.
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Main page
|
||||||
date: 2024-01-21 19:41:01
|
date: 2024-01-21 19:41:01
|
||||||
layout: index-page
|
layout: index-page
|
||||||
sitemap: false
|
sitemap: false
|
||||||
svrjsversion: 3.15.6
|
svrjsversion: 3.15.7
|
||||||
---
|
---
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-content-column">
|
<div class="hero-content-column">
|
||||||
|
@ -13,11 +13,11 @@ svrjsversion: 3.15.6
|
||||||
<p>Host a webpage, run server-side JavaScript, use mods to expand server functionality, or use it as a forward or reverse proxy — all in SVR.JS! SVR.JS is a web server that runs on top of Node.JS, thus enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. SVR.JS can run not only on Node.JS but also in Bun (experimental support).</p>
|
<p>Host a webpage, run server-side JavaScript, use mods to expand server functionality, or use it as a forward or reverse proxy — all in SVR.JS! SVR.JS is a web server that runs on top of Node.JS, thus enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. SVR.JS can run not only on Node.JS but also in Bun (experimental support).</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="maindownloads" id="command-tab-other">
|
<div class="maindownloads" id="command-tab-other">
|
||||||
<a href="https://downloads.svrjs.org/svr.js.3.15.6.zip" class="styled-button">Download SVR.JS 3.15.6</a>
|
<a href="https://downloads.svrjs.org/svr.js.3.15.7.zip" class="styled-button">Download SVR.JS 3.15.7</a>
|
||||||
<div class="download-separator">
|
<div class="download-separator">
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<a href="https://downloads.svrjs.org/svr.js.3.14.17.zip" class="styled-button">Download SVR.JS 3.14.17 LTS</a>
|
<a href="https://downloads.svrjs.org/svr.js.3.14.18.zip" class="styled-button">Download SVR.JS 3.14.18 LTS</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="otherdls">
|
<div class="otherdls">
|
||||||
<a href="https://downloads.svrjs.org/installer">
|
<a href="https://downloads.svrjs.org/installer">
|
||||||
|
|
Reference in a new issue