Comparing v0.6.0...0.7.0 · fastapiutils/fastapi-utils · GitHub
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: fastapiutils/fastapi-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: fastapiutils/fastapi-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 4 contributors

Commits on May 11, 2024

  1. Attempt to fix docs (#303)

    * Attempt to fix docs
    
    * Fix typo in docs
    
    * Fix another typo
    
    * Update docs so nav would work properly
    yuval9313 authored May 11, 2024
    Configuration menu
    Copy the full SHA
    bf9c215 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update README.md (#304)

    Fix docs url
    yooyea authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    043869e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Fix typo (#312)

    yuval9313 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    57b7657 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Fix: tasks.repeat_every() and related tests (#310)

    * fix(tasks): Fix @repeat_every blocking app startup
    
    * fix(tasks): Add missing await on ensure_future
    
    * Revert "fix(tasks): Add missing await on ensure_future"
    
    This reverts commit 3d9ba0d.
    
    See the conversation on #308 for further details.
    
    * added on_complete parameter for pytest purpose
    
    * added loop completed state and loop_completed function
    
    * formatting improvements (for mypy)
    
    * use Union for typing support in older Python versions
    
    * on_exception feature added and deprecation warnings for logger and raise_exception added
    
    * Fix TestRepeatEveryWithAsynchronousFunction so that it runs with async functions
    
    * add pytest-timeout to package and fix typo
    
    * fix function type problems by removing conditional types
    
    ---------
    
    Co-authored-by: Martin <jacobmartin03@hotmail.com>
    Co-authored-by: Yuval Levi <30751157+yuval9313@users.noreply.github.com>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fdd2939 View commit details
    Browse the repository at this point in the history
  2. Create new release (#314)

    yuval9313 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3f2a6f3 View commit details
    Browse the repository at this point in the history
Loading