All Versions
10
Latest Version
Avg Release Cycle
2 days
Latest Release
1379 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,