Update RedBrick, GreenRhombus and OrangeCircle SVR.JS mods

This commit is contained in:
Dorian Niemiec 2024-05-03 16:15:17 +02:00
parent da8cdc3ade
commit 10cdc137be
4 changed files with 15 additions and 3 deletions

View file

@ -3,6 +3,10 @@ title: GreenRhombus change log
date: 2024-02-16 20:10:14
---
## GreenRhombus 1.0.7
* Fixed mojibake in response, when SVR.JS is running on Bun
## GreenRhombus 1.0.6
* Fixed FastCGI connections not closing properly, when SVR.JS is running on Bun

View file

@ -7,9 +7,9 @@ SVR.JS has these official SVR.JS mods:
* [**Berno**](https://downloads.svrjs.org/mods/berno.ssi.1.1.0.tar.gz) - SSI (Server-Side Includes) engine (**not maintained**). ***Latest version: 1.1.0***
* [**easy-waf integration**](https://downloads.svrjs.org/mods/easywaf.integration.1.2.4.tar.gz) - WAF (web application firewall) mod. ***Latest version: 1.2.4***
* [**forward-proxy-mod**](https://downloads.svrjs.org/mods/forward-proxy-mod.1.0.0.tar.gz) - mod, that enables SVR.JS to do forward proxy functionality. ***Latest version: 1.0.0***
* [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.6.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.6***
* [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.0.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.0***
* [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.1.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.1***
* [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.7.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.7***
* [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.1.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.1***
* [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.2.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.2***
* [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.4.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.4***
* [**YellowSquare**](https://downloads.svrjs.org/mods/yellowsquare.jsgi.1.1.3.tar.gz) - JSGI (JavaScript Gateway Interface) engine. ***Latest version: 1.1.3***

View file

@ -3,6 +3,10 @@ title: OrangeCircle change log
date: 2024-01-29 20:21:43
---
## OrangeCircle 1.2.1
* Fixed mojibake in response, when SVR.JS is running on Bun
## OrangeCircle 1.2.0
* Reduced buffer memory leaks.

View file

@ -3,6 +3,10 @@ title: RedBrick change log
date: 2024-01-29 20:21:43
---
## RedBrick 2.6.2
* Fixed mojibake in response, when SVR.JS is running on Bun
## RedBrick 2.6.1
* Fixed "write after end" crashes.