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

37 lines
974 B
Markdown
Raw Permalink Normal View History

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