synapse/changelog.d
Sean Quah e15aa00bc0
Fix error message when app_service_config_files validation fails (#15614)
The second argument of `ConfigError` is a path, passed as an optional
`Iterable[str]` and not a `str`. If a string is passed directly,
Synapse unhelpfully emits "Error in configuration at
a.p.p._.s.e.r.v.i.c.e._.c.o.n.f.i.g._.f.i.l.e.s'" when the config
option has the wrong data type.

Signed-off-by: Sean Quah <seanq@matrix.org>
2023-05-18 10:58:13 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
15537.misc Add not null constraint to column full_user_id of tables profiles and user_filters (#15537) 2023-05-16 10:57:39 -07:00
15599.bugfix traceback.format_exception(...) usage that is compatible with Python 3.7 and 3.11 (#15599) 2023-05-16 12:33:18 -05:00
15601.bugfix Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) 2023-05-16 16:25:01 -04:00
15602.misc Run mypy type checking with the minimum supported Python version (#15602) 2023-05-16 13:27:47 -05:00
15604.misc Fix subscriptable type usage in Python <3.9 (#15604) 2023-05-16 12:19:46 -05:00
15606.misc Update code to refer to "workers". (#15606) 2023-05-16 15:56:38 -04:00
15611.feature Add a new admin API to create a new device for a user. (#15611) 2023-05-17 14:39:06 +00:00
15614.bugfix Fix error message when app_service_config_files validation fails (#15614) 2023-05-18 10:58:13 +01:00