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: ktorio/ktor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.1
Choose a base ref
...
head repository: ktorio/ktor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 46 files changed
  • 8 contributors

Commits on Feb 26, 2025

  1. Fixed an issue where canceling the incoming flow of OkHttpSSESession/…

    …DefaultClientSSESession failed to disconnect the SSE session. (#4694)
    
    * Fixed an issue where canceling the incoming flow of OkHttpSSESession failed to disconnect the SSE session.
    
    * Fixed an issue where canceling the incoming flow of DefaultClientSSESession failed to disconnect the SSE session.
    
    * Add testCancelSseSession in ServerSentEventsTest for ktor-client
    
    ---------
    
    Co-authored-by: hehua2008 <hegan2010@gmail.com>
    hehua2008 and hehua2008 authored Feb 26, 2025
    Copy the full SHA
    9e20697 View commit details
  2. KTOR-8223 Move existing build logic to precompiled script plugins (#…

    …4577)
    
    * Create plugins for different project types
    * Move CI-specific configs to build-logic
    * Move compilerOptions configuration to build-logic
    * Move Gradle Doctor conventions to build-logic
    * Move train configuration to build-logic
    * Move codestyle config to build-logic
    * Move compatibility configs to build-logic
    * Enable allWarningsAsErrors for build scripts
    osipxd authored Feb 26, 2025
    Copy the full SHA
    8fdb6da View commit details
  3. KTOR-6384 Fix WebSocket extension negotiation (#4709)

    According to RFC 6455 protocols are delimited by comma and arguments by semicolon, not the other way around
    https://datatracker.ietf.org/doc/html/rfc6455#page-48
    
    Co-authored-by: Ludek Svozil <ludek.svozil.EXT@deutsche-boerse.com>
    lhsvozil and svozlu authored Feb 26, 2025
    Copy the full SHA
    f02140d View commit details

Commits on Feb 28, 2025

  1. KTOR-7298: Load modules dynamically only if development mode is enabl…

    …ed (#4715)
    
    * Make the module list immutable after ServerConfig creation
    * Handle cases when lambda has more or less than one constructor
    osipxd authored Feb 28, 2025
    Copy the full SHA
    c718419 View commit details

Commits on Mar 5, 2025

  1. Update dependency org.mockito:mockito-core to v5.16.0 (#4605)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 5, 2025
    Copy the full SHA
    7b55a96 View commit details

Commits on Mar 6, 2025

  1. Update issue templates (#4728)

    Co-authored-by: Aleksei Tirman <aleksei.tirman@jetbrains.com>
    e5l and Stexxe authored Mar 6, 2025
    Copy the full SHA
    4cec7c9 View commit details
  2. Copy the full SHA
    5ac0b51 View commit details

Commits on Mar 7, 2025

  1. Copy the full SHA
    1b6a2e4 View commit details
  2. KTOR-8289 Update dokka to v2 (major) (#4555)

    * Update dokka to v2
    * Add project ktor-dokka to generate API reference
    * Add links to sources
    * Change footer message and title
    * Use Ktor logo
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Osip Fatkullin <osip.fatkullin@jetbrains.com>
    renovate[bot] and osipxd authored Mar 7, 2025
    Copy the full SHA
    95de2c0 View 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 3.1.1...main