Notifications-python-client

Latest version: v10.0.0

Safety actively analyzes 688917 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

4.6.0

Not secure
Changed

* Update to `NotificationsAPIClient.send_sms_notification()`
* added `sms_sender_id`: an optional `sms_sender_id` specified when adding SMS senders under service settings. If this is not provided, the SMS sender will be the service default SMS sender. `sms_sender_id` can be omitted.

4.5.0

Not secure
* Update to `NotificationsAPIClient.send_email_notification()`
* added `email_reply_to_id`: an optional email_reply_to_id specified when adding Email reply to addresses under service settings, if this is not provided the reply to email will be the service default reply to email. `email_reply_to_id` can be omitted.

4.4.0

Not secure
Added

* Added `NotificationsAPIClient.send_letter_notification()`:
* functions similarly to `send_sms_notification` and `send_email_notification`, however, address details are provided
in the personalisation dict
* See more details in the [README](https://github.com/alphagov/notifications-python-client#letter)

4.3.0

Changed

* Update to `NotificationsAPIClient.get_template(id)`:
* the `dict` returned has changed, learn more from the [README](https://github.com/alphagov/notifications-python-client#get-a-template-by-id).
* Update to `NotificationsAPIClient.get_template_version(id, version)`:
* the `dict` returned has changed, learn more from the [README](https://github.com/alphagov/notifications-python-client#get-a-template-by-id-and-version).
* Update to `NotificationsAPIClient.get_all_templates(template_type=None)`:
* the `dict` returned has changed, learn more from the [README](https://github.com/alphagov/notifications-python-client#get-all-templates)
* Replaced `NotificationsAPIClient.get_template_preview(id)` function with `NotificationsAPIClient.post_template_preview(id, persionalisation)`:
* See more details here [README](https://github.com/alphagov/notifications-python-client#generate-a-preview-template)

4.2.0

Not secure
Changed

* `NotificationsAPIClient.get_all_notifications()`
* Notifications can be now be filtered by `reference`, see the README for details.
* NotificationList response has changed, see the [README](https://github.com/alphagov/notifications-python-client#get-the-status-of-all-messages-with-pagination) for details.

4.1.0

Not secure
Changed

* Python 2.7 supported

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.