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.8 KiB
Markdown

---
title: OrangeCircle change log
date: 2024-01-29 20:21:43
---
## OrangeCircle 1.2.1
_Released in May 3, 2024_
* Fixed mojibake in response, when SVR.JS is running on Bun
## OrangeCircle 1.2.0
_Released in February 16, 2024_
* 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
_Released in February 11, 2024_
* All responses with Location header are now 3xx redirects.
## OrangeCircle 1.1.2
_Released in February 7, 2024_
* 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
_Released in January 29, 2024_
* Fixed bug with URLs containing URL-encoded characters.
## OrangeCircle 1.1.0
_Released in December 31, 2023_
* Removed "DorianTech" from _mod.info_ file.
* OrangeCircle no longer crashes when broken SVR.JS config is loaded.
* Changed error handling.
## OrangeCircle 1.0.7
_Released in September 15, 2023_
* Fixed OrangeCircle not working in external web root setups.
## OrangeCircle 1.0.6
_Released in September 3, 2023_
* Fixed bug with *REMOTE_PORT* environment variable.
## OrangeCircle 1.0.5
_Released in August 27, 2023_
* Added support for *SERVER_ADMIN* environment variable.
## OrangeCircle 1.0.4
_Released in August 26, 2023_
* Added support for "\n\r" line endings in CGI response.
## OrangeCircle 1.0.3
_Released in August 21, 2023_
* Added _HTTPS_ environment variable support.
## OrangeCircle 1.0.2
_Released in August 14, 2023_
* Mitigated configuration file leakage vulnerability in Windows.
## OrangeCircle 1.0.1
_Released in August 12, 2023_
* Improved the error handling.
## OrangeCircle 1.0.0
_Released in August 11, 2023_
* First OrangeCircle release.