- Unsafe code is forbidden now
- Fixed panic from slicing unicode character in image attr braces
- Added support for FQDN addresses
- Added support for parsing ice-pacing
- Added fuzzing target
- Minimum Rust version >= 1.35
- Minimum Rust version >= 1.30.0
- Changed code coverage from kcov to tarpaulin
- Moved file parser example to examples sub directory
- Replaced cause() with source() in unit test
- Moved all unit tests into tests modules
- Unknown extensions in candidate attributes (#103)
- Reduced amount of internal clone() calls significantly
- Added dyn to error:Error impl required by more recent rust versions
- Support for anonymization to enable logging of SDP without personal information
- Quite a bit more unit testing got added
- Replaced unsupported types with errors directly in lib.rs
- Initial release
- Minimum Rust version >= 1.17.0