Hi developers,
If your library or application supports building against both libsoup 2 and libsoup 3, please make sure that for GNOME 43, libsoup 3 should be the default choice in your meson_options.txt. This also applies to webkit2gtk-4.1 (libsoup 3) vs. webkit2gtk-4.0 (libsoup 2). If your library or application does not have an option to choose which version to use, it is fine to unconditionally depend on libsoup 3.
If your application or library still depends on libsoup 2, now is the time to port to libsoup 3! All software not ported will be removed from GNOME eventually, probably for GNOME 44 next year. But software that depends on webkit2gtk-4.0 must be ported immediately, as that will be removed imminently to reduce the number of WebKitGTKs that we have to build.
Thanks!