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: rabbitmq/rabbitmq-stream-rust-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rabbitmq-stream-client-v0.6.1
Choose a base ref
...
head repository: rabbitmq/rabbitmq-stream-rust-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rabbitmq-stream-client-v0.7.0
Choose a head ref
  • 10 commits
  • 26 files changed
  • 3 contributors

Commits on Nov 7, 2024

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

Commits on Nov 11, 2024

  1. Bump docker/build-push-action from 5 to 6 (#253)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7c94276 View commit details
    Browse the repository at this point in the history
  2. Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#255)

    Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/actions-rs/toolchain/releases)
    - [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md)
    - [Commits](actions-rs/toolchain@v1.0.6...v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions-rs/toolchain
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b5e2340 View commit details
    Browse the repository at this point in the history
  3. Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#254)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.5.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    63cec20 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#256)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.6.0...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ecd54d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Single active consumer implementation (#248)

    * implementing Consumer_Update command
    
    * implementing ConsumerUpdateRequest command
    
    * SAC: starting implementation
    
    * Implementing callback support and consumer_update response
    
    * adding basic test
    
    * improved test
    
    * expand unit test scope
    
    * adding example
    
    * Adding README
    
    * enabling naming for super_stream consumers and setting up sac properties internally
    
    * expanding test
    
    * few improvements and test for simple SAC
    
    * making consumer_update callback able to call async methods
    
    * making Delivery export client in order to use store_offset and review super_stream example
    DanielePalaia authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    82f93ad View commit details
    Browse the repository at this point in the history
  2. Update fake requirement from 2.5 to 3.0 (#251)

    ---
    updated-dependencies:
    - dependency-name: fake
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    07a2594 View commit details
    Browse the repository at this point in the history
  3. Update thiserror requirement from 1.0 to 2.0 (#247)

    Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.0...2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    30337e5 View commit details
    Browse the repository at this point in the history
  4. reviewing sac example (#258)

    * reviewing sac example
    
    * updating README
    DanielePalaia authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    481d0f1 View commit details
    Browse the repository at this point in the history
  5. chore: release v0.7.0 (#257)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6e46906 View commit details
    Browse the repository at this point in the history
Loading