Skip to content

0.17.0

Compare
Choose a tag to compare
@tmds tmds released this 18 Apr 10:26
· 32 commits to main since this release
51e6dca

Main feature:
The focus of this release is improve trimming/NativeAOT support in the protocol library. Non-compatible members have been annotated and obsoleted. The library adds AOT-friendly types for reading and writing variants: VariantValue and Variant.

Other changes:

  • Protocol: add MethodContext.RequestAborted (#273)
  • Protocol: throw DisconnectedException when trying to use a not-AutoConnect connection that got disconnected (#266)
  • Tool: if there is an exception, print the interface XML that triggered it (#269)