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/greenrhombus-changelog.md

36 lines
974 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: GreenRhombus change log
date: 2024-02-16 20:10:14
---
## GreenRhombus 1.0.7
_Released in May 3, 2024_
* Fixed mojibake in response, when SVR.JS is running on Bun
## GreenRhombus 1.0.6
_Released in May 1, 2024_
* Fixed FastCGI connections not closing properly, when SVR.JS is running on Bun
## GreenRhombus 1.0.5
_Released in April 24, 2024_
* Responses are no longer swapped with each other.
## GreenRhombus 1.0.4
_Released in February 22, 2024_
* Requests are no longer intermittently dropped under load.
## GreenRhombus 1.0.3
_Released in February 21, 2024_
* Prevented "write after end" SVR.JS crashes.
## GreenRhombus 1.0.2
_Released in February 20, 2024_
* Prevented SVR.JS crashes due to the EOF of the _stderr_ stream.
## GreenRhombus 1.0.1
_Released in February 18, 2024_
* Overloaded FastCGI server now results in 429 Too Many Requests status code.
## GreenRhombus 1.0.0
_Released in February 16, 2024_
* First release