@gladiac I am afraid there is still more work to do. Any ideas how to fix those test errors?

- Update to 3.3.3:
  - Add pre_confirmed and pre_approved parameters to
    MailingList.unsubscribe.
  - Add support to fetch pending unsubscription requests.
  - Add member_id as a property of Member object.
  - Return pending token when a Member is unsubscribed.
  - Allow specifying a reason when handling subscription requests
  - Add support to specify fields when fetching a roster.
  - Add a mechanism to hook into the request parameters.
  - Add basic support for async client for Mailman API.
  - Allow specifying delivery_mode and delivery_status when
    subscribing a Member.
  - Add a new Client.find_users API which allows searching for
    the users.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailmanclient?expand=0&rev=20
This commit is contained in:
2021-11-18 18:23:51 +00:00
committed by Git OBS Bridge
parent 5711b11156
commit 9c8e4ff83b
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Nov 18 18:14:51 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 3.3.3:
- Add pre_confirmed and pre_approved parameters to
MailingList.unsubscribe.
- Add support to fetch pending unsubscription requests.
- Add member_id as a property of Member object.
- Return pending token when a Member is unsubscribed.
- Allow specifying a reason when handling subscription requests
- Add support to specify fields when fetching a roster.
- Add a mechanism to hook into the request parameters.
- Add basic support for async client for Mailman API.
- Allow specifying delivery_mode and delivery_status when
subscribing a Member.
- Add a new Client.find_users API which allows searching for
the users.
-------------------------------------------------------------------
Tue May 4 09:30:03 UTC 2021 - Ben Greiner <code@bnavigator.de>