How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Blog: Volo Release 0.3.0

calendar_today December 21, 2022 person domain kitex

In Volo 0.3.0 version, in addition to regular bugfixes, we also brought several important features. Service Trait refactoring In version 0.3.0 of Volo, we refactored Service Trait to make the implementation of Service Trait easier and provide more flexibility. Specifically, we changed the definition of Service Trait from: pub trait Service < Cx , Request > { /// Responses given by the service. type Response ; /// Errors produced by the service. type Error ; /// The future response value. type Future < ‘cx > : Future < Output = Result < Self :: Response , Self :: Error » + Send + ‘cx where…

open_in_new Read original post