|
1 | 1 | ## [2.4.0] - 2025-12-04 |
| 2 | + |
2 | 3 | * Fix issue #52: Update README.md using new guideline by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/55 |
3 | 4 | * Fix issue #53: Add full usage in all examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/56 |
4 | 5 | * Merge functionality and examples in Readme by @yanchuk in https://github.com/mailtrap/mailtrap-python/pull/57 |
5 | 6 | * Fix issue #54: Add SendingDomainsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/58 |
6 | 7 |
|
7 | 8 | ## [2.3.0] - 2025-10-24 |
| 9 | + |
8 | 10 | * Fix issue #24: Add batch_send method to SendingApi, add models by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/47 |
9 | 11 | * Fix issue #42: Add GeneralApi, related models, examples, tests. by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/48 |
10 | 12 | * Fix issue #41: Add ContactExportsApi, related models, tests and examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/49 |
11 | 13 | * Fix issue #45: Add ContactEventsApi, related models, tests and examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/51 |
12 | 14 |
|
13 | 15 | ## [2.2.0] - 2025-09-18 |
14 | | -- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @mklocek in https://github.com/railsware/mailtrap-python/pull/15 |
15 | | -- Fix issue #29. Add support of Emails Sandbox (Testing) API: Projects by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/31 |
16 | | -- Issue 25 by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/33 |
17 | | -- Fix issue #18: Add api for EmailTemplates, add tests and examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/34 |
18 | | -- Fix issue #19: Add ContactFieldsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/35 |
19 | | -- Fix issue #20: Add ContactListsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/36 |
20 | | -- Fix issue #21: Add ContactsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/37 |
21 | | -- Fix issue #22: Add ContactImportsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/38 |
22 | | -- Fix issue #23: Add SuppressionsApi, related models, tests and examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/39 |
23 | | -- Fix issue #27: Add InboxesApi, related models, tests, examples. by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/40 |
24 | | -- Fix issue #26: Add MessagesApi, releated models, examples, tests by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/43 |
25 | | -- Fix issue #28: Add AttachmentsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/railsware/mailtrap-python/pull/44 |
| 16 | + |
| 17 | +- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @mklocek in https://github.com/mailtrap/mailtrap-python/pull/15 |
| 18 | +- Fix issue #29. Add support of Emails Sandbox (Testing) API: Projects by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/31 |
| 19 | +- Issue 25 by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/33 |
| 20 | +- Fix issue #18: Add api for EmailTemplates, add tests and examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/34 |
| 21 | +- Fix issue #19: Add ContactFieldsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/35 |
| 22 | +- Fix issue #20: Add ContactListsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/36 |
| 23 | +- Fix issue #21: Add ContactsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/37 |
| 24 | +- Fix issue #22: Add ContactImportsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/38 |
| 25 | +- Fix issue #23: Add SuppressionsApi, related models, tests and examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/39 |
| 26 | +- Fix issue #27: Add InboxesApi, related models, tests, examples. by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/40 |
| 27 | +- Fix issue #26: Add MessagesApi, releated models, examples, tests by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/43 |
| 28 | +- Fix issue #28: Add AttachmentsApi, related models, tests, examples by @Ihor-Bilous in https://github.com/mailtrap/mailtrap-python/pull/44 |
26 | 29 |
|
27 | 30 | ## [2.1.0] - 2025-05-12 |
| 31 | + |
28 | 32 | - Add sandbox mode support in MailtrapClient |
29 | 33 | - It requires inbox_id parameter to be set |
30 | 34 | - Add bulk mode support in MailtrapClient |
31 | 35 | - Drop support python 3.6 - 3.8 |
32 | 36 | - Add support for python 3.12 - 3.13 |
33 | 37 |
|
34 | 38 | ## [2.0.1] - 2023-05-18 |
| 39 | + |
35 | 40 | - Add User-Agent header to all requests |
36 | 41 |
|
37 | 42 | ## [2.0.0] - 2023-03-11 |
|
0 commit comments