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 Loading
base: 2.1.2
Choose a base ref
...
head repository: ktorio/ktor Loading
compare: 2.1.3
Choose a head ref
  • 20 commits
  • 55 files changed
  • 6 contributors

Commits on Sep 30, 2022

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

Commits on Oct 3, 2022

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

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    69792c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99090f View commit details
    Browse the repository at this point in the history
  3. Update libs.version.toml (#3174)

    Should hopefully address memory leaks fixed as of Kotlin/kotlinx.coroutines#3351
    Syrou committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    44ad9db View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. KTOR-4729 KTOR-4926 Disable auto reload in tests (#3185)

    Using empty `watchPaths` disable creating special class loader. In the future, we may add a new property to enable the development mode, but disable auto reload explicitly. But it needs design on how `developmentMode`, `autoReload` and `watchPaths` properties should work together
    rsinukov committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2516f0f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Bump jteVersion from 2.1.2 to 2.2.2 (#3188)

    Bumps `jteVersion` from 2.1.2 to 2.2.2.
    
    Updates `jte` from 2.1.2 to 2.2.2
    - [Release notes](https://github.com/casid/jte/releases)
    - [Commits](casid/jte@2.1.2...2.2.2)
    
    Updates `jte-kotlin` from 2.1.2 to 2.2.2
    - [Release notes](https://github.com/casid/jte/releases)
    - [Commits](casid/jte@2.1.2...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: gg.jte:jte
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: gg.jte:jte-kotlin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2423cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a1ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7a9e62 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    3455bce View commit details
    Browse the repository at this point in the history
  2. KTOR-2588 Fix long line reading (#3182)

    * KTOR-2588 Fix long line reading
    e5l committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e1bfa58 View commit details
    Browse the repository at this point in the history
  3. KTOR-917 KTOR-993 Prevent URI Encoding for Safe Chars (#3179)

    * KTOR-993 Add test to verify URI encoding
    
    * KTOR-917 Keep some characters in cookie URI encoding according to RFC 3986
    
    * Fix codestyle warnings
    e5l committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    5ec968c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. KTOR-3504 KTOR-2430 Fix WS timeout (#3200)

    Timeout should close incoming and outgoing channels, after sending close frame
    
    https://youtrack.jetbrains.com/issue/KTOR-2430
    https://youtrack.jetbrains.com/issue/KTOR-3504
    rsinukov committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3b7b62d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    3a10900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298e0ad View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. KTOR-2914 Change exception type and clarify message (#3201)

    * KTOR-2914 Change exception type and clarify message
    e5l committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    34e9d51 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 26, 2022

  1. Release 2.1.3 (#3220)

    Stexxe committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    46d4762 View commit details
    Browse the repository at this point in the history
Loading