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: master
Choose a head ref
  • 14 commits
  • 22 files changed
  • 5 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 <[email protected]>
    Co-authored-by: Yuval Levi <[email protected]>
    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
  3. Configuration menu
    Copy the full SHA
    1a14266 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Chore/update-to-38 (#342)

    * Update all deps and drop 3.8 support
    
    * Typo fix and drop 3.8 support
    
    * Add auto changelog generation
    
    * Update ruff
    
    * Fix deps and tests_tasks to drop support for 3.7 and fix issues for 3.8
    
    * Replace test devcontainer with 3.8 container
    
    * Update pyproject to include python 3.9 issues
    
    * Add python 3.12
    
    * Rename ci job name
    yuval9313 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5f74bb2 View commit details
    Browse the repository at this point in the history
  2. Release 0.8.0 (#343)

    * Add changelog ci
    
    * Remove 3.7 from badges
    
    * Add permissions
    
    * Add repoened type to allow re-run the changelog ci
    
    * Replace all links with github pages links
    
    * Remove changlog ci
    yuval9313 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d70680b View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.8.0 (#345)

    * Bump to version 0.8.0
    
    * Remove 3.7 specific code
    yuval9313 authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7d37e44 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    166d68b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c731617 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    c9d1db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e7e2c View commit details
    Browse the repository at this point in the history
Loading