Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.82 KB

iceoryx2-v0.2.1.md

File metadata and controls

49 lines (35 loc) · 1.82 KB

iceoryx2 v0.2.1

Full Changelog

Features

  • macOS Platform support #51
  • Services with the same name for different messaging patterns are supported #16

Bugfixes

  • Fix undefined behavior in FixedSizeByteString::new_unchecked #61
  • Fix suffix of static config #66
  • Interpret non-existing service directory as no existing services #63

Refactoring

  • Rename char in platform to C_char #54
  • Set reasonable Rust min version to 1.70 and verify it with additional CI targets #72

Workflow

  • add cargo audit for security vulnerability checking in dependencies #48

New API features

  • Add FixedSizeByteString::from_bytes_truncated #56
  • Add Deref, DerefMut, Clone, Eq, PartialEq and extend_from_slice to (FixedSize)Vec #58
  • MessagingPattern implements Display #64

Thanks To All Contributors Of This Version