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: jskeet/sdk-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jskeet/sdk-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mqtt-binary
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 30, 2024

  1. Prepare for a separate major version of CloudNative.CloudEvents.Mqtt

    This more fine-grained way of referring to the versions will allow us to still only change Directory.Build.props just before a release, but have separate major versions flow from that.
    jskeet committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b04e929 View commit details
    Browse the repository at this point in the history
  2. Update CloudNative.CloudEvents.Mqtt to MQTTnet version 4.3.6.1152

    This involves a new major version of CloudNative.CloudEvents.Mqtt.
    jskeet committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    81fb9ba View commit details
    Browse the repository at this point in the history
  3. Incomplete implementation of MQTT binary mode

    In some ways this *is* complete - but it assumes a v5 client.
    Instead, we should only populate ContentType (and allow binary mode) when using v5.
    This probably requires some API design work.
    
    Will fix cloudevents#147 when complete.
    jskeet committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5964989 View commit details
    Browse the repository at this point in the history
Loading