Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork Sync: Update from parent repository #4

Open
wants to merge 610 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 15, 2024

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

Commits on Apr 16, 2024

  1. Encapsulate database name with brackets

    kristwa authored and phatboyg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5fe32f7 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete project

    phatboyg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3dfecf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fixed #5097 - Delayed exchange should now work with DIRECT/TOPIC exch…

    …anges. May cause a PRECONDITION-FAILURE if specified with previous versions due to an exchange type change to FANOUT.
    phatboyg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bdf2427 View commit details
    Browse the repository at this point in the history
  2. Added duplicate check to group headers by Key before group into dicti…

    …onary.
    Bruno Barrote authored and phatboyg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2944097 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix: Addresses Issue With @ In Postgres Sql Transport Connection Stri…

    …ngs (#5103)
    
    * fix: migrate postgres tests to their own file
    
    * fix: add function to handle @ in postgres user names
    
    * fix: revert dot settings
    
    * fix: revert dot settings
    JacobAtchley authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cfd0ace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a1467d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59a590 View commit details
    Browse the repository at this point in the history
  4. Fixed #5111 - Service Bus connection string parsing no longer capture…

    …s scope, causing failing unit test.
    phatboyg committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1b25d15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5af6e11 View commit details
    Browse the repository at this point in the history
  6. Fixed #5106 - found the recursion with publish topology and Lazy, res…

    …olved it by calling the proper method to create the topology
    phatboyg committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9afef0d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    4603f90 View commit details
    Browse the repository at this point in the history
  2. Rider 2024.1 Settings update

    phatboyg committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9ef4f23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77050f6 View commit details
    Browse the repository at this point in the history
  4. Fixed #5114 - Changed the request result limit for the EF Core Outbox…

    … Delivery service to scale up properly, Reworked the request rate algorithm to support delayed cancellation of in-flight requests.
    phatboyg committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    53ac232 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Fixed #5114 - Again, optimizing for slower delivery of messages (in-m…

    …emory is stupid fast, most brokers are slower) so that request
    phatboyg committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    a53f066 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. More NUnit4 preparation changes

    NooNameR authored and phatboyg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    60d03b6 View commit details
    Browse the repository at this point in the history
  2. Bump NUnit version to 4

    NooNameR authored and phatboyg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a610fd9 View commit details
    Browse the repository at this point in the history
  3. Apply Assert.Multiple

    NooNameR authored and phatboyg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    9254e67 View commit details
    Browse the repository at this point in the history
  4. Get rid of Shouldly

    NooNameR authored and phatboyg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3e60de6 View commit details
    Browse the repository at this point in the history
  5. Added SetDefaultRequestTimeout to configure the default request timeo…

    …ut for request clients created from the container.
    phatboyg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    552701a View commit details
    Browse the repository at this point in the history
  6. Related to #5114 - changed delivery service to no longer wait when me…

    …ssages were processed, ensuring rapido delivery.
    phatboyg committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    dbcfc4e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fixed #5125 - Added overloads for the Entity Framework outbox to disa…

    …ble schema caching when using multiple DbContext's
    phatboyg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3eb41b3 View commit details
    Browse the repository at this point in the history
  2. Related to #5114 - mute the InvalidOperationException error from PGSQ…

    …L when a concurrent update is not allowed.
    phatboyg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7997da1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a28c39 View commit details
    Browse the repository at this point in the history
  4. Fixed #5130 - Changed SessionId and PartitionKey filters on Azure Ser…

    …vice Bus to check if the context is a service bus context.
    phatboyg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    af7a812 View commit details
    Browse the repository at this point in the history
  5. Standardized the topology for partition key across service bus, event…

    … hub, and the SQL transport
    phatboyg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e7c59ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2af9f8f View commit details
    Browse the repository at this point in the history
  7. Related to #3303 - Added support for ICredentialsProvider and perhaps…

    … ICredentialsRefresher (RabbitMQ).
    phatboyg committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c287ee3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fixed #5137 - Updated SqlTransportOptions so that it allows for addit…

    …ional connection string parameters
    phatboyg committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    be70dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1050df6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f36c14f View commit details
    Browse the repository at this point in the history
  4. Updated version to 8.2.3

    phatboyg committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    71429ff View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

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
    Configuration menu
    Copy the full SHA
    12563fa View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    1d640dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e70659 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9561ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d6373 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    0381674 View commit details
    Browse the repository at this point in the history
  2. Added ConfigureConsumeTopology overload that accepts a messageType pa…

    …rameter, fixed some topology bugs in publish/consume
    phatboyg committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3e8be46 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    6a81e2d View commit details
    Browse the repository at this point in the history
  2. Add SQL Quick Start

    drusellers authored and phatboyg committed May 8, 2024
    Configuration menu
    Copy the full SHA
    4fe74cd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    4c37cd8 View commit details
    Browse the repository at this point in the history
  2. Fixed #5185 - Missing parameter on PostgreSQL query, also using wrong…

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

    …not properly specifying the delay parameter
    phatboyg committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2a56e02 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

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
    Configuration menu
    Copy the full SHA
    be8e177 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Migrate to EventHub emulator

    NooNameR authored and phatboyg committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c815611 View commit details
    Browse the repository at this point in the history
  2. Add Azure Storage tests

    NooNameR authored and phatboyg committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c76611b View commit details
    Browse the repository at this point in the history
  3. Enable transaction tests for mongodb

    NooNameR authored and phatboyg committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9b0634d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Add CosmosDB test

    NooNameR authored and phatboyg committed May 25, 2024
    Configuration menu
    Copy the full SHA
    fbf5956 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    7342ec8 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    033b102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    333eea4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

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
    Configuration menu
    Copy the full SHA
    4a3ad9c View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    1353a8a View commit details
    Browse the repository at this point in the history
  2. Updated package versions

    phatboyg committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5400fbc View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    a414629 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 13, 2024

  1. Update docs regarding serializer/deserializer

    Let's be correct here.
    stjepan authored and phatboyg committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    813a446 View commit details
    Browse the repository at this point in the history
  2. Upgrade vulnerable packages (#5258)

    * Bump Azure.Identity
    
    GHSA-m5vv-6r4h-3vj9
    
    * Bump Npgsql
    
    GHSA-x9vc-6hfv-hg8c
    stjepan authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    806e196 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 15, 2024

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

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
    Configuration menu
    Copy the full SHA
    ff9de5c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Updated version to 8.2.4

    phatboyg committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    526d492 View commit details
    Browse the repository at this point in the history
  2. Ignore string.Empty when setting new state in StringStateAccessor (wa…

    …s ignored on Get, but wasn't ignored on Set)
    phatboyg committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f52df71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce4c6e View commit details
    Browse the repository at this point in the history
  4. Use more EventHub instances for tests

    NooNameR authored and phatboyg committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ceecf02 View commit details
    Browse the repository at this point in the history
  5. Fixes `EndpointRoutingMiddleware matches endpoints setup by EndpointM…

    …iddleware...`
    
    Resolves 
    
    > System.InvalidOperationException: 'EndpointRoutingMiddleware matches endpoints setup by EndpointMiddleware and so must be added to the request execution pipeline before EndpointMiddleware. Please add EndpointRoutingMiddleware by calling 'IApplicationBuilder.UseRouting' inside the call to 'Configure(...)' in the application startup code.'
    ramonsmits authored and phatboyg committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2dfbf28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69afb94 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fixed #5273 - moved schema creation to the infrastructure section, in…

    …stead of the create database, since it's required to exist.
    phatboyg committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3e8b049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11c12a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fixed #5297 - Better validation of existing SQS/SNS queue/topic polic…

    …y to ensure additional patterns are added only to a valid condition/statement/etc.
    phatboyg committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2f2e9dc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

  1. Related to #5302 - Added SetMessageSerializerOptions when configuring…

    … JsonSerializerOptions to exclude messages from the default serialization overrides.
    phatboyg committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    87b8f6a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fixed #5325 - Transfer priority from consumed messages to outgoing me…

    …ssage with RabbitMQ
    phatboyg committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ffb1fbd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Related to #1552 - ReplyTo handling will now propagate forward when a…

    … request is forwarded to another consumer for handling.
    phatboyg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a8ade01 View commit details
    Browse the repository at this point in the history
  2. Fixed bus start/stop issue with receive endpoint collection not actua…

    …lly stopping the bus after being restarted.
    phatboyg committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    72f382b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. A new TaskExecutor, still using Channel, but with reduced overhead an…

    …d higher performance suitable for most scenarios.
    phatboyg committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cec0a22 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update ScheduleJob.cs: replace HangfireScheduledMessageData with Hash…

    …edHangfireScheduledMessageData
    
    The HashCleanup doesn't work with the HangfireScheduledMessageData type because it does not implement the IHashedScheduleId interface. As a result, the hashId key is not removed from Redis database after job is executed. This commit fixes this issue.
    spike91 authored and phatboyg committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    73f69b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Added documentation for additional RabbitMQ queue/exchange address pa…

    …rameters (all optional)
    phatboyg committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a6ef577 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Updated SQL transport to work with Azure SQL when provisioning agains…

    …t an existing database
    phatboyg committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6c571c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Update the testing documentation to include details about waiting and…

    … test timeout
    szelpe authored and phatboyg committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a9ffc9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    873c6d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    826d3f9 View commit details
    Browse the repository at this point in the history
  2. Implemented ConnectionLimit for SQL Transport, using SqlTransportOpti…

    …ons to increase it if necessary
    phatboyg committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e3fe405 View commit details
    Browse the repository at this point in the history
  3. Removed unused package files

    phatboyg committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7366447 View commit details
    Browse the repository at this point in the history
  4. Updated doc vulnerability

    phatboyg committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ede271c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed7f3d2 View commit details
    Browse the repository at this point in the history
  6. Updated template

    phatboyg committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d98e00b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 2, 2024

  1. SqlTransport -> Use configured schema when listening to notifications (

    …#5375)
    
    * SqlTransport -> Use configured schema when listening to notifications
    
    Hi @phatboyg
    I found an issue with the Listen (postgres) notifications part where the schema is hardcoded to be "transport"
    
    Since it is allowed to have a different schema that is passed via options and the PostgresDatabaseMigrator uses it for creating the trigger script, we should have it aligned in the C# code.
    
    * Sanitize schema name to fit postgres channel requirements
    MrLesk authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5081bef View commit details
    Browse the repository at this point in the history
  2. Migrate to TaskExecutor

    NooNameR authored and phatboyg committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cc0b8bd View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Upgrade Quartz to version 3.12.0

    * remove promotion of Quartz's Newtonsoft based Quartz.Serialization.Json
    * remove unused Quartz.Plugins.TimeZoneConverter
    * fix XML doc comments
    * remove unnecessary compiler warnings suppression
    * remove usage of obsolete UseMicrosoftDependencyInjectionJobFactory
    lahma authored and phatboyg committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bc43c98 View commit details
    Browse the repository at this point in the history
  2. Use GitHubActionsTestLogger

    lahma authored and phatboyg committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9f65544 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    ed3bcba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cfeef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50455b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    87b51bf View commit details
    Browse the repository at this point in the history
  2. Add Ability to enrich metric tags

    NooNameR authored and phatboyg committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    52df62e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Add support to valid postgres schema names (#5393)

    * SqlTransport -> Use configured schema when listening to notifications
    
    Hi @phatboyg
    I found an issue with the Listen (postgres) notifications part where the schema is hardcoded to be "transport"
    
    Since it is allowed to have a different schema that is passed via options and the PostgresDatabaseMigrator uses it for creating the trigger script, we should have it aligned in the C# code.
    
    * Sanitize schema name to fit postgres channel requirements
    
    * Surround schema name with double quotes to prevent dbMigrator failures
    MrLesk authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5fa7746 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8dd1314 View commit details
    Browse the repository at this point in the history
  2. Last minute package updates

    phatboyg committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    919f52d View commit details
    Browse the repository at this point in the history
  3. Fixed #5392 - MongoDB doesn't lock documents, so it can't be used wit…

    …h concurrent readers the way SQL can
    phatboyg committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    191607f View commit details
    Browse the repository at this point in the history
  4. Fixed #5159 - Duplicate delivery logic when redelivery faulted messag…

    …es should now work properly.
    phatboyg committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0dd16fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb3ad3f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Updated to version 8.2.5

    phatboyg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3300985 View commit details
    Browse the repository at this point in the history
  2. Added ability to configure the partitioned receive mode for the SQL t…

    …ransport with job saga endpoints. Also added inline endpoint configuration ability.
    phatboyg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    1624c07 View commit details
    Browse the repository at this point in the history
  3. Related to #5387 - If a batch message is canceled, it should be remov…

    …ed from the batch. Empty batches should be "ignored."
    phatboyg committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    53756bb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    3bdac38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df90f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b66543 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add missing square brackets

    N58 authored and phatboyg committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ebf71fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c2a7f View commit details
    Browse the repository at this point in the history
  3. Pass tags ref

    NooNameR authored and phatboyg committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    96e3670 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Added MongoDB configuration to Transactional Outbox page, updated vul…

    …nerable package.json packages.
    phatboyg committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ac44867 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    eb3c9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef7b8e2 View commit details
    Browse the repository at this point in the history
  3. Use MeterFactory for .net8.0

    NooNameR authored and phatboyg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e5d5fcf View commit details
    Browse the repository at this point in the history
  4. Add CosmosDB healthcheck

    NooNameR authored and phatboyg committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    942b7dd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Add MetricCollector tests

    NooNameR authored and phatboyg committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ec39a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949fabd View commit details
    Browse the repository at this point in the history
  3. add missing destination label

    t03apt authored and phatboyg committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b13572f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    ef47726 View commit details
    Browse the repository at this point in the history
  2. Updated to v8.2.6

    phatboyg committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    903d1c7 View commit details
    Browse the repository at this point in the history
  3. Add signing to MassTransit.ActiveMqTransport (dependencies are signed…

    … now)
    Edward Zhuravlov authored and phatboyg committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    aa9064f View commit details
    Browse the repository at this point in the history
  4. Related to #5448 - Add signing to the MongoDB package to match the si…

    …gned underlying MongoDB driver.
    phatboyg committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    55326ed View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fix skipping some queues registration

    MrLesk authored and phatboyg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a593788 View commit details
    Browse the repository at this point in the history
  2. Revert "Add CosmosDB test"

    This reverts commit fbf5956.
    phatboyg committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    02fc4f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Changed SQL transport to use NpgsqlDataSource internally to create co…

    …nnections, and also allow passing a data source instead of a connection string.
    phatboyg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    682de43 View commit details
    Browse the repository at this point in the history
  2. Update 5.postgresql.md

    AaronCTech authored and phatboyg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4e41d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix: Add Required Base Class props with NpgSqlDataSource Injection (#…

    …5482)
    
    * update host config
    
    * use dataSource from injection
    jbak31 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    244590b View commit details
    Browse the repository at this point in the history
  2. Remove .Build() from OpenTelemetry configuration, was causing a runti…

    …me error with the service collection configuration
    phatboyg committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    de66870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796529b View commit details
    Browse the repository at this point in the history
  4. Added ability to extend the DatabaseContext<T> provider for the Dappe…

    …r saga repository to replace the implementation
    phatboyg committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a956dd6 View commit details
    Browse the repository at this point in the history
  5. Add notes on how to manage faults

    WilliamBZA authored and phatboyg committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d66d064 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    35c6ba7 View commit details
    Browse the repository at this point in the history
  2. Added SubmitJob extension methods to simply the submission of jobs vi…

    …a the request client or publish endpoint
    phatboyg committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c5f74f9 View commit details
    Browse the repository at this point in the history
  3. Updated NpgsqlDataSource processing to support container management a…

    …nd disposable, added default schema, unit test to ensure it all works.
    phatboyg committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9233132 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

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

Commits on Sep 17, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. Added SQL Transport function to requeue messages from the dead-letter…

    … or error queue which can be called from any query tool
    phatboyg committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    03472b1 View commit details
    Browse the repository at this point in the history
  2. Removed diff=astextplain as that causes issues in some environment…

    …s and seems to be a relic from the past
    ramonsmits authored and phatboyg committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f682030 View commit details
    Browse the repository at this point in the history
  3. Added topology diagrams that explains the flow of messages for failin…

    …g messages and fault responses/notifications
    
    Co-authored-by: WilliamBZA <WilliamBZA@users.noreply.github.com>
    ramonsmits authored and phatboyg committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    429c556 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f189f61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a0f239 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

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

Commits on Sep 23, 2024

  1. Added SQL transport to scheduler configuration, fixed invalid entity …

    …type in documentation
    phatboyg committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6c44eca View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    ed81965 View commit details
    Browse the repository at this point in the history
  2. Vulnerability fix in rollup

    phatboyg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2079e48 View commit details
    Browse the repository at this point in the history
  3. Update subscription properties, including LockDuration, MaxDeliveryCo…

    …unt, and ForwardTo when an Azure Service Bus subscription is changed.
    phatboyg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d8dae3b View commit details
    Browse the repository at this point in the history
  4. Change PlatformNotSupportedException to NotSupportedException to catc…

    …h other platform-related errors
    phatboyg committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    46995e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Updated OutboxMessage schedule to have foreign keys on InboxState and…

    … OutboxState, to aid with deletion/cleanup.
    phatboyg committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    526aa3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f0e77 View commit details
    Browse the repository at this point in the history
  3. Always clear the RequestId when the timeout is canceled to avoid even…

    …t not handled in state errors when a timeout is received after the request has faulted.
    phatboyg committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0211e1f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Added Job Progress and Job State, added command/request/event impleme…

    …ntations for missing contact interfaces, changed IDictionary to Dictionary (performance)
    phatboyg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d4d1f50 View commit details
    Browse the repository at this point in the history
  2. Fixed warnings

    phatboyg committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    39a5b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9300be9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35621b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e87e2ae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add content to Routing Slips

    drusellers authored and phatboyg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a21afc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    4f9c70a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c1e72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    755b267 View commit details
    Browse the repository at this point in the history
  4. use DOTNET_ var in test

    kasperk81 authored and phatboyg committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e8d6462 View commit details
    Browse the repository at this point in the history
  5. Address #5534 - Use sequence number for batch order where available (#…

    …5538)
    
    * #5534 - Use sequence number for batch order where available
    
    * use TryGetPayload instead of routing through MessageHeaders
    
    * rename to Index
    
    * add DeliveryMessageId as sequence for SqlTransport
    
    * handle null payload
    
    * use ReceiveContext directly
    Tungsten78 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    50cefc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Job Consumers - Reworked CancelJob so that it goes through the sagas,…

    … no longer creating a subscription on the instance. Also, made it so that jobs canceled when an instance was stopped are automatically rescheduled for the next available job consumer instance.
    phatboyg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9b1448b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ddf96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d297c3c View commit details
    Browse the repository at this point in the history
  4. Fixed #5018 - SQL Transport auto-delete queues now refresh metrics wh…

    …en no messages are present to avoid deletion of the queue
    phatboyg committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9887fbc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Retrying messages using the native tools provided

    Co-authored-by: WilliamBZA <WilliamBZA@users.noreply.github.com>
    2 people authored and phatboyg committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    38bb535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70380de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3831e7a View commit details
    Browse the repository at this point in the history
  4. FinalizeJob command to remove job saga / job attempt saga entries whe…

    …n a job was canceled or faulted.
    phatboyg committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c3ee176 View commit details
    Browse the repository at this point in the history
  5. Added international characters (letters) to the valid characters allo…

    …wed by entity names for RabbitMQ.
    phatboyg committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    79e5e37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72c7ae7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54fd4ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0243ab0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Link to guidance on how to use native tools to retry messages

    Co-authored-by: WilliamBZA <WilliamBZA@users.noreply.github.com>
    2 people authored and phatboyg committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f1ccde9 View commit details
    Browse the repository at this point in the history
  2. Added new job distribution strategy support, with job options includi…

    …ng job/instance properties that can be used by the strategy to allocate job slots. Also added global concurrent job limit across all instances (optional).
    phatboyg committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4eddf3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c81f850 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    f6c5f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc00c2 View commit details
    Browse the repository at this point in the history
  3. Added missing conventions to the SQL and InMemory transports, for rou…

    …ting key and partition key
    phatboyg committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cb6864e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Update 0.index.md

    fix typo
    marconato7 authored and phatboyg committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    acf42e4 View commit details
    Browse the repository at this point in the history
  2. Fixed partitioner receiver to handle multiple partitions properly on …

    …the same node, and to avoid extensive delays during the polling interval when messages are handled.
    phatboyg committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    13459a8 View commit details
    Browse the repository at this point in the history
  3. Fix XML doco

    SeanFeldman authored and phatboyg committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    0c4e32e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fixed #5555 - Restored removed method due to signature change and add…

    …ed the new method separately.
    phatboyg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8b02b7a View commit details
    Browse the repository at this point in the history
  2. NuGet Package Updates

    phatboyg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b5b46c2 View commit details
    Browse the repository at this point in the history
  3. Reworked Job Properties, Job Type Properties, and Instance Properties…

    … to allow better differentiation when building job distribution strategies.
    phatboyg committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    448db29 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    327bb66 View commit details
    Browse the repository at this point in the history
  2. Changed endpoint client factory to avoid Task return value, added sup…

    …port for RabbitMQ direct REPLY-TO request client using SetRabbitMqReplyToRequestClientFactory
    phatboyg committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    30450b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Verify Valkey support

    drusellers authored and phatboyg committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9769bf4 View commit details
    Browse the repository at this point in the history
  2. Convenience extension for session based batching in ASB and explicit …

    …control of MaxConcurrentSessions (#5548)
    
    * batching for session enabled ASB entities with better control over max concurrency
    
    * add docs, encapsulate defaults, better naming
    
    * add documentation for discovery
    
    * align SDK default for SessionIdleTimeout
    
    * ensure if Prefetch is enabled it is at least enough to fill the session batch
    Tungsten78 authored and phatboyg committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    987b9cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1433b68 View commit details
    Browse the repository at this point in the history
  4. feat: configure activity propagation

    Add header MT-Activity-Propagation that configures how remote activity is treated.
    Either:
    1. Link the remote activity
    2. Use as parent activity (default)
    3. Create new activity without reference to remote activity
    maffelbaffel authored and phatboyg committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4bf036f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    3d8e5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8955f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f0dfb View commit details
    Browse the repository at this point in the history
  4. Fixing failover parameters and adding priorityBackup and priorityURIs…

    … parameters (#5568)
    
    * Fixed failover parameters. Added priorityBackup and priorityURIs parameters
    
    * fixed activemq failover transport test
    Brainman643 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3ecd8e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    874c16d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8acddbd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update link to Azure service bus configuration page in Azure service …

    …bus - quickstart
    sghosh968 authored and phatboyg committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    349040d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Updated version to 8.3.0

    phatboyg committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e72c37b View commit details
    Browse the repository at this point in the history
  2. Add support for MessagePack serialization.

    Enabled nullable throughout MassTransit.MessagePack & moved InternalJsonExtensions.cs into MassTransit.Internals namespace.
    
    Project cleanup
    MarcusChr authored and phatboyg committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    faeebdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea601f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41aae8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c1ec85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86fb971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac96e8b View commit details
    Browse the repository at this point in the history
  8. Optimized the map lookup of MassTransitMessagePackFormatterResolver f…

    …rom O(n) to O(1), where 'n' is the number of registered type mappers.
    MarcusChr authored and phatboyg committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    96f6cbd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Another package update

    phatboyg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    86b3f5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056baec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5de78a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Updated version to 8.3.1

    phatboyg committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e1302cf View commit details
    Browse the repository at this point in the history
  2. Moved RequestId clear in saga state machine to be prior to calling th…

    …e next activity in the behavior chain.
    phatboyg committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c21ba14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d18b32 View commit details
    Browse the repository at this point in the history
  4. Cleaned up and modernized some scheduling documentation around recurr…

    …ing message schedules
    phatboyg committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b606cee View commit details
    Browse the repository at this point in the history
  5. Update 13.job-consumers.md

    Fix typo in 13.job-consumers.md where the RetryJob code example was calling the wrong method
    mgraf1 authored and phatboyg committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a94eb56 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Minor typo

    Minor typo from 77682d61e2707d1d415
    austindrenski authored and phatboyg committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6aae744 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Fixed #5595 - If an exception is thrown by the outbox when saving cha…

    …nges after a consumer completes, produce a typed Fault<T>
    phatboyg committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    71bdefb View commit details
    Browse the repository at this point in the history
  2. Added ability to set the base address for mediators

    Wayne Bowie authored and phatboyg committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a00e55a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    563d210 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Fix requeue messages scripts (#5601)

    * Fix requeue_message PostgreSQL routine, RequeueMessage MSSQL procedure locks, requeue_messages MSSQL message count, requeue_messages order for all SQL transports
    filipbekic01 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f4c4135 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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

Commits on Oct 27, 2024

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

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    5d236be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e19210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    013b2ca View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Slightly reverted 0211e1f so that it is now an option whether or not …

    …to clear the RequestId on faulted state machine requests
    phatboyg committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7d104da View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. allow direct topic subscription

    McMlok authored and phatboyg committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5bf092a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b242c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. upgrade from Microsoft.Azure.Cosmos.Table to Azure.Data.Tables

    Michelle Li authored and phatboyg committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    affb5f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    f05a5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c580c30 View commit details
    Browse the repository at this point in the history
  3. Tests for exception filter

    phatboyg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1f545d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Simplify SQL transport configuration code for receive mode to avoid a…

    …ny unsuspected logic errors
    phatboyg committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c7b506b View commit details
    Browse the repository at this point in the history
  2. Allow setting RabbitMQ stream filter consumer argument, added extensi…

    …on method to set the RabbitMQ stream filter value
    christiaanderidder authored and phatboyg committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2a87831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea14024 View commit details
    Browse the repository at this point in the history