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: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 5 commits
  • 14 files changed
  • 4 contributors

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    07be371 View commit details
    Browse the repository at this point in the history
  2. Add dry-run command-line flag to README.md (#105)

    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    sesi and di authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    147a488 View commit details
    Browse the repository at this point in the history
  3. Add backwards-compatible logging for GCF Python 3.7 (#107)

    * Add backwards-compatible logging for GCF Python 3.7
    
    * Reformatted
    
    * Update src/functions_framework/__init__.py
    
    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    
    * Restructure logging to better fit legacy behavior
    
    * Modify write behavior to account for newlines
    
    * Update LogHandler to use io.TextIOWrapper
    
    * Simplify write method
    
    * Update src/functions_framework/__init__.py
    
    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    
    Co-authored-by: Dustin Ingram <di@users.noreply.github.com>
    asriniva and di authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ad3406d View commit details
    Browse the repository at this point in the history
  4. Add example of developing multiple functions locally (#99)

    * Add example of developing multiple functions locally
    
    * Apply suggestions from code review
    di authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    c247550 View commit details
    Browse the repository at this point in the history
  5. Version 2.1.1 (#112)

    * Update changelog
    
    * Version 2.1.1
    di authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    348064d View commit details
    Browse the repository at this point in the history
Loading