1.5 KiB
1.5 KiB
[unreleased]
Improvements:
- The
unstable-exhaustive-typescargo feature was replaced by theruma_unstable_exhaustive_typescompile-timecfgsetting. Like allcfgsettings, it can be enabled at compile-time with theRUSTFLAGSenvironment variable, or inside.cargo/config.toml. It can also be enabled by setting theRUMA_UNSTABLE_EXHAUSTIVE_TYPESenvironment variable. PusherDataallows to set custom data for the pusher in thedatafield, due to a clarification in the spec.- The
default_payloadfield that was behind theunstable-unspecifiedwas removed. It can be added manually to the custom data.
- The
0.10.0
Upgrade ruma-events to 0.29.0.
0.9.0
Breaking changes:
- The http crate had a major version bump to version 1.1
0.8.0
No changes for this version
0.7.1
Improvements:
- Update links to the latest version of the Matrix spec
0.7.0
No changes for this version
0.6.0
Breaking changes:
- Remove
PartialEqimplementation forNotificationCounts
0.5.0
Breaking changes:
- Upgrade dependencies
0.4.0
Breaking changes:
- Upgrade dependencies
0.3.0
Breaking changes:
- Upgrade dependencies
0.2.0
Breaking changes:
- Upgrade ruma-events to 0.23.0
0.1.0
Breaking changes:
- Remove
Copyimplementation forNotificationCountsto avoid simple changes being breaking - Change
Box<RawJsonValue>to&RawJsonValuein request types - Upgrade public dependencies
0.0.1
- Add endpoint
send_event_notification::v1