<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/chat, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-12-12T14:35:14Z</updated>
<entry>
<title>chat/matrix-synapse: Update to 1.73.0</title>
<updated>2022-12-12T14:35:14Z</updated>
<author>
<name>gdt</name>
<email>gdt@pkgsrc.org</email>
</author>
<published>2022-12-12T14:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56090c407574f95842a1ce0b6da43083167aa761'/>
<id>urn:sha1:56090c407574f95842a1ce0b6da43083167aa761</id>
<content type='text'>
Synapse 1.73.0 (2022-12-06)
===========================

Please note that legacy Prometheus metric names have been removed in this release; see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.73/docs/upgrade.md#legacy-prometheus-metric-names-have-now-been-removed) for more details.

Features
--------

- Speed-up `/messages` with `filter_events_for_client`
  optimizations. ([\#14527](https://github.com/matrix-org/synapse/issues/14527))
- Improve DB performance by reducing amount of data that gets read in
  `device_lists_changes_in_room`. ([\#14534](https://github.com/matrix-org/synapse/issues/14534))
- Adds support for handling avatar in SSO OIDC login. Contributed by
  @ashfame. ([\#13917](https://github.com/matrix-org/synapse/issues/13917))
- Move MSC3030 `/timestamp_to_event` endpoints to stable `v1` location
  (`/_matrix/client/v1/rooms/&lt;roomID&gt;/timestamp_to_event?ts=&lt;timestamp&gt;&amp;dir=&lt;direction&gt;`,
  `/_matrix/federation/v1/timestamp_to_event/&lt;roomID&gt;?ts=&lt;timestamp&gt;&amp;dir=&lt;direction&gt;`). ([\#14471](https://github.com/matrix-org/synapse/issues/14471))
- Reduce database load of [Client-Server
  endpoints](https://spec.matrix.org/v1.5/client-server-api/#aggregations)
  which return bundled
  aggregations. ([\#14491](https://github.com/matrix-org/synapse/issues/14491),
  [\#14508](https://github.com/matrix-org/synapse/issues/14508),
  [\#14510](https://github.com/matrix-org/synapse/issues/14510))
- Add unstable support for an Extensible Events room version
  (`org.matrix.msc1767.10`) via
  [MSC1767](https://github.com/matrix-org/matrix-spec-proposals/pull/1767),
  [MSC3931](https://github.com/matrix-org/matrix-spec-proposals/pull/3931),
  [MSC3932](https://github.com/matrix-org/matrix-spec-proposals/pull/3932),
  and
  [MSC3933](https://github.com/matrix-org/matrix-spec-proposals/pull/3933).
  ([\#14520](https://github.com/matrix-org/synapse/issues/14520),
  [\#14521](https://github.com/matrix-org/synapse/issues/14521),
  [\#14524](https://github.com/matrix-org/synapse/issues/14524))
- Prune user's old devices on login if they have too
  many. ([\#14038](https://github.com/matrix-org/synapse/issues/14038),
  [\#14580](https://github.com/matrix-org/synapse/issues/14580))

Deprecations and Removals
-------------------------

- Remove legacy Prometheus metrics names. They were deprecated in
  Synapse v1.69.0 and disabled by default in Synapse
  v1.71.0. ([\#14538](https://github.com/matrix-org/synapse/issues/14538))</content>
</entry>
<entry>
<title>Update chat/element-web to 1.11.16</title>
<updated>2022-12-10T10:57:08Z</updated>
<author>
<name>js</name>
<email>js@pkgsrc.org</email>
</author>
<published>2022-12-10T10:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a0d1b165b2b818cc89ae883852a04ece48c3bf9a'/>
<id>urn:sha1:a0d1b165b2b818cc89ae883852a04ece48c3bf9a</id>
<content type='text'>
# Changes in [1.11.16](https://github.com/vector-im/element-web/releases/tag/v1.11.16) (2022-12-06)

## ✨ Features

-   Further improve replies ([\#6396](https://github.com/matrix-org/matrix-react-sdk/pull/6396)). Fixes #19074, #18194 #18027 and #19179.
-   Enable users to join group calls from multiple devices ([\#9625](https://github.com/matrix-org/matrix-react-sdk/pull/9625)).
-   fix(visual): make cursor a pointer for summaries ([\#9419](https://github.com/matrix-org/matrix-react-sdk/pull/9419)). Contributed by @r00ster91.
-   Add placeholder for rich text editor ([\#9613](https://github.com/matrix-org/matrix-react-sdk/pull/9613)).
-   Consolidate public room search experience ([\#9605](https://github.com/matrix-org/matrix-react-sdk/pull/9605)). Fixes #22846.
-   New password reset flow ([\#9581](https://github.com/matrix-org/matrix-react-sdk/pull/9581)). Fixes #23131.
-   Device manager - add tooltip to device details toggle ([\#9594](https://github.com/matrix-org/matrix-react-sdk/pull/9594)).
-   sliding sync: add lazy-loading member support ([\#9530](https://github.com/matrix-org/matrix-react-sdk/pull/9530)).
-   Limit formatting bar offset to top of composer ([\#9365](https://github.com/matrix-org/matrix-react-sdk/pull/9365)). Fixes #12359. Contributed by @owi92.

## 🐛 Bug Fixes

-   Fix issues around up arrow event edit shortcut ([\#9645](https://github.com/matrix-org/matrix-react-sdk/pull/9645)). Fixes #18497 and #18964.
-   Fix search not being cleared when clicking on a result ([\#9635](https://github.com/matrix-org/matrix-react-sdk/pull/9635)). Fixes #23845.
-   Fix screensharing in 1:1 calls ([\#9612](https://github.com/matrix-org/matrix-react-sdk/pull/9612)). Fixes #23808.
-   Fix the background color flashing when joining a call ([\#9640](https://github.com/matrix-org/matrix-react-sdk/pull/9640)).
-   Fix the size of the 'Private space' icon ([\#9638](https://github.com/matrix-org/matrix-react-sdk/pull/9638)).
-   Fix reply editing in rich text editor (https ([\#9615](https://github.com/matrix-org/matrix-react-sdk/pull/9615)).
-   Fix thread list jumping back down while scrolling ([\#9606](https://github.com/matrix-org/matrix-react-sdk/pull/9606)). Fixes #23727.
-   Fix regression with TimelinePanel props updates not taking effect ([\#9608](https://github.com/matrix-org/matrix-react-sdk/pull/9608)). Fixes #23794.
-   Fix form tooltip positioning ([\#9598](https://github.com/matrix-org/matrix-react-sdk/pull/9598)). Fixes #22861.
-   Extract Search handling from RoomView into its own Component ([\#9574](https://github.com/matrix-org/matrix-react-sdk/pull/9574)). Fixes #498.
-   Fix call splitbrains when switching between rooms ([\#9692](https://github.com/matrix-org/matrix-react-sdk/pull/9692)).
-   [Backport staging] Fix replies to emotes not showing as inline ([\#9708](https://github.com/matrix-org/matrix-react-sdk/pull/9708)).

# Changes in [1.11.15](https://github.com/vector-im/element-web/releases/tag/v1.11.15) (2022-11-22)

## ✨ Features

-   Make clear notifications work with threads ([\#9575](https://github.com/matrix-org/matrix-react-sdk/pull/9575)). Fixes #23751.
-   Change "None" to "Off" in notification options ([\#9539](https://github.com/matrix-org/matrix-react-sdk/pull/9539)). Contributed by @Arnei.
-   Advanced audio processing settings ([\#8759](https://github.com/matrix-org/matrix-react-sdk/pull/8759)). Fixes #6278. Contributed by @MrAnno.
-   Add way to create a user notice via config.json ([\#9559](https://github.com/matrix-org/matrix-react-sdk/pull/9559)).
-   Improve design of the rich text editor ([\#9533](https://github.com/matrix-org/matrix-react-sdk/pull/9533)). Contributed by @florianduros.
-   Enable user to zoom beyond image size ([\#5949](https://github.com/matrix-org/matrix-react-sdk/pull/5949)). Contributed by @jaiwanth-v.
-   Fix: Move "Leave Space" option to the bottom of space context menu ([\#9535](https://github.com/matrix-org/matrix-react-sdk/pull/9535)). Contributed by @hanadi92.

## 🐛 Bug Fixes

-   Make build scripts work on NixOS ([\#23740](https://github.com/vector-im/element-web/pull/23740)).
-   Fix integration manager `get_open_id_token` action and add E2E tests ([\#9520](https://github.com/matrix-org/matrix-react-sdk/pull/9520)).
-   Fix links being mangled by markdown processing ([\#9570](https://github.com/matrix-org/matrix-react-sdk/pull/9570)). Fixes #23743.
-   Fix: inline links selecting radio button ([\#9543](https://github.com/matrix-org/matrix-react-sdk/pull/9543)). Contributed by @hanadi92.
-   Fix wrong error message in registration when phone number threepid is in use. ([\#9571](https://github.com/matrix-org/matrix-react-sdk/pull/9571)). Contributed by @bagvand.
-   Fix missing avatar for show current profiles ([\#9563](https://github.com/matrix-org/matrix-react-sdk/pull/9563)). Fixes #23733.
-   Fix read receipts trickling down correctly ([\#9567](https://github.com/matrix-org/matrix-react-sdk/pull/9567)). Fixes #23746.
-   Resilience fix for homeserver without thread notification support ([\#9565](https://github.com/matrix-org/matrix-react-sdk/pull/9565)).
-   Don't switch to the home page needlessly after leaving a room ([\#9477](https://github.com/matrix-org/matrix-react-sdk/pull/9477)).
-   Differentiate download and decryption errors when showing images ([\#9562](https://github.com/matrix-org/matrix-react-sdk/pull/9562)). Fixes #3892.
-   Close context menu when a modal is opened to prevent user getting stuck ([\#9560](https://github.com/matrix-org/matrix-react-sdk/pull/9560)). Fixes #15610 and #10781.
-   Fix TimelineReset handling when no room associated ([\#9553](https://github.com/matrix-org/matrix-react-sdk/pull/9553)).
-   Always use current profile on thread events ([\#9524](https://github.com/matrix-org/matrix-react-sdk/pull/9524)). Fixes #23648.
-   Fix `ThreadView` tests not using thread flag ([\#9547](https://github.com/matrix-org/matrix-react-sdk/pull/9547)). Contributed by @MadLittleMods.
-   Handle deletion of `m.call` events ([\#9540](https://github.com/matrix-org/matrix-react-sdk/pull/9540)). Fixes #23663.
-   Fix incorrect notification count after leaving a room with notifications ([\#9518](https://github.com/matrix-org/matrix-react-sdk/pull/9518)). Contributed by @Arnei.

# Changes in [1.11.14](https://github.com/vector-im/element-web/releases/tag/v1.11.14) (2022-11-08)

## ✨ Features

-   Loading threads with server-side assistance ([\#9356](https://github.com/matrix-org/matrix-react-sdk/pull/9356)). Fixes #21807, #21799, #21911, #22141, #22157, #22641, #22501 #22438 and #21678. Contributed by @justjanne.
-   Make thread replies trigger a room list re-ordering ([\#9510](https://github.com/matrix-org/matrix-react-sdk/pull/9510)). Fixes #21700.
-   Device manager - add extra details to device security and renaming ([\#9501](https://github.com/matrix-org/matrix-react-sdk/pull/9501)). Contributed by @kerryarchibald.
-   Add plain text mode to the wysiwyg composer ([\#9503](https://github.com/matrix-org/matrix-react-sdk/pull/9503)). Contributed by @florianduros.
-   Sliding Sync: improve sort order, show subspace rooms, better tombstoned room handling ([\#9484](https://github.com/matrix-org/matrix-react-sdk/pull/9484)).
-   Device manager - add learn more popups to filtered sessions section ([\#9497](https://github.com/matrix-org/matrix-react-sdk/pull/9497)). Contributed by @kerryarchibald.
-   Show thread notification if thread timeline is closed ([\#9495](https://github.com/matrix-org/matrix-react-sdk/pull/9495)). Fixes #23589.
-   Add message editing to wysiwyg composer ([\#9488](https://github.com/matrix-org/matrix-react-sdk/pull/9488)). Contributed by @florianduros.
-   Device manager - confirm sign out of other sessions ([\#9487](https://github.com/matrix-org/matrix-react-sdk/pull/9487)). Contributed by @kerryarchibald.
-   Automatically request logs from other users in a call when submitting logs ([\#9492](https://github.com/matrix-org/matrix-react-sdk/pull/9492)).
-   Add thread notification with server assistance (MSC3773) ([\#9400](https://github.com/matrix-org/matrix-react-sdk/pull/9400)). Fixes #21114, #21413, #21416, #21433, #21481, #21798, #21823 #23192 and #21765.
-   Support for login + E2EE set up with QR ([\#9403](https://github.com/matrix-org/matrix-react-sdk/pull/9403)). Contributed by @hughns.
-   Allow pressing Enter to send messages in new composer ([\#9451](https://github.com/matrix-org/matrix-react-sdk/pull/9451)). Contributed by @andybalaam.

## 🐛 Bug Fixes

-   Fix regressions around media uploads failing and causing soft crashes ([\#9549](https://github.com/matrix-org/matrix-react-sdk/pull/9549)). Fixes matrix-org/element-web-rageshakes#16831, matrix-org/element-web-rageshakes#16824 matrix-org/element-web-rageshakes#16810 and vector-im/element-web#23641.
-   Fix /myroomavatar slash command ([\#9536](https://github.com/matrix-org/matrix-react-sdk/pull/9536)). Fixes matrix-org/synapse#14321.
-   Fix config.json failing to load for Jitsi wrapper in non-root deployment ([\#23577](https://github.com/vector-im/element-web/pull/23577)).
-   Fix NotificationBadge unsent color ([\#9522](https://github.com/matrix-org/matrix-react-sdk/pull/9522)). Fixes #23646.
-   Fix room list sorted by recent on app startup ([\#9515](https://github.com/matrix-org/matrix-react-sdk/pull/9515)). Fixes #23635.
-   Reset custom power selector when blurred on empty ([\#9508](https://github.com/matrix-org/matrix-react-sdk/pull/9508)). Fixes #23481.
-   Reinstate timeline/redaction callbacks when updating notification state ([\#9494](https://github.com/matrix-org/matrix-react-sdk/pull/9494)). Fixes #23554.
-   Only render NotificationBadge when needed ([\#9493](https://github.com/matrix-org/matrix-react-sdk/pull/9493)). Fixes #23584.
-   Fix embedded Element Call screen sharing ([\#9485](https://github.com/matrix-org/matrix-react-sdk/pull/9485)). Fixes #23571.
-   Send Content-Type: application/json header for integration manager /register API ([\#9490](https://github.com/matrix-org/matrix-react-sdk/pull/9490)). Fixes #23580.
-   Fix joining calls without audio or video inputs ([\#9486](https://github.com/matrix-org/matrix-react-sdk/pull/9486)). Fixes #23511.
-   Ensure spaces in the spotlight dialog have rounded square avatars ([\#9480](https://github.com/matrix-org/matrix-react-sdk/pull/9480)). Fixes #23515.
-   Only show mini avatar uploader in room intro when no avatar yet exists ([\#9479](https://github.com/matrix-org/matrix-react-sdk/pull/9479)). Fixes #23552.
-   Fix threads fallback incorrectly targets root event ([\#9229](https://github.com/matrix-org/matrix-react-sdk/pull/9229)). Fixes #23147.
-   Align video call icon with banner text ([\#9460](https://github.com/matrix-org/matrix-react-sdk/pull/9460)).
-   Set relations helper when creating event tile context menu ([\#9253](https://github.com/matrix-org/matrix-react-sdk/pull/9253)). Fixes #22018.
-   Device manager - put client/browser device metadata in correct section ([\#9447](https://github.com/matrix-org/matrix-react-sdk/pull/9447)). Contributed by @kerryarchibald.
-   Update the room unread notification counter when the server changes the value without any related read receipt ([\#9438](https://github.com/matrix-org/matrix-react-sdk/pull/9438)).</content>
</entry>
<entry>
<title>chat/toot: update to toot-0.31.0.</title>
<updated>2022-12-08T22:48:23Z</updated>
<author>
<name>vins</name>
<email>vins@pkgsrc.org</email>
</author>
<published>2022-12-08T22:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=baedeffa17f6466cc17e18573b1f7405b6c6c3da'/>
<id>urn:sha1:baedeffa17f6466cc17e18573b1f7405b6c6c3da</id>
<content type='text'>
Changes:
* **BREAKING:** Require Python 3.6+
* Add `post --scheduled-in` option for easier scheduling
* Fix posting toots to Pleroma
* Improved testing</content>
</entry>
<entry>
<title>Revbump all Go packages after go119 security update</title>
<updated>2022-12-08T16:14:12Z</updated>
<author>
<name>bsiegert</name>
<email>bsiegert@pkgsrc.org</email>
</author>
<published>2022-12-08T16:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4cdbf516beb7f96c9e722a3493c56e4c349628e5'/>
<id>urn:sha1:4cdbf516beb7f96c9e722a3493c56e4c349628e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add toot to chat/Makefile.</title>
<updated>2022-12-06T12:53:28Z</updated>
<author>
<name>vins</name>
<email>vins@pkgsrc.org</email>
</author>
<published>2022-12-06T12:53:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39944d1663cc528940f2523768015218c8431af4'/>
<id>urn:sha1:39944d1663cc528940f2523768015218c8431af4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chat/toot: import package from wip.</title>
<updated>2022-12-06T12:52:01Z</updated>
<author>
<name>vins</name>
<email>vins@pkgsrc.org</email>
</author>
<published>2022-12-06T12:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9afaa989be95d4a841913cf51b1609de78a9b463'/>
<id>urn:sha1:9afaa989be95d4a841913cf51b1609de78a9b463</id>
<content type='text'>
toot is a command line and TUI client for interacting with instances
on the distributed social network known as 'the Fediverse' using the
Mastodon.social API.</content>
</entry>
<entry>
<title>chat/gomuks: update to 0.3.0</title>
<updated>2022-12-02T09:47:31Z</updated>
<author>
<name>pin</name>
<email>pin@pkgsrc.org</email>
</author>
<published>2022-12-02T09:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d3169ca86badb692a83e585c33ad2207bd73f5a0'/>
<id>urn:sha1:d3169ca86badb692a83e585c33ad2207bd73f5a0</id>
<content type='text'>
 - Bumped minimum Go version to 1.18.
 - Switched from /r0 to /v3 paths everywhere.
    - The new v3 paths are implemented since Synapse 1.48, Dendrite 0.6.5, and
      Conduit 0.4.0. Servers older than these are no longer supported.
 - Added config flags for backspace behavior.
 - Added /rainbownotice command to send a rainbow as a m.notice message.
 - Added support for editing messages in an external editor.
 - Added arrow key support for navigating results in fuzzy search.
 - Added initial support for configurable keyboard shortcuts (thanks to @3nprob
   in #328).
 - Added support for shortcodes without tab-completion in /react (thanks to
   @tleb in #354).
 - Added background color to differentiate inline code (thanks to @n-peugnet
   in #361).
 - Added tab-completion support for /toggle options (thanks to @n-peugnet in
   #362).
 - Added initial support for rendering spoilers in messages.
 - Added support for sending spoilers (with ||reason|spoiler|| or ||spoiler||).
 - Added support for inline links (limited terminal support; requires /toggle
   inlineurls).
 - Added graphical file picker for /upload when no path is provided (requires
   zenity).
 - Updated more places to use default/reverse colors instead of white/black to
   better work on light themed terminals (thanks to @n-peugnet in #401).
 - Fixed mentions being lost when editing messages.
 - Fixed date change messages showing the wrong date.
 - Fixed some whitespace in HTML being rendered even when it shouldn't.
 - Fixed copying non-text messages with /copy.
 - Fixed rendering code blocks with unknown languages (thanks to @n-peugnet in
   #386).
 - Fixed newlines not working in code blocks with certain syntax highlightings
   (thanks to @n-peugnet in #387).
 - Fixed rendering more than one reaction of the same type in a single message
   (thanks to @n-peugnet in #391).
 - Fixed line-wrapped messages getting corrupted when receiving a reaction
   (thanks to @n-peugnet in #397).</content>
</entry>
<entry>
<title>swirc: update to 3.3.8.</title>
<updated>2022-11-28T09:33:56Z</updated>
<author>
<name>fcambus</name>
<email>fcambus@pkgsrc.org</email>
</author>
<published>2022-11-28T09:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=295887f4619c503a23a5afe45190c958ea4f892e'/>
<id>urn:sha1:295887f4619c503a23a5afe45190c958ea4f892e</id>
<content type='text'>
## [3.3.8] - 2022-11-27 ##
- **Added** an ident protocol daemon (which is OFF by default)
- **Added** and made use of `printf_and_free()`
- **Added** exception handling
- **Added** tab completion for `/theme`
- **Added** the following config options:
  - `awaymsgs_in_privconv` (bool)
  - `identd` (bool)
  - `identd_fakenames` (bool)
  - `identd_port` (int)
- **Added** the following events:
  - 413 (`ERR_NOTOPLEVEL`)
  - 414 (`ERR_WILDTOPLEVEL`)
  - 415 (`ERR_BADMASK`)
- **Added** usage of `__func__`
- **Added** usage of `printtext_print()`
- **Deleted** commented-out code
- **Deleted** unused includes
- **Did code refactoring**
- **Fixed** display of IPv6 addresses in event 338
- **Fixed** verification of the X509 certificate presented by the peer
- **Made** const arrays static const
- **Made** improvements to the following files:
  - `commands/theme.c`
  - `network.cpp`
  - `printtext.cpp`
- **Moved** `squeeze_text_deco()` to a separate file
- Reduced VA args in printtext calls</content>
</entry>
<entry>
<title>chat/element-web: Extend DESCR due to complaints</title>
<updated>2022-11-26T00:52:26Z</updated>
<author>
<name>gdt</name>
<email>gdt@pkgsrc.org</email>
</author>
<published>2022-11-26T00:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8933569ab9e41cbafab7bd68e112a242237d8a3e'/>
<id>urn:sha1:8933569ab9e41cbafab7bd68e112a242237d8a3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chat/matrix-synapse: Update to 1.72.0</title>
<updated>2022-11-26T00:49:02Z</updated>
<author>
<name>gdt</name>
<email>gdt@pkgsrc.org</email>
</author>
<published>2022-11-26T00:49:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1a59ae41de6f630f0894b3314f986cb4527feb2'/>
<id>urn:sha1:d1a59ae41de6f630f0894b3314f986cb4527feb2</id>
<content type='text'>
Synapse 1.72.0 (2022-11-22)
===========================

Please note that Synapse now only supports PostgreSQL 11+, because
PostgreSQL 10 has reached end-of-life, c.f. our [Deprecation
Policy](https://github.com/matrix-org/synapse/blob/develop/docs/deprecation_policy.md).

Features
--------

- Add experimental support for
  [MSC3912](https://github.com/matrix-org/matrix-spec-proposals/pull/3912):
  Relation-based
  redactions. ([\#14260](https://github.com/matrix-org/synapse/issues/14260))

- Build Debian packages for Ubuntu 22.10 (Kinetic
  Kudu). ([\#14396](https://github.com/matrix-org/synapse/issues/14396))

- Add an [Admin
  API](https://matrix-org.github.io/synapse/latest/usage/administration/admin_api/index.html)
  endpoint for user lookup based on third-party ID (3PID). Contributed
  by
  @ashfame. ([\#14405](https://github.com/matrix-org/synapse/issues/14405))

- Faster joins: include heroes' membership events in the partial join
  response, for rooms without a name or canonical
  alias. ([\#14442](https://github.com/matrix-org/synapse/issues/14442))

Deprecations and Removals
-------------------------

- Remove support for PostgreSQL
  10. ([\#14392](https://github.com/matrix-org/synapse/issues/14392),
  [\#14397](https://github.com/matrix-org/synapse/issues/14397))</content>
</entry>
</feed>
