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: spec-first/connexion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: spec-first/connexion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.2
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 8, 2023

  1. Fix middleware doc example (#1796)

    I'm starting to use the project with the newly release 3 version.
    
    
    https://github.com/spec-first/connexion/blob/70084bcc4c21713cbf861841ebda977263d3ab8c/docs/middleware.rst?plain=1#L115-L120
    
    It seems this example is not correct. 
    
    1. missing import for SecurityMiddleware
    2. `ConnexionMiddleware.default_middlewares` is a list of classes, not
    class instances: the filtering never happen.
    ajoga authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    095ae89 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 19, 2023

  1. Fix multiple file upload (#1813)

    Fixes #1806
    Fixes #1811
    RobbeSneyders authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    165a915 View commit details
    Browse the repository at this point in the history
  2. Update the import statements for the cookbook snippets (#1805)

    Updates the import statements on
    https://connexion.readthedocs.io/en/stable/cookbook.html
    
    
    A few of the import statements were missing, or didn't match the example
    code because they imported at the wrong depth.
    This should make the code in the cookbook copy-pasteable.
    
    ---------
    
    Co-authored-by: Robbe Sneyders <robbe.sneyders@gmail.com>
    MatthiasDurivet and RobbeSneyders authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    563fbf8 View commit details
    Browse the repository at this point in the history
  3. Add interface to add WSGI middleware (#1814)

    As discussed in #1807.
    
    Allowing the injection of WSGI middleware can enable easier migration
    from Connexion 2 to Connexion 3. The use cases are limited though, as
    this will only work for middleware that can work at the end of the
    middleware stack.
    RobbeSneyders authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    14e02fa View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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