Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate ruma to 0.12.0 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 15, 2022

This PR contains the following updates:

Package Type Update Change
ruma (source) dependencies minor 0.2.0 -> 0.12.0

Release Notes

ruma/ruma (ruma)

v0.12.0: ruma 0.12.0

Compare Source

  • The unstable-exhaustive-types cargo feature was replaced by the ruma_unstable_exhaustive_types compile-time cfg setting. Like all cfg settings, it can be enabled at compile-time with the RUSTFLAGS environment variable, or inside .cargo/config.toml. It can also be enabled by setting the RUMA_UNSTABLE_EXHAUSTIVE_TYPES environment variable.

v0.11.1: ruma 0.11.1

Compare Source

No changes for this version

v0.11.0: ruma 0.11.0

Compare Source

  • The compat-key-id cargo feature was renamed to compat-server-signing-key-version.

v0.10.1: ruma 0.10.1

Compare Source

Upgrade ruma-events to 0.28.1.

v0.10.0: ruma 0.10.0

Compare Source

  • Bump MSRV to 1.75
  • The http crate had a major version bump to version 1.1
  • The client-isahc feature was removed
  • Most ruma crates had breaking changes, refer to their changelogs for more details

v0.9.4: ruma 0.9.4

Compare Source

Upgrade ruma-events and re-export its new unstable-msc4075 feature.

v0.9.3: ruma 0.9.3

Compare Source

Upgrade ruma-client-api and re-export its new unstable-msc3983 feature.

v0.9.2: ruma 0.9.2

Compare Source

Upgrade ruma-events and re-export its new unstable-msc3401 feature.

v0.9.1: ruma 0.9.1

Compare Source

This release only exists to regenerate documentation to pull in the latest version of ruma-events for the events module.

v0.9.0: ruma 0.9.0

Compare Source

  • Bump MSRV to 1.70

v0.8.2: ruma 0.8.2

Compare Source

Please refer to the changelogs of:

  • ruma-common 0.11.3
  • ruma-client-api 0.16.1
  • ruma-federation-api 0.7.1
  • ruma-identifiers-validation 0.9.1

v0.8.1: ruma 0.8.1

Compare Source

Add the server-util feature, which activates a re-export of the new ruma_server_util crate under ruma::server_util.

v0.8.0: ruma 0.8.0

Compare Source

Please refer to the changelogs of:

  • ruma-common 0.11.0
  • ruma-appservice-api 0.8.0
  • ruma-client-api 0.16.0
  • ruma-federation-api 0.7.0
  • ruma-server-util 0.1.0
  • ruma-state-res 0.9.0

v0.7.4: ruma 0.7.4

Compare Source

Improvements:

  • Fix missing re-exports from ruma-common
  • Upgrade ruma-client-api minimum version to 0.15.1

v0.7.3: ruma 0.7.3

Compare Source

Upgrades ruma-common minimum version to 0.10.3.

v0.7.2: ruma 0.7.2

Compare Source

Upgrades ruma-common minimum version to 0.10.2.

v0.7.1: ruma 0.7.1

Compare Source

Upgrades ruma-common minimum version to 0.10.1.

v0.7.0: ruma 0.7.0

Compare Source

Breaking changes:

  • The receipt module is no longer exported.
    • ReceiptType has been split into two types under events and api::client.

v0.6.4: ruma 0.6.4

Compare Source

Bug fixes:

  • Fix rich reply fallback generated by the convenience methods of RoomMessageEventContent
    • Fixes an incompatibility with Element Web

v0.6.3: ruma 0.6.3

Compare Source

Bug fixes:

  • Fix serialization and deserialization of events with a dynamic event_type

Improvements:

  • Add From<&UserId> and From<&OwnedUserId> implementations for UserIdentifier
  • Add UserIdentifier::email constructor

v0.6.2: ruma 0.6.2

Compare Source

Improvements:

  • Add StrippedPowerLevelsEvent::power_levels
  • Add (Sync)RoomMemberEvent::membership
  • Export events::room::member::Change
    • Prior to this, you couldn't actually do anything with the membership_change functions on various member event types

v0.6.1: ruma 0.6.1

Compare Source

Improvements:

  • Re-export ruma-commons js Cargo feature

v0.6.0: ruma 0.6.0

Compare Source

Please refer to the changelogs of:

  • ruma-common 0.9.0
  • ruma-client-api 0.14.0
  • ruma-federation-api 0.5.0
  • ruma-identity-service-api 0.5.0
  • ruma-state-res 0.7.0

v0.5.0: ruma 0.5.0

Compare Source

Please refer to the changelogs of:

  • ruma-identifiers 0.21.0 and 0.22.0
  • ruma-common 0.7.0 and 0.8.0
  • ruma-events 0.25.0 and 0.26.0
  • ruma-appservice-api 0.5.0
  • ruma-client-api 0.13.0
  • ruma-federation-api 0.4.0
  • ruma-identity-service-api 0.4.0
  • ruma-push-gateway-api 0.4.0
  • ruma-client 0.8.0
  • ruma-serde 0.6.0
  • ruma-signatures 0.10.0
  • ruma-state-res 0.6.0

v0.4.0: ruma 0.4.0

Compare Source

Breaking changes:

  • Upgrade ruma-state-res to 0.4.0
    • If you are not using state-res, there is no need to upgrade

v0.3.0: ruma 0.3.0

Compare Source

Breaking changes:

  • Upgrade sub-crates. The relevant breaking changes can be found in the changelogs of
    • ruma-events 0.24.1 (0.24.0 was yanked)
    • ruma-appservice-api 0.4.0
    • ruma-client-api 0.12.0
    • ruma-federation-api 0.3.0
    • ruma-identity-service-api 0.3.0
    • ruma-push-gateway-api 0.3.0
    • ruma-signatures 0.9.0
    • ruma-state-res 0.3.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ruma-0.x branch 9 times, most recently from 08a838f to 95e47a7 Compare August 4, 2022 09:58
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 95e47a7 to 34a900c Compare September 12, 2022 19:33
@renovate renovate bot changed the title Update Rust crate ruma to 0.6.4 Update Rust crate ruma to 0.7.0 Sep 12, 2022
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 34a900c to b187c7a Compare September 14, 2022 21:59
@renovate renovate bot changed the title Update Rust crate ruma to 0.7.0 Update Rust crate ruma to 0.7.1 Sep 14, 2022
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from b187c7a to cee72b9 Compare September 16, 2022 11:20
@renovate renovate bot changed the title Update Rust crate ruma to 0.7.1 Update Rust crate ruma to 0.7.3 Sep 16, 2022
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from cee72b9 to fd52031 Compare September 21, 2022 18:33
@renovate renovate bot changed the title Update Rust crate ruma to 0.7.3 Update Rust crate ruma to 0.7.4 Sep 21, 2022
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from fd52031 to ec32590 Compare March 16, 2023 07:00
@renovate renovate bot changed the title Update Rust crate ruma to 0.7.4 Update Rust crate ruma to 0.8.2 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from ec32590 to 6580ea0 Compare March 21, 2023 15:15
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 6580ea0 to bcd9fc4 Compare October 5, 2023 20:00
@renovate renovate bot changed the title Update Rust crate ruma to 0.8.2 Update Rust crate ruma to 0.9.0 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from bcd9fc4 to 9a5d827 Compare October 12, 2023 16:20
@renovate renovate bot changed the title Update Rust crate ruma to 0.9.0 Update Rust crate ruma to 0.9.1 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 9a5d827 to 5154b9a Compare October 19, 2023 21:00
@renovate renovate bot changed the title Update Rust crate ruma to 0.9.1 Update Rust crate ruma to 0.9.2 Oct 19, 2023
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 5154b9a to fef9faa Compare December 1, 2023 17:31
@renovate renovate bot changed the title Update Rust crate ruma to 0.9.2 Update Rust crate ruma to 0.9.4 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from fef9faa to 366e734 Compare May 5, 2024 10:49
@renovate renovate bot changed the title Update Rust crate ruma to 0.9.4 Update Rust crate ruma to 0.9.0 May 5, 2024
Copy link
Author

renovate bot commented May 5, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package ruma@0.2.0 --precise 0.9.4
    Updating crates.io index
error: failed to select a version for the requirement `ruma = "^0.2.0"`
candidate versions found which didn't match: 0.9.4
location searched: crates.io index
required by package `matrix-sdk v0.3.0`
    ... which satisfies dependency `matrix-sdk = "^0.3.0"` (locked to 0.3.0) of package `matrixbot v0.1.6 (/tmp/renovate/repos/github/w3f/matrixbot-ack)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 366e734 to ce512b4 Compare May 9, 2024 12:44
@renovate renovate bot changed the title Update Rust crate ruma to 0.9.0 Update Rust crate ruma to 0.10.0 May 9, 2024
Copy link
Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package ruma@0.2.0 --precise 0.12.0
    Updating crates.io index
error: failed to select a version for the requirement `ruma = "^0.2.0"`
candidate versions found which didn't match: 0.12.0
location searched: crates.io index
required by package `matrix-sdk v0.3.0`
    ... which satisfies dependency `matrix-sdk = "^0.3.0"` (locked to 0.3.0) of package `matrixbot v0.1.6 (/tmp/renovate/repos/github/w3f/matrixbot-ack)`

@renovate renovate bot force-pushed the renovate/ruma-0.x branch from ce512b4 to 193cc6b Compare October 27, 2024 10:33
@renovate renovate bot changed the title Update Rust crate ruma to 0.10.0 Update Rust crate ruma to 0.11.0 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/ruma-0.x branch from 193cc6b to a2f2023 Compare December 16, 2024 13:16
@renovate renovate bot changed the title Update Rust crate ruma to 0.11.0 Update Rust crate ruma to 0.12.0 Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants