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: MassTransit/MassTransit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.2
Choose a base ref
...
head repository: MassTransit/MassTransit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.3
Choose a head ref

Commits on Apr 26, 2024

  1. Updated version to 8.2.3

    phatboyg committed Apr 26, 2024
    Copy the full SHA
    71429ff View commit details

Commits on Apr 27, 2024

  1. Copy the full SHA
    25fd050 View commit details

Commits on May 1, 2024

  1. Added xmin to PostgresLockStatementFormatter.cs queries to allow for …

    …EF-style optimistic concurrency checking.
    phatboyg committed May 1, 2024
    Copy the full SHA
    12563fa View commit details

Commits on May 2, 2024

  1. Fixed #4510 - Properly handle cross-region or SNS deliveries that are…

    … wrapped in an SNS envelope when deserializing using System.Text.Json only.
    phatboyg committed May 2, 2024
    Copy the full SHA
    1d640dc View commit details
  2. Copy the full SHA
    5e70659 View commit details
  3. Copy the full SHA
    c9561ee View commit details
  4. Copy the full SHA
    25d6373 View commit details

Commits on May 3, 2024

  1. Fixed "Submitted policy is over max allowed size" exception, serializ…

    …ed access to the QueueInfo when adding subscriptions to reduce race condition.
    sergiuciudin authored and phatboyg committed May 3, 2024
    Copy the full SHA
    0381674 View commit details
  2. Added ConfigureConsumeTopology overload that accepts a messageType pa…

    …rameter, fixed some topology bugs in publish/consume
    phatboyg committed May 3, 2024
    Copy the full SHA
    3e8be46 View commit details

Commits on May 8, 2024

  1. Copy the full SHA
    6a81e2d View commit details
  2. Add SQL Quick Start

    drusellers authored and phatboyg committed May 8, 2024
    Copy the full SHA
    4fe74cd View commit details

Commits on May 15, 2024

  1. Copy the full SHA
    4c37cd8 View commit details
  2. Fixed #5185 - Missing parameter on PostgreSQL query, also using wrong…

    … parameter type (object vs Guid?) for schedulingTokenId.
    phatboyg committed May 15, 2024
    Copy the full SHA
    231fb93 View commit details
  3. Fixed #5191 - Redelivery using SQL Server with the SQL Transport was …

    …not properly specifying the delay parameter
    phatboyg committed May 15, 2024
    Copy the full SHA
    2a56e02 View commit details

Commits on May 17, 2024

  1. Copy the full SHA
    40775e9 View commit details
  2. Copy the full SHA
    b2ce0ef View commit details

Commits on May 18, 2024

  1. Separated MessageTopology so that each bus gets its own topology to a…

    …llow MultiBus with separate settings.
    phatboyg committed May 18, 2024
    Copy the full SHA
    be8e177 View commit details

Commits on May 24, 2024

  1. Migrate to EventHub emulator

    NooNameR authored and phatboyg committed May 24, 2024
    Copy the full SHA
    c815611 View commit details
  2. Add Azure Storage tests

    NooNameR authored and phatboyg committed May 24, 2024
    Copy the full SHA
    c76611b View commit details
  3. Enable transaction tests for mongodb

    NooNameR authored and phatboyg committed May 24, 2024
    Copy the full SHA
    9b0634d View commit details

Commits on May 25, 2024

  1. Add CosmosDB test

    NooNameR authored and phatboyg committed May 25, 2024
    Copy the full SHA
    fbf5956 View commit details

Commits on May 28, 2024

  1. When using MultiBus, endpoint name formatters are now properly config…

    …urable on each bus instance instead of overwriting the default bus instance.
    phatboyg committed May 28, 2024
    Copy the full SHA
    7342ec8 View commit details
  2. Set fail over parameters to query and server specific parameters to e…

    …ach server URI for ActiveMQ connection
    McMlok authored and phatboyg committed May 28, 2024
    Copy the full SHA
    033b102 View commit details
  3. Copy the full SHA
    333eea4 View commit details

Commits on May 30, 2024

  1. Copy the full SHA
    a31fe99 View commit details

Commits on Jun 6, 2024

  1. Fixed #4882 - if MessageType isn't found, don't set it and don't fail…

    … to process the scheduled message job.
    phatboyg committed Jun 6, 2024
    Copy the full SHA
    4a3ad9c View commit details

Commits on Jun 7, 2024

  1. Fix summaries of overloads referring to message type while no message…

    …Type parameter is available
    sandord authored and phatboyg committed Jun 7, 2024
    Copy the full SHA
    1353a8a View commit details
  2. Updated package versions

    phatboyg committed Jun 7, 2024
    Copy the full SHA
    5400fbc View commit details

Commits on Jun 10, 2024

  1. Check if endpoint is stopping before allowing messages to be dispatch…

    …ed to the ConsumerAgent for processing.
    phatboyg committed Jun 10, 2024
    Copy the full SHA
    a414629 View commit details

Commits on Jun 11, 2024

  1. Copy the full SHA
    8348aea View commit details

Commits on Jun 13, 2024

  1. Update docs regarding serializer/deserializer

    Let's be correct here.
    stjepan authored and phatboyg committed Jun 13, 2024
    Copy the full SHA
    813a446 View commit details
  2. Upgrade vulnerable packages (#5258)

    * Bump Azure.Identity
    
    GHSA-m5vv-6r4h-3vj9
    
    * Bump Npgsql
    
    GHSA-x9vc-6hfv-hg8c
    stjepan authored Jun 13, 2024
    Copy the full SHA
    806e196 View commit details

Commits on Jun 14, 2024

  1. Copy the full SHA
    f358ac7 View commit details
  2. Copy the full SHA
    5a0cac2 View commit details

Commits on Jun 15, 2024

  1. Copy the full SHA
    7099536 View commit details

Commits on Jun 16, 2024

  1. Fixed #5255 - Newtonsoft not setting raw message headers properly whe…

    …n copying raw message body
    phatboyg committed Jun 16, 2024
    Copy the full SHA
    ff9de5c View commit details
Loading