0.2.0
Pre-release
Pre-release
Starting to get some good feedback on the protocol and APIs, so some improvements were made.
Breaking changes
You might need to add + Send + Sync + 'static
to your Box<dyn Diagnostic>
usages now, since Diagnostic
no longer constrains on any of them.
Additionally, Diagnostic::help()
, Diagnostic::code()
, and SpanContents
have had signature changes that you'll need to adapt to.