Skip to content

Fast-Text-Server 0.2.0 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@DK26 DK26 released this 10 Apr 16:28
· 8 commits to main since this release
8b7db59

Major Changes

API

  • POST /regex_to_json - Dynamically captured named groups are returned in a JSON.

Backend

  • Upgraded HTTP platform from Actix-Web v3 to Actix-Web v4
  • As result, upgraded Tokio async-runtime from 0.2 to 1
  • Added support for more encoding types.

Misc

  • Improved commandline help menu
  • Upgrade logger
  • New log_level configuration is now available
  • Renamed old configurations to align with their new names under Actix-Web v4
  • Lots of other security related and performance upgrades and fixes