v0.1.0
Pre-release
Pre-release
This release is the first in a series from the v0.1.x milestone. I tried to fix the concurrent connection handling and sudden freezes when testing GatwayD using psql
command. This is unstable as is, and it needs more time to fix the underlying problem. There original issue presented two major problems:
- Small buffer sizes caused the truncation of the result from the server, hence
psql
would consider it as chunked response and wait forever, hence freezing. - The previous event flow was erroneous. Connection handling and closing is the second major problem. Aborting the connection abruptly causes the clients to wait forever, hence freezing or abnormal behavior.
I will revisit this throughout the current milestone, and will try to fix it and make it more stable.
What's Changed
Full Changelog: v0.0.9...v0.1.0