* SQL queries can now return `content_url` and the plugin will proxy and deliver content from that URL. 4
* Content is proxied as it is streamed, taking advantage of ASGI streaming. 21
* A `content_filename` column can be returned, which will cause the browser to prompt a file download using the specified file name. 19