We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27f8f7 commit a9ce3f6Copy full SHA for a9ce3f6
crates/matrix-sdk/CHANGELOG.md
@@ -113,6 +113,12 @@ simpler methods:
113
`CsrfToken`.
114
- The `error` field of `AuthorizationError` uses an error type from the oauth2
115
crate rather than one from mas-oidc-client.
116
+- [**breaking**]: `OidcSessionTokens` and `MatrixSessionTokens` have been merged
117
+ into `SessionTokens`. Methods to get and watch session tokens are now
118
+ available directly on `Client`.
119
+ `(MatrixAuth/Oidc)::session_tokens_stream()`, can be replaced by
120
+ `Client::subscribe_to_session_changes()` and then calling
121
+ `Client::session_tokens()` on a `SessionChange::TokenRefreshed`.
122
123
## [0.10.0] - 2025-02-04
124
0 commit comments