Update SVR.JS to 3.15.5 and 3.14.17 LTS
This commit is contained in:
parent
9323a420d5
commit
6aa4708c0d
2 changed files with 11 additions and 3 deletions
|
@ -4,6 +4,14 @@ excerpt: Learn more about changes introduced in various SVR.JS versions.
|
|||
date: 2023-12-21 17:10:14
|
||||
---
|
||||
|
||||
## SVR.JS 3.14.17 LTS
|
||||
_Released in June 13, 2024_
|
||||
* Lifted PBKDF2 restrictions on Bun 1.1.13 and later.
|
||||
|
||||
## SVR.JS 3.15.5
|
||||
_Released in June 13, 2024_
|
||||
* Lifted PBKDF2 restrictions on Bun 1.1.13 and later.
|
||||
|
||||
## SVR.JS 3.15.4
|
||||
_Released in May 30, 2024_
|
||||
* Added cap on minimum number of workers to 12 to reduce idle memory usage.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Main page
|
|||
date: 2024-01-21 19:41:01
|
||||
layout: index-page
|
||||
sitemap: false
|
||||
svrjsversion: 3.15.4
|
||||
svrjsversion: 3.15.5
|
||||
---
|
||||
<section class="hero">
|
||||
<div class="hero-content-column">
|
||||
|
@ -13,11 +13,11 @@ svrjsversion: 3.15.4
|
|||
<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 class="maindownloads" id="command-tab-other">
|
||||
<a href="https://downloads.svrjs.org/svr.js.3.15.4.zip" class="styled-button">Download SVR.JS 3.15.4</a>
|
||||
<a href="https://downloads.svrjs.org/svr.js.3.15.5.zip" class="styled-button">Download SVR.JS 3.15.5</a>
|
||||
<div class="download-separator">
|
||||
<br />
|
||||
</div>
|
||||
<a href="https://downloads.svrjs.org/svr.js.3.14.16.zip" class="styled-button">Download SVR.JS 3.14.16 LTS</a>
|
||||
<a href="https://downloads.svrjs.org/svr.js.3.14.17.zip" class="styled-button">Download SVR.JS 3.14.17 LTS</a>
|
||||
</div>
|
||||
<div class="otherdls">
|
||||
<a href="https://downloads.svrjs.org/installer">
|
||||
|
|
Reference in a new issue