diff options
| author | Barry Warsaw | 2015-12-22 17:05:17 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-22 17:05:17 -0500 |
| commit | 85521fac12e3c67e10fbc21345e4694f3ab22fe0 (patch) | |
| tree | dbb9db4e36698b6c8f78954548cd17a95607352b /src/mailman/docs | |
| parent | 8d74a4f3b19928a9c311096aa5b39893ae3fe701 (diff) | |
| download | mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.tar.gz mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.tar.zst mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.zip | |
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 3e8870589..e8ac58c68 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -123,6 +123,12 @@ REST * Expose ``digest_send_periodic``, ``digest_volume_frequency``, and ``digests_enabled`` (renamed from ``digestable``) to the REST API. (Closes: #159) + * Expose the "bump digest" and "send digest" functionality though the REST + API via the ``<api>/lists/<list-id>/digest`` end-point. GETting this + resource returns the ``next_digest_number`` and ``volume`` as the same + values accessible through the list's configuraiton resource. POSTing to + the resource with either ``send=True``, ``bump=True``, or both invokes the + given action. Other ----- @@ -132,9 +138,9 @@ Other ``list_url`` or permalink. Given by Aurélien Bompard. * Large performance improvement in ``SubscriptionService.find_members()``. Given by Aurélien Bompard. - * Rework the digest machinery, and add a new `send-digests` subcommand, which + * Rework the digest machinery, and add a new ``digests`` subcommand, which can be used from the command line or cron to immediately send out any - partially collected digests. + partially collected digests, or bump the digest and volume numbers. * The mailing list "data directory" has been renamed. Instead of using the fqdn listname, the subdirectory inside ``[paths]list_data_dir`` now uses the List-ID. |
