Release ruma-federation-api 0.9.0
This commit is contained in:
parent
00a332b037
commit
699053d629
@ -21,7 +21,7 @@ ruma-common = { version = "0.13.0", path = "crates/ruma-common" }
|
|||||||
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
|
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
|
||||||
ruma-client-api = { version = "0.18.0", path = "crates/ruma-client-api" }
|
ruma-client-api = { version = "0.18.0", path = "crates/ruma-client-api" }
|
||||||
ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
|
ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
|
||||||
ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
|
ruma-federation-api = { version = "0.9.0", path = "crates/ruma-federation-api" }
|
||||||
ruma-html = { version = "0.2.0", path = "crates/ruma-html" }
|
ruma-html = { version = "0.2.0", path = "crates/ruma-html" }
|
||||||
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }
|
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }
|
||||||
ruma-identity-service-api = { version = "0.9.0", path = "crates/ruma-identity-service-api" }
|
ruma-identity-service-api = { version = "0.9.0", path = "crates/ruma-identity-service-api" }
|
||||||
|
@ -1,16 +1,19 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.9.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Use `RawValue` to represent body of `/v1/send_join` request, rather than incorrectly using
|
- Use `RawValue` to represent body of `/v1/send_join` request, rather than incorrectly using
|
||||||
query parameters
|
query parameters
|
||||||
|
- The http crate had a major version bump to version 1.1
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
* Implement `From<SpaceHierarchyParentSummary>` for `SpaceHierarchyChildSummary`
|
- Implement `From<SpaceHierarchyParentSummary>` for `SpaceHierarchyChildSummary`
|
||||||
* Add unstable support for optional `via` field on the `create_invite` endpoint request from
|
- Add unstable support for optional `via` field on the `create_invite` endpoint request from
|
||||||
MSC4125 behind the `unstable-msc4125` feature.
|
MSC4125 behind the `unstable-msc4125` feature.
|
||||||
* Add unstable support for the `report_content` endpoint from MSC3843 behind the
|
- Add unstable support for the `report_content` endpoint from MSC3843 behind the
|
||||||
`unstable-msc3843` feature.
|
`unstable-msc3843` feature.
|
||||||
|
|
||||||
# 0.8.0
|
# 0.8.0
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
name = "ruma-federation-api"
|
name = "ruma-federation-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user