Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## [Unreleased]
## [2.5.0] - 2026-03-23

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

## [2.4.0] - 2025-12-04

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mailtrap"
version = "2.4.0"
version = "2.5.0"
description = "Official mailtrap.io API client"
readme = "README.md"
license = {file = "LICENSE.txt"}
Expand Down
Loading