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: RCommon-Team/RCommon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v.2.1.0
Choose a base ref
...
head repository: RCommon-Team/RCommon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 92 files changed
  • 3 contributors

Commits on Oct 30, 2024

  1. Update README.md

    JasonMWebb authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ffe77d7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    JasonMWebb authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    db6ce60 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Bugfix/cqrs caching handlers di issues (#140)

    * Removed ICqrsBuilderExtensions as they were redundant with "CacheDynamicallyCompiledExpressions" extensions, updated the appropriate extensions, and fixed examples.
    
    * Moved caching factory out of the constructors of CommandBus and QueryBus as it will be optional. Added some caching configuration validation.
    
    * Updated version.
    jasonmwebb-lv authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    13855f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Updated models with updated serialization declarations to avoid seria…

    …lizing incompatible types. (#141)
    jasonmwebb-lv authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a83fdce View commit details
    Browse the repository at this point in the history
  2. Removed unneeded dependency and simplified models. Removed need to se…

    …rialize complex object and thus eliminated complexities surrounding serialization options. (#142)
    jasonmwebb-lv authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    973a8f9 View commit details
    Browse the repository at this point in the history
  3. Version bump of dependencies. (#143)

    * Version bump of dependencies.
    jasonmwebb-lv authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c44569e View commit details
    Browse the repository at this point in the history
  4. Fix nuke build process.

    jasonmwebb-lv committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c5ee920 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Bugfix/race condition in memory transactional event router (#146)

    * Hardened Event Routing using concurrent event collections. 
    
    * Fixed bug with includable queries.
    
    * Dependency bump/sync.
    jasonmwebb-lv authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    8be9e3a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Configuration menu
    Copy the full SHA
    d0bcc3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1301bc View commit details
    Browse the repository at this point in the history
Loading