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: lavr/python-emails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: lavr/python-emails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 2, 2026

  1. badge fix

    lavr committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    3634f44 View commit details
    Browse the repository at this point in the history
  2. ci/cd: rtd publish debug

    lavr committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    93784e7 View commit details
    Browse the repository at this point in the history
  3. README badge fix

    lavr committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    e18d04b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. tests: generate DKIM RSA keys on the fly via cryptography

    Drop the hardcoded 1024-bit PRIV_KEY/PUB_KEY constants and the dead
    _generate_key() fallback (Crypto.PublicKey was never installed in test
    deps). A session-scoped fixture now mints a fresh 2048-bit keypair using
    the cryptography package, fixing CodeQL py/weak-crypto-key alert #7.
    lavr committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    3a5a55c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Release v1.1.2

    lavr committed May 18, 2026
    Configuration menu
    Copy the full SHA
    67ef38b View commit details
    Browse the repository at this point in the history
Loading