8000 Comparing v2.0.1...v2.1.0 · mailtrap/mailtrap-python · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mailtrap/mailtrap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: mailtrap/mailtrap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 4 contributors

Commits on Aug 6, 2024

  1. Add badge links

    leonid-shevtsov committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    13216d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3937fd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14c5fe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #8 from railsware/fix-build

    Resolve build on latest macOS
    leonid-shevtsov authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6459286 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from railsware/add-badge-links

    Add badge links
    leonid-shevtsov authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    208dd79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from railsware/remove-duplicate-file

    Remove duplicate pull request template
    leonid-shevtsov authored Aug 7, 2024

Commits on Apr 30, 2025

  1. 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.
    andrii-porokhnavets committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    0c64033 View commit details
    Browse the repository at this point in the history
  2. Use modern PEP 585 type hints across the codebase

    Replaced 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.
    andrii-porokhnavets committed Apr 30, 2025
    Configuration menu
    Copy the full SHA
    8ca3c57 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. 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.
    andrii-porokhnavets committed May 1, 2025
    Configuration menu
    Copy the full SHA
    c1be4d7 View commit details
    Browse the repository at this point in the history
  2. 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.
    andrii-porokhnavets committed May 1, 2025
    Configuration menu
    Copy the full SHA
    a138158 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. 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
    andrii-porokhnavets authored May 5, 2025
    Configuration menu
    Copy the full SHA
    0bd578d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from railsware/support-sandbox-env

    Support sandbox and bulk modes
    andrii-porokhnavets authored May 5, 2025
    Configuration menu
    Copy the full SHA
    722a718 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Release v2.1.0

    VladimirTaytor committed May 12, 2025
    Configuration menu
    Copy the full SHA
    4f6e3d7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Merge pull request #14 from railsware/release-2.1.0

    Release v2.1.0
    VladimirTaytor authored May 13, 2025
    Configuration menu
    Copy the full SHA
    44cc71d View commit details
    Browse the repository at this point in the history
Loading
0