Skip to content

0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 10:53
· 37 commits to main since this release

Added

  • Gemini and Gopher responses are now steamed in 16 line chunks
    • Clients that stream page contents now allow the user to start reading the page before everything is received: for example, read the post before the replies section has been received
    • The server continues to build the next response chunk while sending the previous one, instead of blocking on network every time a line is appended to the response: if latency is low enough to receive 16 lines while the server is busy building the next ones, most pages should take less time to fetch fully

Removed

Nothing!

Bug Fixes, Performance and Maintenance

Nothing!