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: MessagePack-CSharp/MessagePack-CSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.172
Choose a base ref
...
head repository: MessagePack-CSharp/MessagePack-CSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.187
Choose a head ref
  • 19 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 17, 2024

  1. General support for records

    Fixes #1924
    N-Olbert committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    916e659 View commit details
    Browse the repository at this point in the history
  2. Cosidered primary ctors

    N-Olbert committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ce9c704 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Fix code style

    N-Olbert committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    fd32138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f87b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    039d746 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cacd97d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1932 from N-Olbert/SupportRecords

    Adjusted MsgPack004 to support records
    AArnott authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fc3cada View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Update legal stuff

    AArnott committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9b1ba2d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 25, 2024

  1. MPC String Value From Key Attribute Fix

     - when a string key is defined as a `Key`'s attribute, ensure that `mpc` generates the Span attributes based on the key defined and not the property name
     - add `StringKeyAttributeMapModeTest` in `GeneratedStringKeyFormatterTest.cs`
    alimakki committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fdf76f7 View commit details
    Browse the repository at this point in the history
  2. - perform a length check on keyAttribute.ConstructorArguments befo…

    …re indexing to `0`, otherwise default back to `item.Name`
    alimakki committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    62238b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1963 from BeatConnect/mpc_string_value_from_key_a…

    …ttribute_fix
    
    MPC String Value From Key Attribute Fix
    AArnott authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c4157ee View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    3165534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bbe50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cd869e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Update published security policy (#2010)

    * Update published security policy
    
    * Drop support for 1.x
    AArnott authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3a90034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0763cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad2d135 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2014 from MessagePack-CSharp/secureHash

    Use a collision-resistant hash algorithm for untrusted data
    AArnott authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f8d40b3 View commit details
    Browse the repository at this point in the history
Loading