This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs-website/source/orangecircle-changelog.md

64 lines
1.4 KiB
Markdown

---
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.
* Improved performace by using streams after the header processing.
* Prevented server crashes caused by header write errors
## OrangeCircle 1.1.3
* All responses with Location header are now 3xx redirects.
## OrangeCircle 1.1.2
* OrangeCircle no longer sets *AUTH_TYPE* and *REMOTE_USER* environment variables, when 401 code is not specified in SVR.JS configuration.
## OrangeCircle 1.1.1
* Fixed bug with URLs containing URL-encoded characters.
## OrangeCircle 1.1.0
* Removed "DorianTech" from _mod.info_ file.
* OrangeCircle no longer crashes when broken SVR.JS config is loaded.
* Changed error handling.
## OrangeCircle 1.0.7
* Fixed OrangeCircle not working in external web root setups.
## OrangeCircle 1.0.6
* Fixed bug with *REMOTE_PORT* environment variable.
## OrangeCircle 1.0.5
* Added support for *SERVER_ADMIN* environment variable.
## OrangeCircle 1.0.4
* Added support for "\n\r" line endings in CGI response.
## OrangeCircle 1.0.3
* Added _HTTPS_ environment variable support.
## OrangeCircle 1.0.2
* Mitigated configuration file leakage vulnerability in Windows.
## OrangeCircle 1.0.1
* Improved the error handling.
## OrangeCircle 1.0.0
* First OrangeCircle release.