0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-25 05:58:21 +02:00
synapse/changelog.d
Erik Johnston 38b346a504
Replace or_ignore in simple_insert with simple_upsert (#10442)
Now that we have `simple_upsert` that should be used in preference to
trying to insert and looking for an exception. The main benefit is that
we ERROR message don't get written to postgres logs.

We also have tidy up the return value on `simple_upsert`, rather than
having a tri-state of inserted/not-inserted/unknown.
2021-07-22 12:39:50 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
10283.feature MSC3244 room capabilities implementation (#10283) 2021-07-20 12:59:23 +01:00
10416.misc Move the docker image build to Github Actions (#10416) 2021-07-21 12:33:35 +01:00
10426.feature Update the notification email subject when invited to a space. (#10426) 2021-07-21 17:29:54 +00:00
10429.misc Drop xenial-support hacks (#10429) 2021-07-21 21:25:28 +01:00
10432.misc Switch to chunk events so we can auth via power_levels (MSC2716) (#10432) 2021-07-21 10:29:57 +00:00
10437.misc Add type hints to additional servlet functions (#10437) 2021-07-21 18:12:22 +00:00
10438.misc Add a return type to parse_string. (#10438) 2021-07-21 09:47:56 -04:00
10442.misc Replace or_ignore in simple_insert with simple_upsert (#10442) 2021-07-22 12:39:50 +01:00
10444.misc Fix the tests-done Github Actions job (#10444) 2021-07-22 11:10:30 +01:00
10445.doc Fix the hierarchy of OpenID providers in the docs. (#10445) 2021-07-21 13:48:06 -04:00
10446.misc Fix a handful of type annotations. (#10446) 2021-07-22 12:00:16 +01:00
10451.misc Cancel redundant GHA workflows (#10451) 2021-07-22 11:35:06 +01:00
10453.doc Move dev/ docs to development/ (#10453) 2021-07-22 12:58:24 +02:00