-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: dotnetcore/CAP
base: v8.3.3
head repository: dotnetcore/CAP
compare: v8.3.4
- 10 commits
- 33 files changed
- 7 contributors
Commits on Mar 14, 2025
-
Dashboard refresh data after re-executed items (#1641)
Co-authored-by: mayiqun <maxwell.ma@lingshumed.com>
Configuration menu - View commit details
-
Copy full SHA for 41d07e7 - Browse repository at this point
Copy the full SHA 41d07e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7d251 - Browse repository at this point
Copy the full SHA 3c7d251View commit details
Commits on Mar 30, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 59e6e67 - Browse repository at this point
Copy the full SHA 59e6e67View commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6bbd55f - Browse repository at this point
Copy the full SHA 6bbd55fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2537332 - Browse repository at this point
Copy the full SHA 2537332View commit details
Commits on Apr 22, 2025
-
Fix the potential deadlock problem of updating message status and del…
…eting expired messages (#1672)
Configuration menu - 10000 View commit details
-
Copy full SHA for 030fb00 - Browse repository at this point
Copy the full SHA 030fb00View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c891e9d - Browse repository at this point
Copy the full SHA c891e9dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 516ebbd - Browse repository at this point
Copy the full SHA 516ebbdView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 819c982 - Browse repository at this point
Copy the full SHA 819c982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0587900 - Browse repository at this point
Copy the full SHA 0587900View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.3.3...v8.3.4