Skip to content

0.12.2

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 06:21
· 32 commits to main since this release

Added

  • The Content-Length header, in outgoing POST requests, to allow validation and memory pre-allocation in the receiving server
  • Validation of the Content-Length header against MaxRequestBodySize (if specified), instead of reading response[:MaxRequestBodySize], trying to parse it and failing if truncated

Removed

Nothing!

Bug Fixes, Performance and Maintenance

  • Followed users list is now faster because it uses the new feed table to sort followed users by latest activity, and the page contents are streamed while reading result rows
  • Fix for harmless warnings about inability to send the response, when generating a cached response