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