Releases: MXWXZ/actix-cloud
Releases · MXWXZ/actix-cloud
v0.4.5
Changes
- Make features to be more configurable to reduce compilation size.
Full Changelog: v0.4.4...v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
New
generate_responsenow support custom import prefix.- Feature:
all.
Fix
actix_cloud::maincan be used as re-export.chronois re-exported.- Middleware error can be handled correctly.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Breaking changes
Logger::initno longer consumes builder.GlobalState::loggeris now optional.LoggerBuilder::startwill return a guard to consume all logs when dropped.Routernow usesCheckertrait to configure the checker.MemoryDBis now wrapped withArc.SessionStoreis now object safe.Extensionis now wrapped withArc.
New
- utils:
load_rustls_config. - Feature:
seaorm,csrf. MemoryDBnow supportskeysanddels.request::Middlewarenow supportstrace_headerfor trace id.Extension::langcan be identified through the custom callback.Sessionnow support overridesession_key.
Fix
- Logger can consume all incoming logs when exited.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Breaking changes
Erroris usinganyhow::Erroras the backend.StopHandleis renamed toServerHandle.GlobalStateis now object safe.memorydbis now optional.
New
- utils:
restart. - Start/stop timestamp and server status are stored in
GlobalState::ServerHandle. - Feature:
config,request,response,traceid.
Full Changelog: v0.1.0...v0.2.0