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: MerginMaps/python-api-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 56a440d
Choose a base ref
...
head repository: MerginMaps/python-api-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c8f9931
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 15, 2026

  1. Fix upload size validation leaking versioned limit onto media files

    The versioned-size check was not gated on is_versioned_file, so media files (which never have a diff) were also capped at the smaller versioned limit. Branch on file type, and test both limits together.
    harminius committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    d533081 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Merge pull request #304 from MerginMaps/fix-upload-size-validation

    Fix upload size validation leaking versioned limit onto media files
    MarcelGeo authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    869a722 View commit details
    Browse the repository at this point in the history
  2. bump 0.13.2

    harminius committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    7fc2aaa View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2026

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