Releases: JulianSchmid/someip-parse-rs
Releases · JulianSchmid/someip-parse-rs
v0.6.2 Allow to discard unknown SD option
What's Changed
- Upgrade to codecove v4 action by @JulianSchmid in #17
- Allow to discard unknown SD option by @rus0000 in #16
- Correct CI error by @JulianSchmid in #18
New Contributors
Full Changelog: v0.6.1...v0.6.2
v0.6.1 Correct version in Readme (no implementation changes)
What's Changed
- Add missing asserts to tests by @JulianSchmid in #14
- Corrected version in Readme and lib.rs by @JulianSchmid in #15
Full Changelog: v0.6.0...v0.6.1
v0.6.0 Add timestamp to TpPool & minor improvements and accessors
What's Changed
- Increment version to 0.6.0 by @JulianSchmid in #11
- Migrate coverage script from etherparse by @JulianSchmid in #12
- Add timestamp to TpPool & minor improvements and accessors by @JulianSchmid in #13
Full Changelog: v0.5.0...v0.6.0
v0.5.0 SOMEIP SD, TP Reconstruction and switching to MIT or Apache 2.0 license
What's Changed
- Add someip service discovery module by @marcelbuesing in #2
- Extend CI: fmt and clippy by @flxo in #5
- Service Discovery Improvement Pass by @JulianSchmid in #3
- Add TP reconstruction & a bunch of cleanup by @JulianSchmid in #7
- Switched from BSD to MIT or Apache 2.0 as license by @JulianSchmid in #8
- Add minimum rust version to Cargo.toml by @JulianSchmid in #9
- Update year in MIT license by @JulianSchmid in #10
Full Changelog: 0.4.0...v0.5.0
Add convenience fns for method and event id
Convenience methods event_id
& method_id
added to SomeIpHeader
and SomeIpHeaderSlice
.
Thanks @marcelbuesing for the pull request and implementation.
Readme badge links corrected
0.3.1 Increment version for release
Removed byteorder dependency and optimized slice
0.3.0 Appveyor: Removed broken msvc beta builds
Added support for TP headers
SOMEIP TP headers (transporting large SOME/IP messages) are now supported. TP headers allow a payload to be split up in different udp packets. This can be required if the payload size exceeds the maximum allowed size.
This release also adds some documentation, bug fixes, interface restructuring.
Initial release
0.1.0 Update README.md