Skip to content

Release v0.3.2

Choose a tag to compare

@github-actions github-actions released this 30 Sep 04:22
· 60 commits to dev since this release
49f2697

Added

  • Path Parameter Routing
    • Integrated path-tree for improved route management and support for path parameters in IPC server.
  • New Dependencies
    • Added url, form_urlencoded, and path-tree crates for robust URL and path parsing.

Changed

  • Standard Library URL Parsing
    • Replaced custom URL decoding logic with standard library parsing using the url crate.
  • RequestContext Improvements
    • Refactored to include path parameters and use standard query parameter parsing.
  • Server Configuration Enhancements
    • Added max_header_size to server config and increased default header size limit.
  • Feature Flags
    • IPC server feature now enables path-tree by default.
  • Code Cleanup
    • Removed unused code and legacy URL decoding module.
  • Test Updates
    • Updated and removed tests related to custom URL decoding.

Fixed

  • Bugfixes
    • Improved header size handling and request parsing robustness.
    • Fixed configuration defaults and enhanced error handling for request parsing.