-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: ktorio/ktor
base: 3.1.1
head repository: ktorio/ktor
compare: main
- 9 commits
- 46 files changed
- 8 contributors
Commits on Feb 26, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9e20697 - Browse repository at this point
Copy the full SHA 9e20697View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8fdb6da - Browse repository at this point
Copy the full SHA 8fdb6daView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f02140d - Browse repository at this point
Copy the full SHA f02140dView commit details
Commits on Feb 28, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for c718419 - Browse repository at this point
Copy the full SHA c718419View commit details
Commits on Mar 5, 2025
-
Update dependency org.mockito:mockito-core to v5.16.0 (#4605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b55a96 - Browse repository at this point
Copy the full SHA 7b55a96View commit details
Commits on Mar 6, 2025
-
Update issue templates (#4728)
Co-authored-by: Aleksei Tirman <aleksei.tirman@jetbrains.com>
Configuration menu - View commit details
-
Copy full SHA for 4cec7c9 - Browse repository at this point
Copy the full SHA 4cec7c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac0b51 - Browse repository at this point
Copy the full SHA 5ac0b51View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1b6a2e4 - Browse repository at this point
Copy the full SHA 1b6a2e4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 95de2c0 - Browse repository at this point
Copy the full SHA 95de2c0View 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