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: shotgunsoftware/python-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.7.0
Choose a base ref
...
head repository: shotgunsoftware/python-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 28, 2025

  1. SG-37544 Include the "in" and "not_in" operators for payload optimiza…

    …tion (#362)
    
    * Include the "in" and "not_in" for payload optimization
    
    * Use a decorator to mock environmental variable
    carlos-villavicencio-adsk authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    f0451f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. SG-37548 Add payload optimization on update method (#363)

    * Include the "in" and "not_in" for payload optimization
    
    * Use a decorator to mock environmental variable
    
    * Add payload optimization for update action
    
    * Change conditional order
    
    * Extract function to be reused. Improve testing.
    
    * Fix typo
    
    * Fix test
    
    * Support multi entity, Add tests
    
    * Apply CR feedback
    
    * Update shotgun_api3/shotgun.py
    
    Co-authored-by: Julien Langlois <16244608+julien-lang@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Julien Langlois <16244608+julien-lang@users.noreply.github.com>
    carlos-villavicencio-adsk and julien-lang authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    b83b9e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. SG-38119 Release v3.8.0. Make payload optimization default (#366)

    * Make payload optimization default
    
    * Packaging for v3.8.0
    
    * Update HISTORY.rst
    
    Co-authored-by: Julien Langlois <16244608+julien-lang@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Julien Langlois <16244608+julien-lang@users.noreply.github.com>
    carlos-villavicencio-adsk and julien-lang authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    9b9e538 View commit details
    Browse the repository at this point in the history
Loading