Fast-Text-Server 0.2.0 Alpha
Pre-release
Pre-release
Major Changes
API
- POST
/regex_to_json
- Dynamically captured named groups are returned in a JSON.
Backend
- Upgraded HTTP platform from
Actix-Web v3
toActix-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