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: python-ellar/ellar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.2
Choose a base ref
...
head repository: python-ellar/ellar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.4
Choose a head ref
  • 16 commits
  • 24 files changed
  • 3 contributors

Commits on Dec 30, 2023

  1. Update release-notes.md

    eadwinCode authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f58e878 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump ruff from 0.1.7 to 0.1.9

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.9.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.7...v0.1.9)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f119d85 View commit details
    Browse the repository at this point in the history
  2. Bump uvicorn[standard] from 0.23.2 to 0.25.0

    Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.23.2 to 0.25.0.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](Kludex/uvicorn@0.23.2...0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn[standard]
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    b953091 View commit details
    Browse the repository at this point in the history
  3. Bump types-ujson from 5.8.0.1 to 5.9.0.0

    Bumps [types-ujson](https://github.com/python/typeshed) from 5.8.0.1 to 5.9.0.0.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-ujson
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    c71f45e View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    a0e18c4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #165 from python-ellar/dependabot/github_actions/a…

    …ctions/setup-python-5
    
    Bump actions/setup-python from 4 to 5
    eadwinCode authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    46383b6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #164 from python-ellar/dependabot/pip/types-ujson-…

    …5.9.0.0
    
    Bump types-ujson from 5.8.0.1 to 5.9.0.0
    eadwinCode authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    d518d3b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #163 from python-ellar/dependabot/pip/uvicorn-stan…

    …dard--0.25.0
    
    Bump uvicorn[standard] from 0.23.2 to 0.25.0
    eadwinCode authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1981fcd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #162 from python-ellar/dependabot/pip/ruff-0.1.9

    Bump ruff from 0.1.7 to 0.1.9
    eadwinCode authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    7b753e3 View commit details
    Browse the repository at this point in the history
  9. Update pyproject.toml

    eadwinCode authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    ad56a28 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Async First Approach: finallly moved pending part of the framework to…

    … async, application context and application events
    eadwinCode committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5b26ee8 View commit details
    Browse the repository at this point in the history
  2. SyncWorker: Added worker for running coroutine function for cases whe…

    …re loop.is_running() is true
    eadwinCode committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0433ebb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74a6aa1 View commit details
    Browse the repository at this point in the history
  4. 0.6.4

    eadwinCode committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c2284f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #167 from python-ellar/async_application_context

    Async application context
    eadwinCode authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    63cadc0 View commit details
    Browse the repository at this point in the history
  6. Update release-notes.md

    eadwinCode authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    277e00d View commit details
    Browse the repository at this point in the history
Loading