All Versions
10
Latest Version
Avg Release Cycle
2 days
Latest Release
1727 days ago

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 implementing Deserialize and
      0️⃣ Serialize with default-features = false + features = ["serde", …]
  • v0.17.3 Changes

    August 08, 2020

    🐛 Bug fixes:

    • 🛠 Fix key_algorithms::{DeviceKeyAlgorithm, ServerKeyAlgorithm} not implementing Deserialize 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
  • v0.17.2 Changes

    August 08, 2020

    🐛 Bug fixes:

    • 🔖 Fix RoomVersionId::is_version_6 actually checking for version 5
    • 🛠 Fix TryFrom implementations for RoomVersionId, which previously returned
      RoomVersionId::Custom for the input 6

    👌 Improvements:

    • ➕ Add macros to construct identifiers with compile-time validation
  • 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]
  • v0.2.0-alpha.1

    July 29, 2020
  • v0.0.3 Changes

    August 08, 2020

    💥 Breaking Changes:

    • Replace RoomV3Pdu with ruma_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,