matrix-org / vodozemac

An implementation of Olm and Megolm in pure Rust.
Apache License 2.0
155 stars 29 forks source link

feat(api)!: Remove base64 expectation for messages in the API #176

Closed MatMaul closed 2 weeks ago

MatMaul commented 2 weeks ago

All the other primitives are dealing directly with bytes I believe so this PR aligns to that.

Signed-off-by: Mathieu Velten mathieu@velten.xyz

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.35%. Comparing base (1ab6f75) to head (6425bab).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #176 +/- ## ========================================== - Coverage 90.55% 90.35% -0.21% ========================================== Files 34 34 Lines 1906 1907 +1 ========================================== - Hits 1726 1723 -3 - Misses 180 184 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

poljar commented 2 weeks ago

I tweaked the commit message a bit more, it was a bit terse for the changelog, thanks.