Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 13:55
· 317 commits to main since this release
2816124

Docker image

Regular image:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:bf3daeb5a37a7aab92d351028e8b6406a750977d716eb2da92f7a61e27fe05fc
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.16.0
    ghcr.io/element-hq/matrix-authentication-service:0.16
    ghcr.io/element-hq/matrix-authentication-service:0
    ghcr.io/element-hq/matrix-authentication-service:sha-2816124
    ghcr.io/element-hq/matrix-authentication-service:latest
    

Debug variant:

  • Digest:
    ghcr.io/element-hq/matrix-authentication-service@sha256:15a53d49fcea7d17e2bda592410b8e7e63652d4c17ac962165ee443a0b27e4ce
    
  • Tags:
    ghcr.io/element-hq/matrix-authentication-service:0.16.0-debug
    ghcr.io/element-hq/matrix-authentication-service:0.16-debug
    ghcr.io/element-hq/matrix-authentication-service:0-debug
    ghcr.io/element-hq/matrix-authentication-service:sha-2816124-debug
    ghcr.io/element-hq/matrix-authentication-service:latest-debug
    

What's Changed

Bug Fixes

  • Avoid deadlocks when flushing session activities by @sandhose in #4463
  • Don't check for availability of usernames that aren't ASCII by @sandhose in #4469

New Features

Documentation

  • fix(docs): add token_endpoint_auth_method in Authentik SSO example by @rom4nik in #4387
  • Remove reference to unsupported aws_ses email transport by @hughns in #4435
  • Fix headings in config doc by @V02460 in #4419
  • Remove the old migration tool and document the new one by @sandhose in #4447

Translations

Internal Changes

Dependency Updates

  • build(deps-dev): bump msw from 2.7.3 to 2.7.4 in /frontend by @dependabot in #4399
  • build(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot in #4420
  • build(deps): bump sqlx from 0.8.4 to 0.8.5 by @dependabot in #4418
  • build(deps): bump swagger-ui-dist from 5.20.7 to 5.21.0 in /frontend by @dependabot in #4409
  • build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot in #4412
  • build(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in #4440
  • build(deps): bump psl from 2.1.100 to 2.1.102 by @dependabot in #4439
  • build(deps-dev): bump the vite group across 1 directory with 2 updates by @dependabot in #4430
  • build(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot in #4429
  • build(deps): bump der from 0.7.9 to 0.7.10 by @dependabot in #4428
  • build(deps): bump sea-query from 0.32.3 to 0.32.4 in the sea-query group by @dependabot in #4426
  • build(deps-dev): bump knip from 5.50.2 to 5.51.0 in /frontend by @dependabot in #4475
  • build(deps): bump rustls-platform-verifier from 0.5.1 to 0.5.2 by @dependabot in #4466
  • build(deps): bump docker/bake-action from 6.5.0 to 6.6.0 by @dependabot in #4460
  • build(deps-dev): bump storybook-react-i18next from 3.2.1 to 3.3.1 in /frontend in the storybook group by @dependabot in #4477
  • build(deps): bump tokio-util from 0.7.14 to 0.7.15 by @dependabot in #4455
  • build(deps-dev): bump vite from 6.3.2 to 6.3.3 in /frontend in the vite group by @dependabot in #4454
  • build(deps): bump chrono from 0.4.40 to 0.4.41 by @dependabot in #4480
  • build(deps-dev): bump the vitest group in /frontend with 2 updates by @dependabot in #4453
  • build(deps): bump psl from 2.1.102 to 2.1.105 by @dependabot in #4479
  • build(deps): bump insta from 1.42.2 to 1.43.1 by @dependabot in #4478
  • build(deps-dev): bump @tanstack/react-router-devtools from 1.119.0 to 1.119.1 in /frontend in the tanstack-router group by @dependabot in #4482

New Contributors

Full Changelog: v0.15.0...v0.16.0