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

Commits on Jun 2, 2021

  1. fix(generator)!: Improved the consistency of snake_cased identifiers …

    …which will cause some to be renamed [#413][#432]. Thanks @ramnes!
    ramnes authored and dbanty committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    56198ee View commit details
    Browse the repository at this point in the history
  2. feat!:Allow more types in multipart payloads by defaulting to JSON fo…

    …r complex types (#372). Thanks @csymeonides-mf!
    
    * fix: Detect File fields correctly
    
    * fix: Optional File field caused missing import error
    
    * fix: Non-string multipart fields must be stringified
    
    * chore: Reformat
    
    * fix: Put non-file fields as tuples in the files dict
    
    * refactor: Avoid runtime type checks
    
    * fix: Declaring types is necessary
    
    * fix: Remove dead code
    
    * fix: Non-JSON non-file multipart props need to be text/plain
    
    * refactor: Avoid breaking change
    
    Co-authored-by: Constantinos Symeonides <[email protected]>
    2 people authored and dbanty committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    f1caadc View commit details
    Browse the repository at this point in the history
Loading