Docker image
Regular image:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:0ddfc88eb8d5869777d92770e5866cdbea07d59a975307d8f3359eb7e73e7986
- Tags:
ghcr.io/element-hq/matrix-authentication-service:0.13.0-rc.1 ghcr.io/element-hq/matrix-authentication-service:sha-3a18200
Debug variant:
- Digest:
ghcr.io/element-hq/matrix-authentication-service@sha256:523b6763265cf7f9c0d6134b873ecde3b3c2bf186eda494c7581a1057ce3d035
- Tags:
ghcr.io/element-hq/matrix-authentication-service:0.13.0-rc.1-debug ghcr.io/element-hq/matrix-authentication-service:sha-3a18200-debug
syn2mas
migration tool:
- Digest:
ghcr.io/element-hq/matrix-authentication-service/syn2mas@sha256:12a63b896f2070fe206f5e45953895c84dac899f873b695fa29e86f7bb7b12b7
- Tags:
ghcr.io/element-hq/matrix-authentication-service/syn2mas:0.13.0-rc.1 ghcr.io/element-hq/matrix-authentication-service/syn2mas:sha-3a18200
What's Changed
Bug Fixes
- syn2mas: import the admin flag on users by @sandhose in #3447
- Make sure refreshing OAuth token is idempotent by @sandhose in #3650
- Make sure to consume the device grant to avoid replays by @sandhose in #3656
- Shutdown the server if any of the tasks crashes by @sandhose in #3672
New Features
- syn2mas - Use row streaming for pg so that all users aren't loaded into memory at once by @hughns in #3205
- Update the client registration to comply with MSC2966 by @sandhose in #3202
- Use CancellationToken and a TaskTracker to handle graceful shutdowns by @sandhose in #3352
- Add a CLI tool to add an email address to a user by @sandhose in #3235
- Reset/restore scroll when navigating through the app by @sandhose in #3410
- Support for HTTP proxy: replace the HTTP client with reqwest by @sandhose in #3424
- Better compatibility with Python implementation of upstream OAuth 2.0 mapping templates by @sandhose in #3433
- Implement
login_hint
as per MSC4198 by @tonkku107 in #3343 - Support Sign in with Apple by @sandhose in #3521
- Allow fetching user claims through the
userinfo_endpoint
for upstream OAuth 2.0 providers by @MatMaul in #3363 - Concatenate arrays in the config when loading multiple files by @sandhose in #3599
- Make the
id_token
optional on upstream OAuth 2.0 providers by @sandhose in #3591 - Allow setting an explicit upstream account name by @sandhose in #3600
- Rewrite of the async job queue by @sandhose in #3629
- Report version from
git describe
in metrics & CLI by @sandhose in #3671 - Add metrics to the job queue by @sandhose in #3678
- Upstream OAuth 2.0 providers: Support signed userinfo and customising the expected id_token signature algorithm by @MatMaul in #3664
- Make the
issuer
optional on upstream OAuth 2.0 providers by @sandhose in #3685 - Allow longer & shorter usernames, complying with the MXID length spec by @sandhose in #3719
- Polish the registration flow by @sandhose in #3727
- Polish the password recovery flow and other small design tweaks by @sandhose in #3780
- Rework how email verification works by @sandhose in #3784
Documentation
- Fix link to setup docs for the mdbook by @morguldir in #3251
- Add SSO sample configuration for Authelia by @ginkel in #3384
- Fix loading MSW in Storybook in the documentation by @sandhose in #3522
- Add note about password schemes to migration docs by @tonkku107 in #3463
- fix sso exemple config for authelia by @hatch01 in #3462
- Update configuration.md to include a missing parameter by @Thanhphan1147 in #3574
- Add documentation against using database transaction poolers by @reivilibre in #3617
- Include example SSO config for Rauthy. by @ChurchOfTheSubgenius in #3725
- Document the new upstream OAuth 2.0 configuration options by @sandhose in #3707
Translations
- Better error message when a translation file fails to load by @sandhose in #3684
- Translations updates by @matrixbot in #3775
- Translations updates for main by @matrixbot in #3870
- Translations updates for v0.13 by @matrixbot in #3876
Internal Changes
- syn2mas - Use element-hq links to GitHub issues for migration advisor by @hughns in #3204
- syn2mas - reflect that CAPTCHA is supported by MAS now by @hughns in #3207
- Format code with latest nightly by @sandhose in #3258
- Remove unused sqlx query introspection data by @sandhose in #3259
- Clean up how pagination parameters are handled by @sandhose in #3272
- Enable codecov bundle analysis by @sandhose in #3313
- dependabot: ignore eslint and apalis major versions for now by @sandhose in #3317
- Switch from eslint to biome by @sandhose in #3390
- Better error when the email addresses in the config are invalid by @sandhose in #3377
- Remove Prettier by @sandhose in #3402
- Remove unnecessary sleep by @sandhose in #3409
- Split the cross-signing reset pages & adapt the wording by @sandhose in #3411
- Use enums as types in the GraphQL codegen by @sandhose in #3418
- Speed up tests with cargo-nextest by @sandhose in #3438
- Fix uploading of codecov bundle reports by @sandhose in #3515
- Switch to @tanstack/react-query for GraphQL requests by @sandhose in #3504
- Fix non-
form_post
upstream OAuth 2.0 callbacks by @sandhose in #3554 - dependabot: group Tanstack Query dependencies by @sandhose in #3571
- Fix the Localazy download workflow by @sandhose in #3679
- Make the release process create annotated tags by @sandhose in #3686
- Allow response_mode to be null and if so do not add the query param by @MatMaul in #3700
- Setup Regal to lint policies and clean them up by @sandhose in #3717
- Make sure the Docker image has the git version in it by @sandhose in #3715
- Additional fields in the GraphQL API for upstream providers by @sandhose in #3687
- Remove unused dependencies and symbols using knip by @sandhose in #3744
- Use taiki-e/install-action for installing some tools in CI by @sandhose in #3752
- Remove unused dependencies by @sandhose in #3804
- Recognise macaroons as access tokens from Synapse by @reivilibre in #3797
- Configure nextest to run database tests serially by @sandhose in #3809
- Publish nightly builds in a release by @sandhose in #3835
- Automatic release notes out of PR labels by @sandhose in #3688
- Fix typo in unstable release workflow by @sandhose in #3845
- Fix the unstable build by @sandhose in #3847
- Create release branches as part of the release workflow by @sandhose in #3817
- Release CI: Reformat package.json after modifying it by @sandhose in #3871
- Fix creation of release PRs by @sandhose in #3874
Other Changes
- Fix the output of the compute next version step in CI by @sandhose in #3868
- Fix creating refs with the GitHub API by @sandhose in #3869
- Release CI: don't commit to main directly by @sandhose in #3873
Dependency Updates
- syn2mas - Use Node.js 22 by @hughns in #3203
- build(deps): bump rustls from 0.23.12 to 0.23.13 by @dependabot in #3217
- build(deps): bump clap from 4.5.16 to 4.5.17 by @dependabot in #3216
- build(deps): bump wiremock from 0.6.1 to 0.6.2 by @dependabot in #3215
- build(deps): bump the tanstack-router group across 1 directory with 3 updates by @dependabot in #3209
- build(deps): bump the i18next group across 1 directory with 2 updates by @dependabot in #3208
- build(deps): bump the fontsource group across 1 directory with 2 updates by @dependabot in #3197
- build(deps): bump yaml from 2.5.0 to 2.5.1 in /tools/syn2mas in the production group by @dependabot in #3186
- build(deps-dev): bump vite from 5.4.2 to 5.4.6 in /frontend in the vite group across 1 directory by @dependabot in #3220
- Upgrade sea-query-binder to 0.7.0-rc.2 by @sandhose in #3257
- build(deps): bump minijinja from 2.2.0 to 2.3.1 by @dependabot in #3228
- build(deps): bump docker/bake-action from 5.7.0 to 5.9.0 by @dependabot in #3255
- build(deps): bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #3232
- build(deps): bump anyhow from 1.0.86 to 1.0.89 by @dependabot in #3227
- build(deps): bump hyper-rustls from 0.27.2 to 0.27.3 by @dependabot in #3226
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3222
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #3246
- build(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 by @dependabot in #3250
- build(deps): bump @urql/exchange-graphcache from 7.1.2 to 7.1.3 in /frontend in the urql group by @dependabot in #3223
- build(deps): bump the tanstack-router group across 1 directory with 3 updates by @dependabot in #3253
- build(deps-dev): bump the storybook group across 1 directory with 4 updates by @dependabot in #3254
- build(deps): bump the production group in /tools/syn2mas with 2 updates by @dependabot in #3237
- build(deps): bump libc from 0.2.158 to 0.2.159 by @dependabot in #3271
- Update vaul, @radix-ui/* and compound-web by @sandhose in #3273
- build(deps-dev): bump the vite group in /frontend with 2 updates by @dependabot in #3264
- Update Tonic to address GHSA-4jwc-w2hc-78qv by @sandhose in #3277
- build(deps): bump pest from 2.7.11 to 2.7.13 by @dependabot in #3275
- build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #3266
- build(deps): bump http-body from 1.0.0 to 1.0.1 by @dependabot in #3276
- build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #3284
- build(deps): bump async-trait from 0.1.82 to 0.1.83 by @dependabot in #3286
- build(deps): bump thiserror from 1.0.63 to 1.0.64 by @dependabot in #3285
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 in /frontend by @dependabot in #3281
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3278
- build(deps): bump date-fns from 3.6.0 to 4.1.0 in /frontend by @dependabot in #3280
- build(deps-dev): bump happy-dom from 14.12.3 to 15.7.4 in /frontend by @dependabot in #3279
- build(deps): bump @urql/exchange-graphcache from 7.1.3 to 7.2.0 in /frontend in the urql group by @dependabot in #3295
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3293
- build(deps): bump docker/bake-action from 5.9.0 to 5.10.0 by @dependabot in #3292
- build(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 by @dependabot in #3291
- build(deps): bump bytes from 1.7.1 to 1.7.2 by @dependabot in #3290
- build(deps): bump async-graphql from 7.0.9 to 7.0.11 by @dependabot in #3289
- build(deps-dev): bump @types/react from 18.3.10 to 18.3.11 in /frontend in the types group by @dependabot in #3297
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3296
- build(deps-dev): bump tailwindcss from 3.4.10 to 3.4.13 in /frontend by @dependabot in #3304
- build(deps-dev): bump @testing-library/react from 16.0.0 to 16.0.1 in /frontend by @dependabot in #3303
- build(deps-dev): bump the storybook group in /frontend with 4 updates by @dependabot in #3302
- build(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by @dependabot in #3306
- build(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 by @dependabot in #3305
- build(deps): bump rustls-pki-types from 1.8.0 to 1.9.0 by @dependabot in #3301
- build(deps): bump hyper-util from 0.1.7 to 0.1.9 by @dependabot in #3300
- build(deps): bump the tanstack-router group across 1 directory with 4 updates by @dependabot in #3309
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /frontend by @dependabot in #3312
- build(deps): bump i18next from 23.15.1 to 23.15.2 in /frontend in the i18next group by @dependabot in #3310
- build(deps): bump @vector-im/compound-web from 6.3.0 to 6.3.2 in /frontend by @dependabot in #3311
- build(deps): bump serde_json from 1.0.127 to 1.0.128 by @dependabot in #3315
- build(deps): bump sea-query from 0.32.0-rc.1 to 0.32.0-rc.2 in the sea-query group by @dependabot in #3314
- build(deps-dev): bump the eslint group across 1 directory with 2 updates by @dependabot in #3318
- build(deps): bump indexmap from 2.5.0 to 2.6.0 by @dependabot in #3321
- build(deps): bump serde from 1.0.209 to 1.0.210 by @dependabot in #3323
- build(deps): bump the axum group with 3 updates by @dependabot in #3265
- build(deps): bump k256 from 0.13.3 to 0.13.4 by @dependabot in #3322
- build(deps): bump rustls-pemfile from 2.1.3 to 2.2.0 by @dependabot in #3324
- build(deps): bump reqwest from 0.12.7 to 0.12.8 by @dependabot in #3326
- build(deps): bump opa-wasm from 0.1.0 to 0.1.1 by @dependabot in #3325
- build(deps): bump lettre from 0.11.7 to 0.11.9 by @dependabot in #3327
- build(deps): bump insta from 1.39.0 to 1.40.0 by @dependabot in #3329
- build(deps): bump rustls from 0.23.13 to 0.23.14 by @dependabot in #3331
- build(deps): bump serde_with from 3.9.0 to 3.11.0 by @dependabot in #3330
- build(deps): bump async-stream from 0.3.5 to 0.3.6 by @dependabot in #3328
- build(deps): bump futures-util from 0.3.30 to 0.3.31 by @dependabot in #3332
- build(deps): bump clap from 4.5.17 to 4.5.19 by @dependabot in #3333
- build(deps): bump regex from 1.10.6 to 1.11.0 by @dependabot in #3335
- build(deps): bump pest_derive from 2.7.11 to 2.7.13 by @dependabot in #3334
- Bump most frontend dependencies in the lock file by @sandhose in #3336
- build(deps): bump sqlx from 0.8.1 to 0.8.2 by @dependabot in #3338
- Upgrade to Rust 1.81.0 by @sandhose in #3340
- Bump dependencies in the cargo lock file by @sandhose in #3339
- build(deps): bump wasmtime from 23.0.2 to 23.0.3 in the cargo group by @dependabot in #3353
- build(deps): bump pest from 2.7.13 to 2.7.14 by @dependabot in #3357
- build(deps): bump clap from 4.5.19 to 4.5.20 by @dependabot in #3348
- build(deps): bump pest_derive from 2.7.13 to 2.7.14 by @dependabot in #3369
- build(deps): bump rustls-pki-types from 1.9.0 to 1.10.0 by @dependabot in #3368
- build(deps): bump the sea-query group with 2 updates by @dependabot in #3374
- build(deps): bump hyper from 1.4.1 to 1.5.0 by @dependabot in #3372
- build(deps): bump rustls from 0.23.14 to 0.23.15 by @dependabot in #3373
- build(deps): bump the tanstack-router group across 1 directory with 4 updates by @dependabot in #3376
- build(deps): bump uuid from 1.10.0 to 1.11.0 by @dependabot in #3371
- build(deps-dev): bump the types group across 1 directory with 2 updates by @dependabot in #3375
- build(deps): bump governor from 0.6.3 to 0.6.4 by @dependabot in #3388
- build(deps): bump serde_json from 1.0.128 to 1.0.132 by @dependabot in #3387
- build(deps): bump anyhow from 1.0.89 to 1.0.90 by @dependabot in #3386
- build(deps): bump libc from 0.2.159 to 0.2.161 by @dependabot in #3382
- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #3356
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #3345
- build(deps-dev): bump the storybook group in /frontend with 4 updates by @dependabot in #3392
- build(deps): bump yaml from 2.5.1 to 2.6.0 in /tools/syn2mas in the production group by @dependabot in #3358
- build(deps): bump the i18next group in /frontend with 2 updates by @dependabot in #3393
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3361
- build(deps): bump serde from 1.0.210 to 1.0.211 by @dependabot in #3396
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /frontend by @dependabot in #3350
- build(deps): bump bytes from 1.7.2 to 1.8.0 by @dependabot in #3395
- build(deps): bump tokio from 1.40.0 to 1.41.0 by @dependabot in #3394
- build(deps-dev): bump the development group across 1 directory with 4 updates by @dependabot in #3391
- build(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot in #3385
- build(deps): bump vaul from 1.0.0 to 1.1.0 in /frontend by @dependabot in #3400
- build(deps-dev): bump @types/node from 22.7.6 to 22.7.8 in /frontend in the types group by @dependabot in #3399
- build(deps): bump the tanstack-router group in /frontend with 4 updates by @dependabot in #3398
- build(deps): bump the urql group in /frontend with 2 updates by @dependabot in #3397
- build(deps): bump @vector-im/compound-web from 6.3.2 to 7.1.0 in /frontend by @dependabot in #3401
- build(deps-dev): bump tailwindcss from 3.4.13 to 3.4.14 in /frontend by @dependabot in #3403
- Update governor to 0.7.0 by @sandhose in #3406
- build(deps): bump @vector-im/compound-design-tokens from 1.8.0 to 1.9.0 in /frontend by @dependabot in #3404
- build(deps-dev): bump @codecov/vite-plugin from 1.2.0 to 1.2.1 in /frontend by @dependabot in #3405
- Upgrade to Rust 1.82.0 by @sandhose in #3407
- Update indirect dependencies in lockfiles by @sandhose in #3408
- build(deps): bump serde from 1.0.211 to 1.0.213 by @dependabot in #3412
- build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #3417
- build(deps-dev): bump vite from 5.4.9 to 5.4.10 in /frontend in the vite group by @dependabot in #3415
- build(deps): bump anyhow from 1.0.90 to 1.0.91 by @dependabot in #3414
- build(deps): bump thiserror from 1.0.64 to 1.0.65 by @dependabot in #3413
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3416
- build(deps): bump minijinja from 2.3.1 to 2.4.0 by @dependabot in #3426
- build(deps): bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #3428
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #3419
- build(deps-dev): bump postcss-nesting from 13.0.0 to 13.0.1 in /frontend by @dependabot in #3423
- build(deps): bump pin-project-lite from 0.2.14 to 0.2.15 by @dependabot in #3420
- build(deps): bump lettre from 0.11.9 to 0.11.10 by @dependabot in #3421
- build(deps): bump regex from 1.11.0 to 1.11.1 by @dependabot in #3427
- build(deps): bump the production group in /tools/syn2mas with 3 updates by @dependabot in #3430
- build(deps-dev): bump the development group in /tools/syn2mas with 2 updates by @dependabot in #3431
- build(deps): bump rustls from 0.23.15 to 0.23.16 by @dependabot in #3432
- build(deps-dev): bump @types/node from 22.7.9 to 22.8.1 in /frontend in the types group across 1 directory by @dependabot in #3435
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3436
- build(deps-dev): bump @graphql-codegen/client-preset from 4.4.0 to 4.5.0 in /frontend in the graphql-codegen group by @dependabot in #3437
- build(deps): bump i18next from 23.16.2 to 23.16.4 in /frontend in the i18next group across 1 directory by @dependabot in #3434
- build(deps): bump serde from 1.0.213 to 1.0.214 by @dependabot in #3446
- build(deps): bump hyper-util from 0.1.9 to 0.1.10 by @dependabot in #3444
- build(deps): bump reqwest from 0.12.8 to 0.12.9 by @dependabot in #3445
- build(deps): bump vaul from 1.1.0 to 1.1.1 in /frontend by @dependabot in #3448
- build(deps): bump insta from 1.40.0 to 1.41.0 by @dependabot in #3443
- build(deps-dev): bump @types/node from 22.8.1 to 22.8.2 in /frontend in the types group by @dependabot in #3442
- build(deps): bump the tanstack-router group in /frontend with 4 updates by @dependabot in #3441
- build(deps-dev): bump @types/node from 22.8.2 to 22.8.5 in /frontend in the types group across 1 directory by @dependabot in #3453
- build(deps): bump the tanstack-router group in /frontend with 4 updates by @dependabot in #3451
- build(deps): bump futures-lite from 2.3.0 to 2.4.0 by @dependabot in #3450
- build(deps): bump tokio from 1.41.0 to 1.41.1 by @dependabot in #3480
- build(deps): bump anyhow from 1.0.91 to 1.0.93 by @dependabot in #3476
- build(deps): bump insta from 1.41.0 to 1.41.1 by @dependabot in #3457
- build(deps-dev): bump happy-dom from 15.7.4 to 15.11.0 in /frontend by @dependabot in #3481
- build(deps-dev): bump the storybook group across 1 directory with 4 updates by @dependabot in #3472
- build(deps): bump thiserror from 1.0.65 to 1.0.69 by @dependabot in #3483
- build(deps-dev): bump @types/node from 22.8.1 to 22.9.0 in /tools/syn2mas in the development group across 1 directory by @dependabot in #3484
- build(deps-dev): bump @types/node from 22.8.5 to 22.9.0 in /frontend in the types group across 1 directory by @dependabot in #3470
- build(deps): bump urql from 4.2.0 to 4.2.1 in /frontend in the urql group by @dependabot in #3471
- build(deps-dev): bump happy-dom from 15.11.0 to 15.11.2 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #3486
- build(deps): bump the tanstack-router group across 1 directory with 4 updates by @dependabot in #3487
- build(deps): bump cookie_store from 0.21.0 to 0.21.1 by @dependabot in #3491
- build(deps): bump csv from 1.3.0 to 1.3.1 by @dependabot in #3493
- build(deps): bump the i18next group in /frontend with 2 updates by @dependabot in #3489
- build(deps-dev): bump vite from 5.4.10 to 5.4.11 in /frontend in the vite group by @dependabot in #3488
- build(deps): bump libc from 0.2.161 to 0.2.162 by @dependabot in #3494
- build(deps-dev): bump postcss from 8.4.47 to 8.4.49 in /frontend by @dependabot in #3490
- build(deps): bump @vector-im/compound-web from 7.1.0 to 7.2.0 in /frontend by @dependabot in #3498
- build(deps-dev): bump postcss-modules from 6.0.0 to 6.0.1 in /frontend by @dependabot in #3496
- build(deps): bump futures-lite from 2.4.0 to 2.5.0 by @dependabot in #3500
- build(deps): bump serde from 1.0.214 to 1.0.215 by @dependabot in #3502
- build(deps): bump @vector-im/compound-design-tokens from 1.9.0 to 1.9.1 in /frontend by @dependabot in #3499
- build(deps): bump opa-wasm from 0.1.1 to 0.1.2 by @dependabot in #3501
- build(deps): bump swagger-ui-react from 5.17.14 to 5.18.2 in /frontend by @dependabot in #3497
- build(deps): bump minijinja from 2.4.0 to 2.5.0 by @dependabot in #3495
- build(deps): bump wasmtime from 23.0.3 to 26.0.1 in the cargo group by @dependabot in #3503
- build(deps): bump minijinja-contrib from 2.3.1 to 2.5.0 by @dependabot in #3507
- build(deps-dev): bump happy-dom from 15.11.2 to 15.11.4 in /frontend by @dependabot in #3505
- build(deps-dev): bump the storybook group in /frontend with 4 updates by @dependabot in #3509
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3510
- build(deps): bump clap from 4.5.20 to 4.5.21 by @dependabot in #3514
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3511
- build(deps-dev): bump @codecov/vite-plugin from 1.2.1 to 1.3.0 in /frontend by @dependabot in #3506
- build(deps): bump psl from 2.1.55 to 2.1.56 by @dependabot in #3513
- build(deps): bump @vector-im/compound-design-tokens from 1.9.1 to 1.9.2 in /frontend by @dependabot in #3512
- build(deps): bump @vector-im/compound-web from 7.2.0 to 7.3.0 in /frontend by @dependabot in #3519
- build(deps-dev): bump tailwindcss from 3.4.14 to 3.4.15 in /frontend by @dependabot in #3518
- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.1 by @dependabot in #3520
- build(deps): bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #3524
- build(deps): bump the axum group with 2 updates by @dependabot in #3523
- build(deps): bump libc from 0.2.162 to 0.2.164 by @dependabot in #3525
- build(deps): bump rustls from 0.23.16 to 0.23.17 by @dependabot in #3534
- build(deps): bump ruma-common from 0.13.0 to 0.14.1 by @dependabot in #3533
- build(deps-dev): bump @codecov/vite-plugin from 1.3.0 to 1.4.0 in /frontend by @dependabot in #3529
- build(deps-dev): bump @tanstack/react-query-devtools from 5.60.2 to 5.60.5 in /frontend by @dependabot in #3527
- build(deps): bump bcrypt from 0.15.1 to 0.16.0 by @dependabot in #3532
- build(deps): bump codecov/codecov-action from 5.0.1 to 5.0.2 by @dependabot in #3531
- build(deps): bump @vector-im/compound-design-tokens from 1.9.2 to 2.0.2 in /frontend by @dependabot in #3535
- build(deps-dev): bump msw from 2.6.4 to 2.6.5 in /frontend by @dependabot in #3526
- build(deps): bump hyper from 1.5.0 to 1.5.1 by @dependabot in #3543
- build(deps): bump tower-http from 0.6.1 to 0.6.2 by @dependabot in #3539
- build(deps): bump psl from 2.1.56 to 2.1.60 by @dependabot in #3559
- build(deps): bump thiserror from 1.0.69 to 2.0.3 by @dependabot in #3508
- build(deps): bump rustls from 0.23.17 to 0.23.18 by @dependabot in #3570
- build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 by @dependabot in #3542
- build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2 by @dependabot in #3551
- build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 by @dependabot in #3552
- build(deps): bump yaml from 2.6.0 to 2.6.1 in /tools/syn2mas in the production group by @dependabot in #3560
- build(deps): bump opa-wasm from 0.1.2 to 0.1.3 by @dependabot in #3568
- build(deps-dev): bump @types/node from 22.9.0 to 22.9.3 in /frontend in the types group across 1 directory by @dependabot in #3562
- build(deps-dev): bump the development group in /tools/syn2mas with 2 updates by @dependabot in #3561
- build(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /frontend by @dependabot in #3573
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #3572
- build(deps): bump i18next from 23.16.5 to 24.0.2 in /frontend in the i18next group across 1 directory by @dependabot in #3566
- build(deps-dev): bump the storybook group in /frontend with 6 updates by @dependabot in #3576
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3577
- build(deps): bump react-i18next from 15.1.1 to 15.1.2 in /frontend in the i18next group by @dependabot in #3579
- build(deps): bump rsa from 0.9.6 to 0.9.7 by @dependabot in #3581
- build(deps): bump libc from 0.2.164 to 0.2.165 by @dependabot in #3580
- build(deps): bump libc from 0.2.165 to 0.2.167 by @dependabot in #3602
- build(deps): bump bytes from 1.8.0 to 1.9.0 by @dependabot in #3598
- build(deps): bump psl from 2.1.60 to 2.1.65 by @dependabot in #3619
- Bump Hashbrown to 0.15.2 in lock file by @sandhose in #3626
- Upgrade to Rust 1.83.0 and fix new warnings by @sandhose in #3624
- build(deps): bump rustls from 0.23.18 to 0.23.19 by @dependabot in #3590
- build(deps): bump tokio-util from 0.7.12 to 0.7.13 by @dependabot in #3627
- build(deps): bump tracing from 0.1.40 to 0.1.41 by @dependabot in #3632
- build(deps): bump tokio-rustls from 0.26.0 to 0.26.1 by @dependabot in #3631
- build(deps): bump sea-query from 0.32.0 to 0.32.1 in the sea-query group by @dependabot in #3625
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in #3630
- build(deps-dev): bump @graphql-codegen/client-preset from 4.5.0 to 4.5.1 in /frontend in the graphql-codegen group by @dependabot in #3583
- build(deps): bump tokio from 1.41.1 to 1.42.0 by @dependabot in #3628
- build(deps): bump docker/bake-action from 5.10.0 to 5.11.0 by @dependabot in #3621
- build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.2 to 2.0.4 by @dependabot in #3620
- build(deps-dev): bump the types group across 1 directory with 2 updates by @dependabot in #3633
- build(deps): bump the tanstack-query group across 1 directory with 2 updates by @dependabot in #3615
- build(deps-dev): bump @types/node from 22.9.3 to 22.10.1 in /tools/syn2mas in the development group by @dependabot in #3612
- Upgrade idna for RUSTSEC-2024-0421 by @sandhose in #3654
- build(deps): bump tracing-subscriber from 0.3.18 to 0.3.19 in the tracing group by @dependabot in #3644
- build(deps): bump the i18next group across 1 directory with 2 updates by @dependabot in #3651
- build(deps): bump time from 0.3.36 to 0.3.37 by @dependabot in #3648
- build(deps): bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #3647
- build(deps): bump http from 1.1.0 to 1.2.0 by @dependabot in #3646
- build(deps-dev): bump the storybook group across 1 directory with 7 updates by @dependabot in #3653
- build(deps): bump async-graphql from 7.0.11 to 7.0.13 by @dependabot in #3662
- build(deps): bump serde from 1.0.215 to 1.0.216 by @dependabot in #3661
- build(deps): bump indexmap from 2.6.0 to 2.7.0 by @dependabot in #3660
- build(deps): bump i18next from 24.0.5 to 24.1.0 in /frontend in the i18next group by @dependabot in #3657
- build(deps): bump the opentelemetry group across 1 directory with 6 updates by @dependabot in #3645
- build(deps): bump rustls from 0.23.19 to 0.23.20 by @dependabot in #3667
- build(deps): bump pest from 2.7.14 to 2.7.15 by @dependabot in #3666
- build(deps): bump chrono from 0.4.38 to 0.4.39 by @dependabot in #3665
- build(deps): bump thiserror from 2.0.3 to 2.0.6 by @dependabot in #3677
- build(deps): bump socket2 from 0.5.7 to 0.5.8 by @dependabot in #3676
- build(deps): bump tower from 0.5.1 to 0.5.2 by @dependabot in #3675
- build(deps): bump clap from 4.5.21 to 4.5.23 by @dependabot in #3674
- build(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 by @dependabot in #3668
- build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 by @dependabot in #3231
- build(deps): bump zod from 3.23.8 to 3.24.1 in /tools/syn2mas in the production group by @dependabot in #3697
- build(deps): bump rustls-pki-types from 1.10.0 to 1.10.1 by @dependabot in #3691
- build(deps): bump psl from 2.1.65 to 2.1.70 by @dependabot in #3693
- build(deps-dev): bump @types/node from 22.10.1 to 22.10.2 in /tools/syn2mas in the development group by @dependabot in #3698
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #3670
- build(deps): bump ruma-common from 0.14.1 to 0.15.0 by @dependabot in #3692
- build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot in #3696
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3641
- build(deps): bump lettre from 0.11.10 to 0.11.11 by @dependabot in #3705
- build(deps): bump the i18next group in /frontend with 2 updates by @dependabot in #3701
- build(deps-dev): bump @types/node from 22.10.1 to 22.10.2 in /frontend in the types group by @dependabot in #3703
- build(deps): bump libc from 0.2.167 to 0.2.168 by @dependabot in #3704
- build(deps): bump pest_derive from 2.7.14 to 2.7.15 by @dependabot in #3706
- build(deps): bump thiserror from 2.0.6 to 2.0.7 by @dependabot in #3689
- build(deps): bump psl from 2.1.70 to 2.1.72 by @dependabot in #3710
- build(deps-dev): bump tailwindcss from 3.4.15 to 3.4.17 in /frontend by @dependabot in #3714
- build(deps): bump hyper-rustls from 0.27.3 to 0.27.4 by @dependabot in #3712
- build(deps): bump hyper from 1.5.1 to 1.5.2 by @dependabot in #3709
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #3713
- build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #3708
- build(deps): bump @vector-im/compound-design-tokens from 2.0.2 to 2.1.3 in /frontend by @dependabot in #3722
- build(deps): bump libc from 0.2.168 to 0.2.169 by @dependabot in #3724
- build(deps): bump serde_json from 1.0.133 to 1.0.134 by @dependabot in #3729
- build(deps): bump hyper-rustls from 0.27.4 to 0.27.5 by @dependabot in #3730
- build(deps): bump thiserror from 2.0.7 to 2.0.9 by @dependabot in #3731
- build(deps): bump console from 0.15.8 to 0.15.10 by @dependabot in #3690
- build(deps): bump the tanstack-router group across 1 directory with 3 updates by @dependabot in #3740
- build(deps): bump serde from 1.0.216 to 1.0.217 by @dependabot in #3751
- build(deps): bump serde_with from 3.11.0 to 3.12.0 by @dependabot in #3749
- build(deps): bump reqwest from 0.12.9 to 0.12.12 by @dependabot in #3748
- build(deps): bump the fontsource group in /frontend with 2 updates by @dependabot in #3745
- build(deps): bump aide from 0.13.4 to 0.13.5 by @dependabot in #3750
- build(deps): bump the i18next group in /frontend with 3 updates by @dependabot in #3747
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3754
- build(deps): bump psl from 2.1.72 to 2.1.73 by @dependabot in #3759
- build(deps): bump insta from 1.41.1 to 1.42.0 by @dependabot in #3758
- build(deps): bump async-trait from 0.1.83 to 0.1.84 by @dependabot in #3757
- build(deps): bump the tanstack-query group in /frontend with 2 updates by @dependabot in #3755
- build(deps-dev): bump @types/node from 22.10.2 to 22.10.5 in /frontend in the types group by @dependabot in #3756
- Upgrade to sqlx 0.8.3 by @sandhose in #3761
- build(deps): bump anyhow from 1.0.94 to 1.0.95 by @dependabot in #3760
- build(deps-dev): bump @testing-library/react from 16.0.1 to 16.1.0 in /frontend by @dependabot in #3762
- build(deps-dev): bump @codecov/vite-plugin from 1.4.0 to 1.7.0 in /frontend by @dependabot in #3768
- build(deps): bump yaml from 2.6.1 to 2.7.0 in /tools/syn2mas in the production group by @dependabot in #3769
- Update most frontend dependencies by @sandhose in #3771
- Upgrade to React 19 by @sandhose in #3773
- build(deps): bump pin-project-lite from 0.2.15 to 0.2.16 by @dependabot in #3767
- Bump Vitest to 6 and Vite to 3, and other dependecies updates by @sandhose in #3806
- build(deps-dev): bump vite from 6.0.7 to 6.0.9 in /frontend in the vite group across 1 directory by @dependabot in #3810
- build(deps-dev): bump storybook-react-i18next from 3.1.8 to 3.2.1 in /frontend in the storybook group by @dependabot in #3814
- build(deps-dev): bump the development group across 1 directory with 2 updates by @dependabot in #3813
- build(deps): bump psl from 2.1.73 to 2.1.79 by @dependabot in #3808
- build(deps): bump the tanstack-query group across 1 directory with 2 updates by @dependabot in #3812
- build(deps): bump async-trait from 0.1.84 to 0.1.85 by @dependabot in #3777
- build(deps): bump the tanstack-router group across 1 directory with 3 updates by @dependabot in #3811
- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #3821
- build(deps): bump minijinja from 2.5.0 to 2.6.0 by @dependabot in #3828
- build(deps): bump ulid from 1.1.3 to 1.1.4 by @dependabot in #3826
- build(deps-dev): bump knip from 5.42.1 to 5.42.2 in /frontend by @dependabot in #3824
- build(deps): bump serde_json from 1.0.134 to 1.0.137 by @dependabot in #3829
- build(deps): bump clap from 4.5.23 to 4.5.27 by @dependabot in #3827
- build(deps-dev): bump @codecov/vite-plugin from 1.7.0 to 1.8.0 in /frontend by @dependabot in #3825
- build(deps-dev): bump vite from 6.0.9 to 6.0.11 in /frontend in the vite group by @dependabot in #3822
- build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 by @dependabot in #3819
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot in #3818
- build(deps-dev): bump happy-dom from 16.6.0 to 16.7.1 in /frontend by @dependabot in #3823
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3815
- build(deps): bump tokio from 1.42.0 to 1.43.0 by @dependabot in #3832
- build(deps): bump data-encoding from 2.6.0 to 2.7.0 by @dependabot in #3831
- build(deps): bump uuid from 1.11.0 to 1.12.1 by @dependabot in #3834
- build(deps): bump minijinja-contrib from 2.5.0 to 2.6.0 by @dependabot in #3833
- build(deps): bump docker/bake-action from 5.11.0 to 6.2.0 by @dependabot in #3820
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3830
- build(deps): bump indexmap from 2.7.0 to 2.7.1 by @dependabot in #3840
- build(deps): bump vergen-gitcl from 1.0.2 to 1.0.5 by @dependabot in #3839
- build(deps): bump convert_case from 0.6.0 to 0.7.1 by @dependabot in #3837
- build(deps-dev): bump @testing-library/user-event from 14.6.0 to 14.6.1 in /frontend by @dependabot in #3844
- build(deps-dev): bump knip from 5.42.2 to 5.43.1 in /frontend by @dependabot in #3843
- build(deps-dev): bump happy-dom from 16.7.1 to 16.7.2 in /frontend by @dependabot in #3842
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3841
- build(deps): bump thiserror from 2.0.9 to 2.0.11 by @dependabot in #3838
- build(deps): bump rustls from 0.23.20 to 0.23.21 by @dependabot in #3851
- build(deps): bump bitflags from 2.6.0 to 2.8.0 by @dependabot in #3849
- build(deps): bump psl from 2.1.79 to 2.1.80 by @dependabot in #3848
- build(deps): bump listenfd from 1.0.1 to 1.0.2 by @dependabot in #3853
- build(deps): bump async-graphql from 7.0.13 to 7.0.14 by @dependabot in #3852
- Upgrade Rust to 1.84 and fix new clippy lints by @sandhose in #3854
- build(deps): bump codecov/codecov-action from 5.1.2 to 5.2.0 by @dependabot in #3855
- build(deps-dev): bump the storybook group in /frontend with 6 updates by @dependabot in #3856
- build(deps): bump the tanstack-router group in /frontend with 3 updates by @dependabot in #3858
- build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #3857
- build(deps): bump @radix-ui/react-dialog from 1.1.4 to 1.1.5 in /frontend by @dependabot in #3860
- build(deps-dev): bump the types group in /frontend with 2 updates by @dependabot in #3859
New Contributors
- @hughns made their first contribution in #3203
- @dependabot made their first contribution in #3217
- @morguldir made their first contribution in #3251
- @ginkel made their first contribution in #3384
- @tonkku107 made their first contribution in #3463
- @hatch01 made their first contribution in #3462
- @Thanhphan1147 made their first contribution in #3574
- @MatMaul made their first contribution in #3363
- @ChurchOfTheSubgenius made their first contribution in #3725
Full Changelog: v0.12.0...v0.13.0-rc.1