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: taskiq-python/taskiq-faststream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: taskiq-python/taskiq-faststream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.2
Choose a head ref
  • 15 commits
  • 7 files changed
  • 5 contributors

Commits on May 3, 2025

  1. chore: fix releases

    Lancetnik committed May 3, 2025
    Configuration menu
    Copy the full SHA
    a8c5bff View commit details
    Browse the repository at this point in the history
  2. chore: fix typo

    Lancetnik committed May 3, 2025
    Configuration menu
    Copy the full SHA
    2001959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba38197 View commit details
    Browse the repository at this point in the history
  4. chore: new release action

    Lancetnik committed May 3, 2025
    Configuration menu
    Copy the full SHA
    d642e6a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    8151f4b View commit details
    Browse the repository at this point in the history
  2. Update broker.py

    Lancetnik authored May 5, 2025
    Configuration menu
    Copy the full SHA
    3aa40bf View commit details
    Browse the repository at this point in the history
  3. Update broker.py

    Lancetnik authored May 5, 2025
    Configuration menu
    Copy the full SHA
    2a0df3c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #84 from yann-combarnous/feature/generator-typings

    feat: add typing for generators in tasks
    Lancetnik authored May 5, 2025
    Configuration menu
    Copy the full SHA
    af9f2b1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. chore(deps): bump the pip group across 1 directory with 2 updates

    Bumps the pip group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `mypy` from 1.11.2 to 1.15.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.2...v1.15.0)
    
    Updates `ruff` from 0.11.8 to 0.11.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@0.11.8...0.11.9)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-version: 1.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    - dependency-name: ruff
      dependency-version: 0.11.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 12, 2025
    Configuration menu
    Copy the full SHA
    beeb3c3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    704f1b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from taskiq-python/dependabot/pip/pip-39f546b64d

    chore(deps): bump the pip group across 1 directory with 2 updates
    Lancetnik authored May 14, 2025
    Configuration menu
    Copy the full SHA
    8b421a9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. chore(deps): bump ruff from 0.11.9 to 0.11.10 in the pip group

    Bumps the pip group with 1 update: [ruff](https://github.com/astral-sh/ruff).
    
    
    Updates `ruff` from 0.11.9 to 0.11.10
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.11.9...0.11.10)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-version: 0.11.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 19, 2025
    Configuration menu
    Copy the full SHA
    9bc2452 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Merge pull request #88 from taskiq-python/dependabot/pip/pip-3b8bf71deb

    chore(deps): bump ruff from 0.11.9 to 0.11.10 in the pip group
    Lancetnik authored May 22, 2025
    Configuration menu
    Copy the full SHA
    0a4fc5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from w4terlaw/develop

    fix: StreamSchedule loses messages
    Lancetnik authored May 22, 2025
    Configuration menu
    Copy the full SHA
    cb943df View commit details
    Browse the repository at this point in the history
  3. chore: bump version

    Lancetnik authored May 22, 2025
    Configuration menu
    Copy the full SHA
    11bcebd View commit details
    Browse the repository at this point in the history
Loading