-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: mailtrap/mailtrap-python
base: v2.0.1
head repository: mailtrap/mailtrap-python
compare: v2.1.0
- 14 commits
- 17 files changed
- 4 contributors
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13216d5 - Browse repository at this point
Copy the full SHA 13216d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3937fd9 - Browse repository at this point
Copy the full SHA 3937fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c5fe0 - Browse repository at this point
Copy the full SHA 14c5fe0View commit details
Commits on Aug 7, 2024
-
Merge pull request #8 from railsware/fix-build
Resolve build on latest macOS
Configuration menu - View commit details
-
Copy full SHA for 6459286 - Browse repository at this point
Copy the full SHA 6459286View commit details -
Merge pull request #6 from railsware/add-badge-links
Add badge links
Configuration menu - View commit details
-
Copy full SHA for 208dd79 - Browse repository at this point
Copy the full SHA 208dd79View commit details -
Merge pull request #7 from railsware/remove-duplicate-file
Remove duplicate pull request template
Commits on Apr 30, 2025
-
Drop support for Python 3.6-3.8 and add support for 3.12-3.13
Updated `tox.ini`, `pyproject.toml`, and GitHub Actions workflows to reflect the removal of Python 3.6-3.8 and inclusion of 3.12-3.13. Pinned `pre-commit` and `mypy` dependencies to ensure compatibility. Adjusted pre-commit hooks and dependencies to use newer versions for better tooling support.
Configuration menu - View commit details
-
Copy full SHA for 0c64033 - Browse repository at this point
Copy the full SHA 0c64033View commit details -
Use modern
PEP 585type hints across the codebaseReplaced legacy `typing` constructs like `List` and `Dict` with modern `PEP 585` style type hints (`list`, `dict`, etc.). This improves code readability and aligns with Python 3.9+ standards.
Configuration menu - View commit details
-
Copy full SHA for 8ca3c57 - Browse repository at this point
Copy the full SHA 8ca3c57View commit details
Commits on May 1, 2025
-
Add sandbox support in MailtrapClient
Introduced `sandbox` mode, allowing configuration for sandbox environments via `inbox_id`. Implemented validation to ensure correct usage of `sandbox` and `inbox_id`, along with related tests. Updated URL generation logic and error handling for enhanced flexibility.
Configuration menu - View commit details
-
Copy full SHA for c1be4d7 - Browse repository at this point
Copy the full SHA c1be4d7View commit details -
Add support for bulk sending mode in Mailtrap client
Introduce a new `bulk` mode in the Mailtrap client, setting a dedicated `BULK_HOST` for bulk operations. Updated validation logic to prevent conflicts between bulk and sandbox modes. Added corresponding test cases to ensure correct functionality and URL generation.
Configuration menu - View commit details
-
Copy full SHA for a138158 - Browse repository at this point
Copy the full SHA a138158View commit details
Commits on May 5, 2025
-
Merge pull request #13 from railsware/deprecate-dead-python-versions
Drop support for Python 3.6-3.8 and add support for 3.12-3.13
Configuration menu - View commit details
-
Copy full SHA for 0bd578d - Browse repository at this point
Copy the full SHA 0bd578dView commit details -
Merge pull request #12 from railsware/support-sandbox-env
Support sandbox and bulk modes
Configuration menu - View commit details
-
Copy full SHA for 722a718 - Browse repository at this point
Copy the full SHA 722a718View commit details
Commits on May 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4f6e3d7 - Browse repository at this point
Copy the full SHA 4f6e3d7View commit details
Commits on May 13, 2025
-
Merge pull request #14 from railsware/release-2.1.0
Release v2.1.0
Configuration menu - View commit details
-
Copy full SHA for 44cc71d - Browse repository at this point
Copy the full SHA 44cc71dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.1...v2.1.0