Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mostafa mostafa released this 19 Dec 02:25
· 1419 commits to main since this release
130bc38

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:

  1. 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.
  2. 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

  • Fix concurrent connection handling by @mostafa in #49

Full Changelog: v0.0.9...v0.1.0