Postmarker

Latest version: v1.0

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

Scan your dependencies

Page 1 of 7

1.0

-------------------

Added
~~~~~

- Python 3.10 support.
- Django 4.0 support. `200`_

Removed
~~~~~~~

- Deprecated ``yield_fixture`` usage in postmarker's pytest plugin.

0.18.2

----------------------

Added
~~~~~

- Support subject search on outbound messages.

0.18.1

----------------------

Fixed
~~~~~

- Fix documentation config to update docs on ReadTheDocs. `195`_

0.18.0

----------------------

Added
~~~~~

- Support for ``batchWithTemplates``.

0.17.1

----------------------

Added
~~~~~

- ``root_api_url`` argument for ``PostmarkClient``. It allows you to change the address used by ``postmarker`` for sending API calls.

.. important::

Use ``https://api-ssl-temp.postmarkapp.com/`` if you'd like to test your application against the upcoming TLSv1 deprecation by Postmark.
Example:

.. code-block:: python

postmark = PostmarkClient(
server_token="SERVER_TOKEN",
account_token="ACCOUNT_TOKEN",
root_api_url="https://api-ssl-temp.postmarkapp.com/"
)
Use the client as usual

0.17.0

----------------------

Fixed
~~~~~

- Make ``TemplateID`` not required if ``TemplateAlias`` is specified. `179`_

Removed
~~~~~~~

- Support for Python 3.5.

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.