All Versions
10
Latest Version
Avg Release Cycle
2 days
Latest Release
1045 days ago
Changelog History
Changelog History
-
v0.22.0-alpha.1
July 29, 2020 -
v0.17.4 Changes
August 08, 2020๐ Bug fixes:
- ๐ Fix key algorithm serde (de)serialization
- ๐ Fix
key_algorithms::{DeviceKeyAlgorithm, ServerKeyAlgorithm}
not implementingDeserialize
and
0๏ธโฃSerialize
withdefault-features = false
+features = ["serde", โฆ]
-
v0.17.3 Changes
August 08, 2020๐ Bug fixes:
- ๐ Fix
key_algorithms::{DeviceKeyAlgorithm, ServerKeyAlgorithm}
not implementingDeserialize
and
0๏ธโฃSerialize
with the default feature set- This bug was introduced in 0.17.2
- This problem still persists with
default-features = false
+features = ["serde", โฆ]
, but
there was never a reason to use ruma-identifiers like that
- ๐ Fix
-
v0.17.2 Changes
August 08, 2020๐ Bug fixes:
- ๐ Fix
RoomVersionId::is_version_6
actually checking for version 5 - ๐ Fix
TryFrom
implementations forRoomVersionId
, which previously returned
RoomVersionId::Custom
for the input6
๐ Improvements:
- โ Add macros to construct identifiers with compile-time validation
- ๐ Fix
-
v0.17.0-alpha.1
July 29, 2020 -
v0.10.0-alpha.1
July 29, 2020 -
v0.2.3
July 29, 2020 -
v0.2.0 Changes
July 24, 2020๐ฅ Breaking changes:
- ๐ Make most types defined by the crate
#[non_exhaustive]
- ๐ Make most types defined by the crate
-
v0.2.0-alpha.1
July 29, 2020 -
v0.0.3 Changes
August 08, 2020๐ฅ Breaking Changes:
- Replace
RoomV3Pdu
withruma_events::pdu::{Pdu, PduStub}
.
๐ Improvements:
โ Add endpoints:
authorization::get_event_authorization::v1, membership::create_join_event::v2, openid::get_openid_userinfo::v1, query::get_profile_information::v1, transactions::send_transaction_message::v1,
- Replace