Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 2.14 KB

iceoryx2-unreleased.md

File metadata and controls

76 lines (55 loc) · 2.14 KB

iceoryx2 v?.?.?

Full Changelog

Features

  • Deadline property for event services #573
  • Use 'std_instead_of_core' clippy warning #579
  • Use 'std_instead_of_alloc' and 'alloc_instead_of_core' clippy warning #581

Bugfixes

  • Corrupted services are removed when they are part of a dead node #458
  • Remove stale shm state files in Windows #458
  • Completion queue capacity exceeded when history > buffer #571
  • Increase max supported shared memory size in Windows that restricts the maximum supported payload size #575

Refactoring

  • Example text #1

Workflow

  • Example text #1

New API features

  • Add simplified attribute value accessors #590

API Breaking Changes

  1. Example

    // old
    let fuu = hello().is_it_me_you_re_looking_for()
    
    // new
    let fuu = hypnotoad().all_glory_to_the_hypnotoad()