Releases: railsware/mailtrap-python
Releases · railsware/mailtrap-python
Release v2.2.0
What's Changed
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @mklocek in #15
- Fix issue #29. Add support of Emails Sandbox (Testing) API: Projects by @Ihor-Bilous in #31
- Issue 25 by @Ihor-Bilous in #33
- Fix issue #18: Add api for EmailTemplates, add tests and examples by @Ihor-Bilous in #34
- Fix issue #19: Add ContactFieldsApi, related models, tests, examples by @Ihor-Bilous in #35
- Fix issue #20: Add ContactListsApi, related models, tests, examples by @Ihor-Bilous in #36
- Fix issue #21: Add ContactsApi, related models, tests, examples by @Ihor-Bilous in #37
- Fix issue #22: Add ContactImportsApi, related models, tests, examples by @Ihor-Bilous in #38
- Fix issue #23: Add SuppressionsApi, related models, tests and examples by @Ihor-Bilous in #39
- Fix issue #27: Add InboxesApi, related models, tests, examples. by @Ihor-Bilous in #40
- Fix issue #26: Add MessagesApi, releated models, examples, tests by @Ihor-Bilous in #43
- Fix issue #28: Add AttachmentsApi, related models, tests, examples by @Ihor-Bilous in #44
New Contributors
- @mklocek made their first contribution in #15
- @Ihor-Bilous made their first contribution in #31
Full Changelog: v2.1.0...v.2.2.0
Release 2.1.0
What's Changed
- Resolve build on latest macOS by @leonid-shevtsov in #8
- Add badge links by @leonid-shevtsov in #6
- Remove duplicate pull request template by @leonid-shevtsov in #7
- Drop support for Python 3.6-3.8 and add support for 3.12-3.13 by @andrii-porokhnavets in #13
- Support sandbox and bulk modes by @andrii-porokhnavets in #12
- Release v2.1.0 by @VladimirTaytor in #14
New Contributors
- @leonid-shevtsov made their first contribution in #8
Full Changelog: v2.0.1...v2.1.0
Release 2.0.1
- Add User-Agent header to all requests