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: JoeCare/localstack-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: localstack/localstack-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 8 files changed
  • 8 contributors

Commits on Sep 9, 2024

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

Commits on Oct 8, 2024

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

Commits on Nov 20, 2024

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

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    39fa060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    041fdfb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Add S3 tables to list of supported services (localstack#58)

    * Add S3 tables to list of supported services
    
    * bump version and add changelog entry
    hovaesco authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    502a8e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. update LocalStack links in README.md (localstack#59)

    Updated LocalStack links to point to the official website.
    alexrashed authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    29cba5e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Configuration menu
    Copy the full SHA
    4bee152 View commit details
    Browse the repository at this point in the history
  2. fix: use python -m build in make publish, drop setup.py (localstack#61)

    PyPI now rejects sdist filenames from the legacy `setup.py sdist`
    path (hyphenated) since it enforces PEP 625 normalized names
    (underscore). Switch to `python -m build`, which also produces a
    wheel. setup.py was just a `setup()` shim; replaced with a minimal
    pyproject.toml declaring the setuptools build backend.
    skyrpex authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    75fd327 View commit details
    Browse the repository at this point in the history
Loading