Skip to content

Commit fb76361

Browse files
authored
Merge pull request #63 from mailtrap/release-2.5.0
Release 2.5.0
2 parents d495a85 + 1135fed commit fb76361

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## [Unreleased]
1+
## [2.5.0] - 2026-03-23
22

3+
- Add optional `user_agent` parameter to `MailtrapClient` to set a custom User-Agent on all requests
34
- Add StatsApi with get, by_domain, by_category, by_email_service_provider, by_date endpoints
4-
- Add api_query_params to RequestParams for automatic [] serialization of list query params
5-
- List email logs (with filters & pagination) and get message by ID
5+
- Add `api_query_params` to `RequestParams` for automatic `[]` serialization of list query params
6+
- Email Logs API: list logs (with filters & pagination) and get message by ID
7+
- Fix PyPI project links, API documentation URLs, and default User-Agent repository URL
68

79
## [2.4.0] - 2025-12-04
810

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mailtrap"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "Official mailtrap.io API client"
55
readme = "README.md"
66
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)