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: lyft/PynamoDB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pynamodb/PynamoDB
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.
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    3a5ee14 View commit details
    Browse the repository at this point in the history
  2. chore(docs): remove default region reference in docs (pynamodb#1267)

    This removes the reference to the default region being us-east-1 if not specified in the Model's Meta class. This is no longer true as of version 6.0.0.
    ryancausey authored May 14, 2025
    Configuration menu
    Copy the full SHA
    f0bc917 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. feat: allow setting or unsetting the boto retry configuration (pynamo…

    …db#1271)
    
    This adds the ability to directly set the boto retry configuration
    dictionary, or to leave it unset and allow botocore to automatically
    discover the configuration from the environment or `~/.aws/config`
    files.
    
    The default is to use the previous PynamoDB behavior for configuring
    retries so as to not make this a breaking change.
    ryancausey authored May 30, 2025
    Configuration menu
    Copy the full SHA
    65e4b5f View commit details
    Browse the repository at this point in the history
  2. feat: add wait argument to Model.delete_table (pynamodb#1270)

    This adds a `wait` argument that will make the `delete_table` call block
    until the DynamoDB table is fully deleted if set to `True`. It defaults
    to `False` to not break the existing behavior.
    ryancausey authored May 30, 2025
    Configuration menu
    Copy the full SHA
    a3ee0db View commit details
    Browse the repository at this point in the history
Loading