Skip to content

Releases: JulianSchmid/someip-parse-rs

v0.6.2 Allow to discard unknown SD option

23 Sep 06:09
7e472ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1 Correct version in Readme (no implementation changes)

13 Nov 20:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0 Add timestamp to TpPool & minor improvements and accessors

13 Nov 20:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0 SOMEIP SD, TP Reconstruction and switching to MIT or Apache 2.0 license

05 Nov 15:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...v0.5.0

Add convenience fns for method and event id

12 Oct 16:31
Compare
Choose a tag to compare

Convenience methods event_id & method_id added to SomeIpHeader and SomeIpHeaderSlice.

Thanks @marcelbuesing for the pull request and implementation.

Readme badge links corrected

22 Aug 17:44
Compare
Choose a tag to compare
0.3.1

Increment version for release

Removed byteorder dependency and optimized slice

11 Aug 06:36
Compare
Choose a tag to compare
0.3.0

Appveyor: Removed broken msvc beta builds

Added support for TP headers

16 Feb 12:25
Compare
Choose a tag to compare

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

09 Sep 06:48
a1a9ad9
Compare
Choose a tag to compare
0.1.0

Update README.md