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: airtai/faststream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.19
Choose a base ref
...
head repository: airtai/faststream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.20
Choose a head ref
  • 12 commits
  • 60 files changed
  • 11 contributors

Commits on Aug 26, 2024

  1. Update Release Notes for 0.5.19 (#1727)

    * Update Release Notes for 0.5.19
    
    * lint: fix precommit
    
    ---------
    
    Co-authored-by: Lancetnik <44573917+Lancetnik@users.noreply.github.com>
    Co-authored-by: Nikita Pastukhov <diementros@yandex.ru>
    3 people authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    65ebc3c View commit details
    Browse the repository at this point in the history
  2. refactor: change publisher fake subscriber generation logic (#1729)

    * refactor: change publisher fake subscriber generation logic
    
    * docs: generate API References
    
    * lint: allow return Any in exception middleware
    
    * lint: fix precommit
    
    * lint: fix precommit
    
    ---------
    
    Co-authored-by: Lancetnik <Lancetnik@users.noreply.github.com>
    Co-authored-by: Kumaran Rajendhiran <kumaran@airt.ai>
    3 people authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    72de4ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a689896 View commit details
    Browse the repository at this point in the history
  4. CI: automatically approve & merge Dependabot PRs (#1720)

    Co-authored-by: Davor Runje <davor@airt.ai>
    dolfinus and davorrunje authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    52ef17a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    3a00e37 View commit details
    Browse the repository at this point in the history
  2. feature: extend FastStream.__init__ (#1734)

    Add possibility set up tasks by __init__
    
    Co-authored-by: sehat1137 <edox1j2n@duck.com>
    Sehat1137 and sehat1137 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0eadfec View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    2e282d4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the pip group with 4 updates (#1738)

    Bumps the pip group with 4 updates: [mypy](https://github.com/python/mypy), [fastapi](https://github.com/fastapi/fastapi), [httpx](https://github.com/encode/httpx) and [watchfiles](https://github.com/samuelcolvin/watchfiles).
    
    
    Updates `mypy` from 1.11.1 to 1.11.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.11.1...v1.11.2)
    
    Updates `fastapi` from 0.112.1 to 0.112.2
    - [Release notes](https://github.com/fastapi/fastapi/releases)
    - [Commits](fastapi/fastapi@0.112.1...0.112.2)
    
    Updates `httpx` from 0.27.0 to 0.27.2
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.27.0...0.27.2)
    
    Updates `watchfiles` from 0.23.0 to 0.24.0
    - [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
    - [Commits](samuelcolvin/watchfiles@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: fastapi
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: httpx
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    - dependency-name: watchfiles
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    71a8b62 View commit details
    Browse the repository at this point in the history
  3. fix: respect ignored exceptions (#1735)

    * fix: respect ignored exceptions
    
    * docs: generate API References
    
    ---------
    
    Co-authored-by: Lancetnik <Lancetnik@users.noreply.github.com>
    Co-authored-by: Davor Runje <davor@airt.ai>
    3 people authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    af63e30 View commit details
    Browse the repository at this point in the history
  4. downgrade fastapi (#1739)

    davorrunje authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4944180 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: update FastAPI to 0.112.2 (#1736)

    * refactor: new FastAPI integration syntax
    
    * lint: fix confluent topic mypy
    
    * docs: generate API References
    
    * docs: fix FastAPI integration section
    
    * docs: make annotation private
    
    * chore: update FastAPI
    
    * lint: fix precommit
    
    * chore: trigger CI
    
    * chore: revert CI triggers
    
    ---------
    
    Co-authored-by: Lancetnik <Lancetnik@users.noreply.github.com>
    Co-authored-by: Davor Runje <davor@airt.ai>
    3 people authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    79c7b78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bfbac View commit details
    Browse the repository at this point in the history
Loading