8000 Comparing v8.3.3...v8.3.4 · dotnetcore/CAP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: dotnetcore/CAP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.3.3
Choose a base ref
...
head repository: dotnetcore/CAP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.4
Choose a head ref
  • 10 commits
  • 33 files changed
  • 7 contributors

Commits on Mar 14, 2025

  1. Dashboard refresh data after re-executed items (#1641)

    Co-authored-by: mayiqun <maxwell.ma@lingshumed.com>
    maxwell60701 and mayiqun authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    41d07e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7d251 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. Community implementation of dameng database is added to the document.

    * Update general.md
    
    Add the address for implementing the Dameng database
    
    * Update general.md
    
    Add the address for implementing the Dameng database
    findersky authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    59e6e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    6bbd55f View commit details
    Browse the repository at this point in the history
  2. #1670

    Change async calls to synchronous blocking calls
    
    Modified `QueueBindAsync` and `BasicConsumeAsync` methods to use `GetAwaiter().GetResult()` for synchronous execution. This change may introduce potential deadlocks or performance issues due to blocking the calling thread while waiting for these operations to complete.
    yang-xiaodong committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    2537332 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Fix the potential deadlock problem of updating message status and del…

    …eting expired messages (#1672)
    haoyk authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    030fb00 View commit details
    Browse the repository at this point in the history
  2. #1661

    Optimize DeleteExpiresAsync for all data storage classes
    
    Refactor the `DeleteExpiresAsync` method in `MySqlDataStorage`, `PostgreSqlDataStorage`, and `SqlServerDataStorage` to combine the querying and deletion of expired records into a single SQL command. This change improves performance by reducing database calls and streamlining the deletion process.
    yang-xiaodong committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    c891e9d View commit details
    Browse the repository at this point in the history
  3. Cleanup unused namespaces across multiple files

    Removed several unnecessary `using` directives, including
    `System.Linq`, `System.Threading.Tasks`, and others, to
    streamline code and improve readability. Made minor
    formatting adjustments in `SubscriberClass.cs` and
    refactored dependencies in `CAP.BuilderTest.cs` and
    `TestServiceCollectionExtensions.cs`. Overall, these
    changes enhance code maintainability by reducing
    unneeded dependencies.
    yang-xiaodong committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    516ebbd View commit details
    Browse the repository at this point in the history
  4. Adjust the timing for verifying whether CAP is started. After CAP sto…

    …ps, failed messages will be stored in the storage to be retried later upon restart. (#1238)
    yang-xiaodong committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    819c982 View commit details
    Browse the repository at this point in the history
  5. Update version to 8.3.4

    yang-xiaodong committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    0587900 View commit details
    Browse the repository at this point in the history
Loading
0