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-dotnet-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.0-rc.2
Choose a base ref
...
head repository: rabbitmq/rabbitmq-dotnet-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0-rc.3
Choose a head ref
  • 8 commits
  • 25 files changed
  • 3 contributors

Commits on Jun 21, 2024

  1. Make BasicProperties a class

    Follow-up to #1607
    
    As suggested by @bollhals
    lukebakken committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cc1a969 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1609 from rabbitmq/rabbitmq-dotnet-client-1607-fo…

    …llowup
    
    Make `BasicProperties` a class
    lukebakken authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3188515 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. * Change InboundFrame to a class

    * Improve `TakeoverPayload`
    * Use `RentedMemory` and define more constants
    * Use explicit types instead of `var`
    bollhals authored and lukebakken committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    004ce32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1613 from bollhals/fix/InboundFrame

    change InboundFrame to a class
    lukebakken authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    56b3ebf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add DispatchConsumersAsyncEnabled property on IConnection (#1611)

    * Name new property `DispatchConsumersAsyncEnabled`.
    * Add a check on `BasicConsume` for when a regular dispatcher is used, and an async consumer passed.
    * Test the new `DispatchConsumersAsyncEnabled` property.
    luizcarlosfaria authored and lukebakken committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5ccfd7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1615 from rabbitmq/rabbitmq-dotnet-client-1611-fo…

    …llowup
    
    Add `DispatchConsumersAsyncEnabled` property on `IConnection` (#1611)
    lukebakken authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6673bd5 View commit details
    Browse the repository at this point in the history
  3. Ensure that recovery uses copies of argument dicts

    Reported here:
    https://groups.google.com/g/rabbitmq-users/c/hk5pJ4cKF0c
    
    * Ensure that arguments passed to a queue, exchange, binding, or consumer are copied when being recorded.
    lukebakken committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    870a1f4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1616 from rabbitmq/rabbitmq-users-hk5pJ4cKF0c

    Ensure that arguments passed to recorded entities are copied.
    lukebakken authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    89d472d View commit details
    Browse the repository at this point in the history
Loading