8000 Comparing v1.0.0...v2.0.0 · Fresa/Kafka.TestFramework · 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: Fresa/Kafka.TestFramework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: Fresa/Kafka.TestFramework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 20 commits
  • 30 files changed
  • 2 contributors

Commits on May 14, 2020

  1. Update README.md

    wrong link to nuget
    Fresa authored May 14, 2020
    Configuration menu
    Copy the full SHA
    4f682ef View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Update README.md

    update incorrect nuget url
    Fresa authored May 15, 2020
    Configuration menu
    Copy the full SHA
    f5d243e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

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

Commits on Jan 20, 2022

  1. feat: support the latest kafka protocol

    BREAKING CHANGE: The test framework has no breaking changes but the protocol has
    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    c8c40e2 View commit details
    Browse the repository at this point in the history
  2. request payloads no longer needs header version when reading as heade…

    …rs can figure out the version by looking up the message and version
    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    22fbede View commit details
    Browse the repository at this point in the history
  3. ci: move to github actions

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d5730ef View commit details
    Browse the repository at this point in the history
  4. use the latest Kafka.Protocol pre-release

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    f106c88 View commit details
    Browse the repository at this point in the history
  5. ci: build and test with .NET Core 3.1 SDK on linux

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    62a9633 View commit details
    Browse the repository at this point in the history
  6. ci: fix the path to the nuget project

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    bab6ddb View commit details
    Browse the repository at this point in the history
  7. increase the timeout for the socket based tests as the CI VM seems to…

    … be slow
    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    dcdd7b3 View commit details
    Browse the repository at this point in the history
  8. further increase timeout for CI

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    8a9a010 View commit details
    Browse the repository at this point in the history
  9. upgrade sourcelink

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    3dafc7b View commit details
    Browse the repository at this point in the history
  10. dispose clients properly when running in memory

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    73e0b24 View commit details
    Browse the repository at this point in the history
  11. explicitly set kafka.protocol reference in test projects

    Fredrik Arvidsson committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    21138fd View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. feat: expose cancellation token triggering when the test framework is…

    … stopping in order to be able to abort communication with the test server if it is for example panicing
    
    BREAKING CHANGE: The test framework is no longer disposable. It is teared down when calling the disposable returned from Start.
    Fredrik Arvidsson committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    52c77c9 View commit details
    Browse the repository at this point in the history
  2. ci: remove no longer used pipeline tools

    Fredrik Arvidsson committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e96dc33 View commit details
    Browse the repository at this point in the history
  3. doc: add v2.x documentation

    Fredrik Arvidsson committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c01cc91 View commit details
    Browse the repository at this point in the history
  4. update to v2.0.0 of Kafka.Protocol

    Fredrik Arvidsson committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8697fef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10df6ef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from Fresa/upgrade-to-latest-protocol-version

    Upgrade to latest protocol version
    Fresa authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5bb6fc0 View commit details
    Browse the repository at this point in the history
Loading
0