v0.9.0-rc.1
Pre-releaseBreaking changes
Configuration options
The following options are now invalid:
- the
jaeger
andzipkin
values intelemetry.tracing.exporter
(see below) - the
b3
andb3multi
values intelemetry.tracing.propagator
(see below) - the
spa
resource type inhttp.listeners[*].resources
. This was deprecated before the 0.1.0 release, but only showed a warning. It is now removed.
The mas-cli config dump
and mas-cli config generate
commands now strip less common options if they are kept to their default value.
This means that those commands will skip the telemetry
, policy
, templates
, upstream_oauth2
, branding
and experimental
sections if no custom value is set.
Users should remove those sections from their configuration file if they haven't set any custom value and want to simplify it.
Tracing exporters
The Zipkin and Jaeger traces exporters have been removed.
Users should migrate to using the OTLP exporter instead.
The OTLP exporter now uses OTLP over HTTP instead of OTLP over gRPC.
The b3
and b3multi
propagators have been removed.
Users should migrate to using the tracecontext
or the jaeger
propagator instead.
Pre-built binaries now use glibc
instead of musl
Pre-built Linux binaries attached to the releases are now built with glibc
instead of musl
.
This means that the binaries are not fully static anymore, as it requires glibc 2.17 or later, which is available on most supported Linux environments.
Notable new features
TODO.
Docker image
Regular image:
- Digest:
ghcr.io/matrix-org/matrix-authentication-service@sha256:1c7ed14e16485676d9d42b6eea44f1b142eeff5817ac90ce99e636a332bc1efa
- Tags:
ghcr.io/matrix-org/matrix-authentication-service:0.9.0-rc.1 ghcr.io/matrix-org/matrix-authentication-service:sha-c676a2e
Debug variant:
- Digest:
ghcr.io/matrix-org/matrix-authentication-service@sha256:122ccbd394447c98110e58615015e5d79a781601ff7c23923d83f7c6fc16832f
- Tags:
ghcr.io/matrix-org/matrix-authentication-service:0.9.0-rc.1-debug ghcr.io/matrix-org/matrix-authentication-service:sha-c676a2e-debug
syn2mas
migration tool:
- Digest:
ghcr.io/matrix-org/matrix-authentication-service/syn2mas@sha256:7371a3556a98cb12e20359259881d2abd5ac7d3cab1839bbc4917a8bf0144dd2
- Tags:
ghcr.io/matrix-org/matrix-authentication-service/syn2mas:0.9.0-rc.1 ghcr.io/matrix-org/matrix-authentication-service/syn2mas:sha-c676a2e