Skip to content

v0.1.3

Compare
Choose a tag to compare
@mihai-dinculescu mihai-dinculescu released this 24 Oct 19:36
· 13 commits to main since this release

Changed

  • SimConnect::get_next_dispatch will now return an error of type SimConnectError::UnimplementedMessageType instead of panicking on unrecognized notification types.
  • SimConnect::get_next_dispatch will now return an error of type SimConnectError::SimConnectException instead of Notification::Exception.
  • SimConnectError::SimConnectUnrecognizedEvent has been renamed to SimConnectError::UnimplementedEventType.
  • #[non_exhaustive] has been added to the SimConnectError and Notification enums.
  • The tracing information has been adjusted to be at the info and debug levels instead of info.