Releases: MXWXZ/actix-cloud
Releases · MXWXZ/actix-cloud
v0.4.1
v0.4.0
New
generate_response
now support custom import prefix.- Feature:
all
.
Fix
actix_cloud::main
can be used as re-export.chrono
is re-exported.- Middleware error can be handled correctly.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Breaking changes
Logger::init
no longer consumes builder.GlobalState::logger
is now optional.LoggerBuilder::start
will return a guard to consume all logs when dropped.Router
now usesChecker
trait to configure the checker.MemoryDB
is now wrapped withArc
.SessionStore
is now object safe.Extension
is now wrapped withArc
.
New
- utils:
load_rustls_config
. - Feature:
seaorm
,csrf
. MemoryDB
now supportskeys
anddels
.request::Middleware
now supportstrace_header
for trace id.Extension::lang
can be identified through the custom callback.Session
now 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
Error
is usinganyhow::Error
as the backend.StopHandle
is renamed toServerHandle
.GlobalState
is now object safe.memorydb
is 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