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: django-ses/django-ses
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: django-ses/django-ses
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    5afea27 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. feat: add SES Global Endpoint (Multi-Region Endpoint) support (#367)

    Add support for AWS SES Global Endpoints (Multi-Region Endpoints) which
    provide multi-region high availability and automatic failover between
    two AWS regions.
    
    Changes:
    - Add AWS_SES_GLOBAL_ENDPOINT_ID setting to configure endpoint ID
    - Implement EndpointId parameter in send_email API calls (SESv2 only)
    - Add validation to ensure SESv2 is enabled when using global endpoints
    - Add comprehensive test coverage for global endpoint functionality
    - Update documentation with setup instructions and usage examples
    
    The implementation:
    - Maintains full backward compatibility (default: None)
    - Requires USE_SES_V2=True (validated at runtime)
    - Follows existing code patterns and project conventions
    - Includes 4 new test classes covering all scenarios
    tomoyasu-sasaki authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    f711e89 View commit details
    Browse the repository at this point in the history
  2. poetry update

    Package operations: 0 installs, 12 updates, 0 removals
    
      - Updating jmespath (1.0.1 -> 1.1.0)
      - Updating urllib3 (2.5.0 -> 2.6.3)
      - Updating botocore (1.37.38 -> 1.42.40)
      - Updating packaging (25.0 -> 26.0)
      - Updating platformdirs (4.5.0 -> 4.5.1)
      - Updating asgiref (3.10.0 -> 3.11.1)
      - Updating s3transfer (0.11.5 -> 0.16.0)
      - Updating sqlparse (0.5.3 -> 0.5.5)
      - Updating boto3 (1.37.38 -> 1.42.40)
      - Updating django (4.2.27 -> 5.2.11)
      - Updating ruff (0.3.7 -> 0.15.0)
      - Updating tox (3.28.0 -> 4.34.1)
    pcraciunoiu committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    770063f View commit details
    Browse the repository at this point in the history
  3. Bump minor version.

    pcraciunoiu committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    4d47970 View commit details
    Browse the repository at this point in the history
Loading