Releases: DK26/fast-text-server
Releases · DK26/fast-text-server
Fast-Text-Server 0.2.0 Alpha
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
Fast-Webhooks 0.1.4 Alpha
- Improved string normalization for MIME header parsing.
- New Endpoints:
/decode_quoted_printable
/decode_quoted_printable/{charset}
/decode_auto
/decode_auto/{charset}
Fast-Webhooks 0.1.3 Alpha
- Fixed: MIME parsing edge case for multiple lines merged into a single one.
Fast-Webhooks 0.1.2 Alpha
- Fixed: MIME parse edge case where unable to properly convert from clear text encoded characters
\x
and\u
when mixed withB
andQ
encoded lines.
Fast-Webhooks 0.1.1 Alpha
- Completed all configuration options in
cfg.toml
+ Comments. - Added command line arguments for each configuration + Help.
- Improved:
/decode_mime_subject
can now handle edge cases. - Added: the
/decode_mime_subject_rfc822
endpoint for standard RFC-822 MIME headers. - Added logger (Default logging level
Info
).
Fast-Webhooks
Fast-Webhooks
An extremely fast and minimalist REST API server for textual manipulations.
Built and programmed for speed, using Rust and Actix-Web.
Post
/unescape
/unescape/{encoding}
/decode_base64
/decode_base64/{encoding}
/decode_mime_subject
/regex_capture_group